Click or drag to resize

PLS1HotellingsT2(DoubleVector) Method

Computes the Hotelling's T2 statistic for a new sample.

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

Parameters

newSample  DoubleVector
The new sample.

Return Value

Double
Hotelling's T2 statistic for the sample.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the sample's length is not consistent with the model.
See Also