Compute a two-way frequency table using intervals of equal length and user supplied upper and lower bounds, xLowerBound, xUpperBound, yLowerBound, yUpperBound
.
double
specifies the right endpoint for x
. double
specifies the left endpoint for x
. double
specifies the right endpoint for y
. double
specifies the left endpoint for y
. A two dimensional double
array containing the two-way frequency table.
The first and last intervals for both variables are semi-infinite in length. xIntervals
and yIntervals
must be greater than or equal to 3.
TableTwoWay Class | Imsl.Stat Namespace | TableTwoWay.GetFrequencyTable Overload List