Overload List

  NameDescription
OneSampleTTest()()()
Default constructor. Constructs a OneSampleTTest instance with default sample parameters, population mean, alpha level, and hypothesis type.
OneSampleTTest(DoubleVector, Double)
Constructs a OneSampleTTest instance using the given vector of sample data, and the given population mean.
OneSampleTTest(IDFColumn, Double)
Constructs a OneSampleTTest instance using the given column of sample data, and the given population mean.
OneSampleTTest(array<Double>[]()[], Double)
Constructs a OneSampleTTest instance using the given array of sample data, and the given population mean.
OneSampleTTest(array<Int32>[]()[], Double)
Constructs a OneSampleTTest instance using the given array of sample data, and the given population mean.
OneSampleTTest(DoubleVector, Double, Double, HypothesisType)
Constructs a OneSampleTTest instance using the given vector of sample data, and the given population and hypothesis parameters.
OneSampleTTest(IDFColumn, Double, Double, HypothesisType)
Constructs a OneSampleTTest instance using the given vector of sample data, and the given population and hypothesis parameters.
OneSampleTTest(Double, Double, Int32, Double)
Constructs a OneSampleTTest instance with the given sample and population parameters.
OneSampleTTest(array<Double>[]()[], Double, Double, HypothesisType)
Constructs a OneSampleTTest instance using the given array of sample data, and the given population and hypothesis parameters.
OneSampleTTest(array<Int32>[]()[], Double, Double, HypothesisType)
Constructs a OneSampleTTest instance using the given array of sample data, and the given population and hypothesis parameters.
OneSampleTTest(Double, Double, Int32, Double, Double, HypothesisType)
Constructs a OneSampleTTest instance with the given sample, population, and hypothesis parameters.

See Also