Click or drag to resize

OneSampleKSTest Constructor

Overload List
 NameDescription
Public methodOneSampleKSTest Default constructor. Constructs an empty OneSampleKSTest instance.
Public methodOneSampleKSTest(Double, ProbabilityDistribution) Constructs a OneSampleKSTest from the given sample data and specified distribution.
Public methodOneSampleKSTest(Double, FuncDouble, Double) Constructs a OneSampleKSTest from the given sample data and specified cumulative distribution function (CDF).
Public methodOneSampleKSTest(DoubleVector, ProbabilityDistribution) Constructs a OneSampleKSTest from the given sample data and specified distribution.
Public methodOneSampleKSTest(DoubleVector, FuncDouble, Double) Constructs a OneSampleKSTest from the given sample data and specified cumulative distribution function (CDF).
Public methodOneSampleKSTest(IDFColumn, ProbabilityDistribution) Constructs a OneSampleKSTest from the given sample data and specified distribution.
Public methodOneSampleKSTest(IDFColumn, FuncDouble, Double) Constructs a OneSampleKSTest from the given sample data and specified cumulative distribution function (CDF).
Public methodOneSampleKSTest(Int32, ProbabilityDistribution) Constructs a OneSampleKSTest from the given sample data and specified distribution.
Public methodOneSampleKSTest(Int32, FuncDouble, Double) Constructs a OneSampleKSTest from the given sample data and specified cumulative distribution function (CDF).
Public methodOneSampleKSTest(Double, ProbabilityDistribution, Double) Constructs a OneSampleKSTest from the given sample data and specified distribution.
Public methodOneSampleKSTest(Double, FuncDouble, Double, Double) Constructs a OneSampleKSTest from the given sample data and specified cumulative distribution function (CDF).
Public methodOneSampleKSTest(DoubleVector, ProbabilityDistribution, Double) Constructs a OneSampleKSTest from the given sample data and specified distribution.
Public methodOneSampleKSTest(DoubleVector, FuncDouble, Double, Double) Constructs a OneSampleKSTest from the given sample data and specified cumulative distribution function (CDF).
Public methodOneSampleKSTest(IDFColumn, ProbabilityDistribution, Double) Constructs a OneSampleKSTest from the given sample data and specified distribution.
Public methodOneSampleKSTest(IDFColumn, FuncDouble, Double, Double) Constructs a OneSampleKSTest from the given sample data and specified cumulative distribution function (CDF).
Public methodOneSampleKSTest(Int32, ProbabilityDistribution, Double) Constructs a OneSampleKSTest from the given sample data and specified distribution.
Public methodOneSampleKSTest(Int32, FuncDouble, Double, Double) Constructs a OneSampleKSTest from the given sample data and specified cumulative distribution function (CDF).
Top
See Also