TableTwoWayGetFrequencyTable Method |
Returns the two-way frequency table.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[,] GetFrequencyTable()
Public Function GetFrequencyTable As Double(,)
public:
array<double,2>^ GetFrequencyTable()
member GetFrequencyTable : unit -> float[,]
Return Value
Type:
Double
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.
See Also