Returns the one-way frequency table using class marks.
double
array containing either the cutpoints or the class marks. A double
array containing the one-way frequency table.
Equally spaced class marks in ascending order must be provided in the array classmarks
of length nIntervals
. The class marks are the midpoints of each of the nIntervals
. Each interval is assumed to have length classmarks[1] - classmarks[0]
. nIntervals
must be greater than or equal to 2.
TableOneWay Class | Imsl.Stat Namespace