Returns information concerning the groups.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double[][] GetGroupInformation() |
Visual Basic (Declaration) |
---|
Public Function GetGroupInformation As Double()() |
Visual C++ |
---|
public: array<array<double>^>^ GetGroupInformation() |
Return Value
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 |