IMSL C# Numerical Library

DiscriminantAnalysis.GetMeans Method 

Returns the variable means.

public double[,] GetMeans();

Return Value

A double array containing the variable means.

Remarks

The i-th row of the returned array contains the group i variable means.

See Also

DiscriminantAnalysis Class | Imsl.Stat Namespace