Statistics::BartlettTest Function

void BartlettTest(TMtx *Data, int &NumDim, TVec *SignifVec, const double Alpha = 0.05);

Performs the Bartlett test for dimensionality of data.

#NameTypeDescription
1DataTMtx *Data to be analyzed.
2NumDimint &Returns the number of dimensions needed to explain the non random variation in data. If NumDim is less than zero, the test cannot be applied to this data.
3SignifVecTVec *Returns calculated significance probabilities for one, two ... variables (dimensions).
4Alpha = 0.05const doubleDesired significance.
See Also: Statistics::PCA
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler