|  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector HotellingsT2()
Public Function HotellingsT2 As DoubleVector
public:
DoubleVector^ HotellingsT2()
member HotellingsT2 : unit -> DoubleVector 
Return Value
DoubleVectorVector of T2 statistics for the samples. The ith element of the
            T2 vector is the T2 statistic for the ith sample.
 See Also
See Also