 | OneSampleKSTest Methods |
The OneSampleKSTest type exposes the following members.
Methods | Name | Description |
---|
 | Clone |
Creates a deep copy of this OneSampleKSTest.
|
 | Update(Double, ProbabilityDistribution) |
Updates this test with new sample data and a new distribution.
|
 | Update(Double, FuncDouble, Double) |
Updates this test with new sample data and a new cumulative distribution
function (CDF).
|
 | Update(DoubleVector, ProbabilityDistribution) |
Updates this test with new sample data and a new distribution.
|
 | Update(DoubleVector, FuncDouble, Double) |
Updates this test with new sample data and a new cumulative distribution
function (CDF).
|
 | Update(IDFColumn, ProbabilityDistribution) |
Updates this test with new sample data and a new distribution.
|
 | Update(IDFColumn, FuncDouble, Double) |
Updates this test with new sample data and a new cumulative distribution
function (CDF).
|
 | Update(Int32, ProbabilityDistribution) |
Updates this test with new sample data and a new distribution.
|
 | Update(Int32, FuncDouble, Double) |
Updates this test with new sample data and a new cumulative distribution
function (CDF).
|
Top
See Also