Click or drag to resize

OneSampleZTest Constructor

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