KolmogorovOneSample Constructor |
Constructs a one sample Kolmogorov-Smirnov goodness-of-fit test.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public KolmogorovOneSample(
ICdfFunction cdf,
double[] x
)
Public Sub New (
cdf As ICdfFunction,
x As Double()
)
public:
KolmogorovOneSample(
ICdfFunction^ cdf,
array<double>^ x
)
new :
cdf : ICdfFunction *
x : float[] -> KolmogorovOneSample
Parameters
- cdf
- Type: Imsl.StatICdfFunction
is the cdf function, .
If must be non-decreasing and its value must be in [0, 1].
- x
- Type: SystemDouble
is a double array containing the observations.
See Also