IMSL C# Numerical Library

TableTwoWay Constructor 

Constructor for TableTwoWay.

public TableTwoWay(
   double[] x,
   int xIntervals,
   double[] y,
   int yIntervals
);

Parameters

x
A double array containing the data for the first variable.
xIntervals
A int scalar containing the number of intervals (bins) for variable x.
y
A double array containing the data for the second variable.
yIntervals
A int scalar containing the number of intervals (bins) for variable y.

See Also

TableTwoWay Class | Imsl.Stat Namespace