Click or drag to resize
TableTwoWay Constructor
Constructor for TableTwoWay.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TableTwoWay(
	double[] x,
	int xIntervals,
	double[] y,
	int yIntervals
)

Parameters

x
Type: SystemDouble
A double array containing the data for the first variable.
xIntervals
Type: SystemInt32
A int scalar containing the number of intervals (bins) for variable x.
y
Type: SystemDouble
A double array containing the data for the second variable.
yIntervals
Type: SystemInt32
A int scalar containing the number of intervals (bins) for variable y.
See Also