  | PLS1HotellingsT2(DoubleVector) Method | 
            Computes the Hotelling's T2 statistic for a new sample.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double HotellingsT2(
	DoubleVector newSample
)
Public Function HotellingsT2 ( 
	newSample As DoubleVector
) As Double
public:
double HotellingsT2(
	DoubleVector^ newSample
)
member HotellingsT2 : 
        newSample : DoubleVector -> float Parameters
- newSample  DoubleVector
 - The new sample.
 
Return Value
DoubleHotelling's T2 statistic for the sample.
Exceptions
See Also