TableOneWayGetFrequencyTable Method |
Returns the one-way frequency table.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetFrequencyTable()
Public Function GetFrequencyTable As Double()
public:
array<double>^ GetFrequencyTable()
member GetFrequencyTable : unit -> float[]
Return Value
Type:
Double
A
double array containing the one-way frequency table.
Remarks nIntervals intervals of equal length are used with the initial
interval starting with the minimum value in x and the last
interval ending with the maximum value in x. The initial
interval is closed on the left and the right. The remaining intervals
are open on the left and the closed on the right. Each interval is of
length (max-min)/nIntervals, where max is the maximum
value of x and min is the minimum value of x.
See Also