Constructor for TableOneWay.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public TableOneWay(
double[] x,
int nIntervals
)
Public Sub New (
x As Double(),
nIntervals As Integer
)
public:
TableOneWay(
array<double>^ x,
int nIntervals
)
new :
x : float[] *
nIntervals : int -> TableOneWay
Parameters
- x
- Type: SystemDouble
A double array containing the observations.
- nIntervals
- Type: SystemInt32
A int scalar containing the number of intervals (bins).
See Also