Click or drag to resize

IPLS2CalcHotellingsT2 Method

Calculaties Hotelling's T2 statistic for each sample. T2 can be viewed as the squared distance from a samples projection into the subspace to the centroid of the subspace, or, more simply, the variation of the sample point within the model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector HotellingsT2()

Return Value

DoubleVector
Vector of T2 statistics for the samples. The ith element of the T2 vector is the T2 statistic for the ith sample.
See Also