Click or drag to resize
DiscriminantAnalysisGetMeans Method
Returns the variable means.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[,] GetMeans()

Return Value

Type: Double
An nGroups by nVariablesdouble matrix containing the variable means. The i-th row contains the variable means for group i.

If this method is invoked before classification, the unscaled means will be returned.

Exceptions
ExceptionCondition
EmptyGroupException is thrown when there are no observations in a group.
CovarianceSingularException is thrown when the variance-covariance matrix is singular.
See Also