IMSL C# Numerical Library

DiscriminantAnalysis.GetCoefficients Method 

Returns the linear discriminant function coefficients.

public double[,] GetCoefficients();

Return Value

A double array containing the linear discriminant function coefficients.

Remarks

The first column of the array contains the constant term, and the remaining columns contain the variable coefficients. The i-th row of the returned array corresponds to group i. The coefficients are always computed as linear discriminant function coefficients even when quadratic discrimination is specified.

See Also

DiscriminantAnalysis Class | Imsl.Stat Namespace