Returns the two-way frequency table.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double[,] GetFrequencyTable() |
Visual Basic (Declaration) |
---|
Public Function GetFrequencyTable As Double(,) |
Visual C++ |
---|
public: array<double,2>^ GetFrequencyTable() |
Return Value
A two-dimensional double array containing the two-way frequency table.
Remarks
Intervals of equal length are used. Let xmin and xmax
be the minimum and maximum values in x, respectively, with similiar
meanings for ymin and ymax. Then, the first row of the
output table is the tally of observations with the x value less than
or equal to xmin + (xmax - xmin)/xIntervals, and the y value
less than or equal to ymin + (ymax - ymin)/yIntervals.