Click or drag to resize

OneSampleTTest Constructor

Overload List
 NameDescription
Public methodOneSampleTTest Default constructor. Constructs a OneSampleTTest instance with default sample parameters, population mean, alpha level, and hypothesis type.
Public methodOneSampleTTest(Double, Double) Constructs a OneSampleTTest instance using the given array of sample data, and the given population mean.
Public methodOneSampleTTest(DoubleVector, Double) Constructs a OneSampleTTest instance using the given vector of sample data, and the given population mean.
Public methodOneSampleTTest(IDFColumn, Double) Constructs a OneSampleTTest instance using the given column of sample data, and the given population mean.
Public methodOneSampleTTest(Int32, Double) Constructs a OneSampleTTest instance using the given array of sample data, and the given population mean.
Public methodOneSampleTTest(Double, Double, Int32, Double) Constructs a OneSampleTTest instance with the given sample and population parameters.
Public methodOneSampleTTest(Double, Double, Double, HypothesisType) Constructs a OneSampleTTest instance using the given array of sample data, and the given population and hypothesis parameters.
Public methodOneSampleTTest(DoubleVector, Double, Double, HypothesisType) Constructs a OneSampleTTest instance using the given vector of sample data, and the given population and hypothesis parameters.
Public methodOneSampleTTest(IDFColumn, Double, Double, HypothesisType) Constructs a OneSampleTTest instance using the given vector of sample data, and the given population and hypothesis parameters.
Public methodOneSampleTTest(Int32, Double, Double, HypothesisType) Constructs a OneSampleTTest instance using the given array of sample data, and the given population and hypothesis parameters.
Public methodOneSampleTTest(Double, Double, Int32, Double, Double, HypothesisType) Constructs a OneSampleTTest instance with the given sample, population, and hypothesis parameters.
Top
See Also