3int main(
int argc,
char** argv)
6 fac <<
'b',
'a',
'a',
'c',
'b',
'a',
'b',
'a',
'a',
'c',
'a',
'a',
'd',
'a',
'a'
7 ,
'b',
'b',
'a',
'd',
'c',
'b',
'c',
'c',
'b',
'b',
'c',
'b',
'd',
'b',
'b'
8 ,
'b',
'a',
'b',
'd',
'a',
'b',
'c',
'c',
'b';
21 for (
int i=f2d.
levels().begin(); i<f2d.
levels().end(); ++i)
24 for (
int i=f2d.
levels().begin(); i<f2d.
levels().end(); ++i)
#define stk_cout
Standard stk output stream.
This file include all the header files of the STK++ project.
TransposeOperator< Derived > const transpose() const
A CArray is a two dimensional array with a continuous storage like a C-array.
hidden::CSlice< Derived, sizeRows_, 1 >::Result col(int j) const
implement the col operator using a reference on the column of the allocator
Computation of the Factors of a 1D Container.
virtual bool run()
run the estimation of the Factor statistics.
VectorXi const & counts() const
int const & nbLevels() const
CVectorXi const & asInteger() const
Array2DVector< Type > const & levels() const
Computation of the MultiFactors of a 2D Container.
CArrayXXi const & asInteger() const
CArrayPoint< VectorXi > const & counts() const
CPointXi const & nbLevels() const
virtual bool run()
run the estimation of the MultiFactor statistics.
CArrayPoint< Array2DVector< Type > > const & levels() const
The namespace STK is the main domain space of the Statistical ToolKit project.
int main(int argc, char **argv)