|  | Name | Description | 
|---|
|  | OneSampleZTest | Default constructor. Constructs a OneSampleZTest instance with default
            sample, population, and hypothesis parameters. | 
|  | OneSampleZTest(Double, Double, Double) | Constructs a OneSampleZTest instance using the given array of sample data, and
            the given population parameters. | 
|  | OneSampleZTest(DoubleVector, Double, Double) | Constructs a OneSampleZTest instance using the given vector of sample data, and
            the given population parameters. | 
|  | OneSampleZTest(IDFColumn, Double, Double) | Constructs a OneSampleZTest instance using the given column of sample data, and
            the given population parameters. | 
|  | OneSampleZTest(Int32, Double, Double) | Constructs a OneSampleZTest instance using the given array of sample data, and
            the given population parameters. | 
|  | OneSampleZTest(Double, Int32, Double, Double) | Constructs a OneSampleZTest instance with the given sample and population parameters. | 
|  | OneSampleZTest(Double, Double, Double, Double, HypothesisType) | Constructs a OneSampleZTest instance using the given array of sample data, and
            the given population and hypothesis parameters. | 
|  | OneSampleZTest(DoubleVector, Double, Double, Double, HypothesisType) | Constructs a OneSampleZTest instance using the given vector of sample data, and
            the given population and hypothesis parameters. | 
|  | OneSampleZTest(IDFColumn, Double, Double, Double, HypothesisType) | Constructs a OneSampleZTest instance using the given column of sample data, and
            the given population and hypothesis parameters. | 
|  | OneSampleZTest(Int32, Double, Double, Double, HypothesisType) | Constructs a OneSampleZTest instance using the given array of sample data, and
            the given population and hypothesis parameters. | 
|  | OneSampleZTest(Double, Int32, Double, Double, Double, HypothesisType) | Constructs a OneSampleZTest instance with the given sample, population,
            and hypothesis parameters. |