PrincipalComponent.GetChiSquareTest Method

Gets a chi square test whether the current component's contribution to the variance is significantly different from all remaining components.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public SimpleHypothesisTest GetChiSquareTest()

Return Value

SimpleHypothesisTest
A SimpleHypothesisTest object.

See Also