IMSL C# Numerical Library
TableOneWay Constructor
Constructor for
TableOneWay
.
public TableOneWay(
double[]
x
,
int
nIntervals
);
Parameters
x
A
double
array containing the observations.
nIntervals
A
int
scalar containing the number of intervals (bins).
See Also
TableOneWay Class
|
Imsl.Stat Namespace