IMSL C# Numerical Library

ANOVAFactorial.GetMeans Method 

Returns the subgroup means. Note that the

Compute
method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.

public double[] GetMeans();

Return Value

A double array containing the subgroup means.

See Also

ANOVAFactorial Class | Imsl.Stat Namespace