Click or drag to resize
DiscriminantAnalysis Constructor
Constructs a DiscriminantAnalysis.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public DiscriminantAnalysis(
	int nVariables,
	int nGroups
)

Parameters

nVariables
Type: SystemInt32
An int representing the number of variables to be used in the discrimination.
nGroups
Type: SystemInt32
An int representing the number of groups in the data.
See Also