| Name | Description |
---|
 | OneSampleKSTest |
Default constructor. Constructs an empty OneSampleKSTest instance.
|
 | OneSampleKSTest(Double, ProbabilityDistribution) |
Constructs a OneSampleKSTest from the given sample data and specified
distribution.
|
 | OneSampleKSTest(Double, FuncDouble, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
cumulative distribution function (CDF).
|
 | OneSampleKSTest(DoubleVector, ProbabilityDistribution) |
Constructs a OneSampleKSTest from the given sample data and specified
distribution.
|
 | OneSampleKSTest(DoubleVector, FuncDouble, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
cumulative distribution function (CDF).
|
 | OneSampleKSTest(IDFColumn, ProbabilityDistribution) |
Constructs a OneSampleKSTest from the given sample data and specified
distribution.
|
 | OneSampleKSTest(IDFColumn, FuncDouble, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
cumulative distribution function (CDF).
|
 | OneSampleKSTest(Int32, ProbabilityDistribution) |
Constructs a OneSampleKSTest from the given sample data and specified
distribution.
|
 | OneSampleKSTest(Int32, FuncDouble, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
cumulative distribution function (CDF).
|
 | OneSampleKSTest(Double, ProbabilityDistribution, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
distribution.
|
 | OneSampleKSTest(Double, FuncDouble, Double, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
cumulative distribution function (CDF).
|
 | OneSampleKSTest(DoubleVector, ProbabilityDistribution, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
distribution.
|
 | OneSampleKSTest(DoubleVector, FuncDouble, Double, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
cumulative distribution function (CDF).
|
 | OneSampleKSTest(IDFColumn, ProbabilityDistribution, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
distribution.
|
 | OneSampleKSTest(IDFColumn, FuncDouble, Double, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
cumulative distribution function (CDF).
|
 | OneSampleKSTest(Int32, ProbabilityDistribution, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
distribution.
|
 | OneSampleKSTest(Int32, FuncDouble, Double, Double) |
Constructs a OneSampleKSTest from the given sample data and specified
cumulative distribution function (CDF).
|