|  | OneSampleZTest Constructor | 
            Default constructor. Constructs a OneSampleZTest instance with default
            sample, population, and hypothesis parameters.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxnew : unit -> OneSampleZTest
 Remarks
Remarks
            Constructs a OneSampleZTest instance with a sample mean of 0.0, sample size
            of 1, population mean of 0.0, and population standard deviation of 1.0.
            The alpha level is set to the current value specified by the static
            DefaultAlpha property; the form of the hypothesis test is set to the
            current DefaultType.
            
 See Also
See Also