Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 3 of file tutoStatFunctors.cpp.
4{
9
10 stk_cout <<
"Stat::varianceWithFixedMean(a,0,false)=\n"
15 return 0;
16}
#define stk_cout
Standard stk output stream.
A CArray is a two dimensional array with a continuous storage like a C-array.
Define the constant point.
hidden::FunctorTraits< Derived, VarianceWithFixedMeanOp >::Row varianceWithFixedMean(Derived const &A, MeanType const &mean, bool unbiased)
Compute the VarianceWithFixedMean(s) value(s) of A.
hidden::FunctorTraits< Derived, MeanOp >::Row mean(Derived const &A)
Compute the mean(s) value(s) of A.
hidden::FunctorTraits< Derived, VarianceOp >::Row variance(Derived const &A, bool unbiased=false)
Compute the variance(s) value(s) of A.
hidden::FunctorTraits< Derived, MeanSafeOp >::Row meanSafe(Derived const &A)
Compute safely the mean(s) value(s) of A.
hidden::FunctorTraits< Derived, MeanSafeOp >::Col meanSafeByRow(Derived const &A)
hidden::FunctorTraits< Derived, MeanOp >::Col meanByRow(Derived const &A)
static Type NA()
Adding a Non Available (NA) special number.
References STK::Stat::mean(), STK::Stat::meanByRow(), STK::Stat::meanSafe(), STK::Stat::meanSafeByRow(), STK::Arithmetic< Type >::NA(), STK::ArrayBase< Derived >::randGauss(), stk_cout, STK::Stat::variance(), and STK::Stat::varianceWithFixedMean().