IMSL C# Numerical Library

DiscriminantAnalysis Constructor 

Constructor for DiscriminantAnalysis.

public DiscriminantAnalysis(
   int nVariables,
   int nGroups
);

Parameters

nVariables
An int representing the number of variables to be used in the discrimination.
nGroups
An int representing the number of groups in the data.

See Also

DiscriminantAnalysis Class | Imsl.Stat Namespace