Click or drag to resize
ANOVAGetGroupInformation Method
Returns information concerning the groups.

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

Return Value

Type: Double
A two-dimensional double array containing information concerning the groups.
Remarks
Row i contains information pertaining to the i-th group. The information in the columns is as follows:
ColumnInformation
0Group Number
1Number of nonmissing observations
2Group Mean
3Group Standard Deviation
See Also