Constructs a DiscriminantAnalysis.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public DiscriminantAnalysis(
	int nVariables,
	int nGroups
)
Visual Basic (Declaration)
Public Sub New ( _
	nVariables As Integer, _
	nGroups As Integer _
)
Visual C++
public:
DiscriminantAnalysis(
	int nVariables, 
	int nGroups
)

Parameters

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

See Also