Constructor for TableOneWay.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public TableOneWay(
	double[] x,
	int nIntervals
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double(), _
	nIntervals As Integer _
)
Visual C++
public:
TableOneWay(
	array<double>^ x, 
	int nIntervals
)

Parameters

x
Type: array< System..::.Double >[]()[]
A double array containing the observations.
nIntervals
Type: System..::.Int32
A int scalar containing the number of intervals (bins).

See Also