|
STK++ 1.0
|
This file contain the declaration of the class BivariateRealReal. More...


Go to the source code of this file.
Classes | |
| class | STK::Stat::Bivariate< Real, Real, TContainer1D > |
| Computation of the bivariate Statistics of two Variables. More... | |
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
| namespace | STK::Stat |
this is the namespace for the statistical treatment. | |
Functions | |
| template<class TContainer1D > | |
| Real | STK::Stat::covarianceWithFixedMean (ITContainer1D< Real, TContainer1D > const &X, ITContainer1D< Real, TContainer1D > const &Y, Real const &xMean, Real const &yMean, bool unbiased=false) |
| Compute the variance of the variable V with fixed mean. | |
| template<class TContainer1D > | |
| Real | STK::Stat::covarianceWithFixedMean (ITContainer1D< Real, TContainer1D > const &X, ITContainer1D< Real, TContainer1D > const &Y, ITContainer1D< Real, TContainer1D > const &W, Real const &xMean, Real const &yMean, bool unbiased=false) |
| Compute the weighted variance of the variable V with fixed mean. | |
| template<class TContainer1D > | |
| Real | STK::Stat::covariance (ITContainer1D< Real, TContainer1D > const &X, ITContainer1D< Real, TContainer1D > const &Y, bool unbiased=false) |
| Compute the covariance between the variable X and Y. | |
| template<class TContainer1D > | |
| Real | STK::Stat::covariance (ITContainer1D< Real, TContainer1D > const &X, ITContainer1D< Real, TContainer1D > const &Y, ITContainer1D< Real, TContainer1D > const &W, bool unbiased=false) |
| Compute the weighted variance of the variable V. | |
This file contain the declaration of the class BivariateRealReal.
Definition in file STK_Stat_BivariateRealReal.h.