Returns the two-way frequency table.
Returns the two-way frequency table.
public double[,] GetFrequencyTable();
Compute a two-way frequency table using intervals of equal length and user supplied upper and lower bounds, xLowerBound, xUpperBound, yLowerBound, yUpperBound
.
public double[,] GetFrequencyTable(double,double,double,double);
TableTwoWay Class | Imsl.Stat Namespace