Click or drag to resize
TableOneWay Constructor
Constructor for TableOneWay.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TableOneWay(
	double[] x,
	int nIntervals
)

Parameters

x
Type: SystemDouble
A double array containing the observations.
nIntervals
Type: SystemInt32
A int scalar containing the number of intervals (bins).
See Also