IMSL C# Numerical Library

TableTwoWay.GetFrequencyTable Method

Returns the two-way frequency table.

Overload List

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);

See Also

TableTwoWay Class | Imsl.Stat Namespace