LinearDiscriminantFunction.GetFTest Method

Gets an F test that tests the significance of the canonical correlations of the current function and all remaining functions are 0.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public FTest GetFTest()

Return Value

FTest
An FTest.

Remarks

The test is based on Wilks' lambda and uses an approximation. The approximation is exact when the number of groups is less than 3, or when the number of included functions is less than or equal to 2.

See Also