Click or drag to resize

OneSampleAndersonDarlingTest Constructor

Overload List
 NameDescription
Public methodOneSampleAndersonDarlingTest Default constructor. Constructs an empty OneSampleAndersonDarlingTest instance.
Public methodOneSampleAndersonDarlingTest(Double) Constructs a OneSampleAndersonDarlingTest from the given sample data where the population mean and population standard deviation are unknown.
Public methodOneSampleAndersonDarlingTest(DoubleVector) Constructs a OneSampleAndersonDarlingTest from the given sample data where the population mean and population standard deviation are unknown.
Public methodOneSampleAndersonDarlingTest(IDFColumn) Constructs a OneSampleAndersonDarlingTest from the given sample data where the population mean and population standard deviation are unknown.
Public methodOneSampleAndersonDarlingTest(Int32) Constructs a OneSampleAndersonDarlingTest from the given sample data where the population mean and population standard deviation are unknown.
Public methodOneSampleAndersonDarlingTest(Double, Double) Constructs a OneSampleAndersonDarlingTest from the given sample data where the population mean and population standard deviation are unknown.
Public methodOneSampleAndersonDarlingTest(DoubleVector, Double) Constructs a OneSampleAndersonDarlingTest from the given sample data where the population mean and population standard deviation are unknown.
Public methodOneSampleAndersonDarlingTest(IDFColumn, Double) Constructs a OneSampleAndersonDarlingTest from the given sample data where the population mean and population standard deviation are unknown.
Public methodOneSampleAndersonDarlingTest(Int32, Double) Constructs a OneSampleAndersonDarlingTest from the given sample data where the population mean and population standard deviation are unknown.
Top
See Also