Click or drag to resize

OneWayAnovaGetGroupMean(Int32) Method

Returns the mean for the specified group.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double GetGroupMean(
	int groupNum
)

Parameters

groupNum  Int32
A group index (zero-based).

Return Value

Double
The mean for the observations in group groupNum.
See Also