ChiSquaredTestGetCellCounts Method |
Returns the cell counts.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetCellCounts()
Public Function GetCellCounts As Double()
public:
array<double>^ GetCellCounts()
member GetCellCounts : unit -> float[]
Return Value
Type:
Double
A
double array which contains the number of actual
observations in each cell.
See Also