Returns the one-way frequency table.
A double
array containing the one-way frequency table.
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
.
TableOneWay Class | Imsl.Stat Namespace | TableOneWay.GetFrequencyTable Overload List