Returns a one-way frequency table using known bounds.
double
specifies the right endpoint. double
specifies the left endpoint. A double
array containing the one-way frequency table.
The one-way frequency table is computed using two semi-infinite intervals as the initial and last intervals. The initial interval is closed on the right and includes lowerBound
as its right endpoint. The last interval is open on the left and includes all values greater than upperBound
. The remaining nIntervals - 2
intervals are each of length (upperBound - lowerBound) / (nIntervals - 2)
and are open on the left and closed on the right. nIntervals
must be greater than or equal to 3.
TableOneWay Class | Imsl.Stat Namespace | TableOneWay.GetFrequencyTable Overload List