ANOVAGetGroupInformation Method |
Returns information concerning the groups.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[][] GetGroupInformation()
Public Function GetGroupInformation As Double()()
public:
array<array<double>^>^ GetGroupInformation()
member GetGroupInformation : unit -> float[][]
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:
Column | Information |
---|
0 | Group Number |
1 | Number of nonmissing observations |
2 | Group Mean |
3 | Group Standard Deviation |
See Also