  | TwoSampleUnpairedTTest Constructor | 
            Default constructor. Constructs a TwoSampleUnpairedTTest instance with default
            sample parameters, alpha level, and hypothesis type.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic TwoSampleUnpairedTTest()
public:
TwoSampleUnpairedTTest()
new : unit -> TwoSampleUnpairedTTest
Remarks
            Constructs a TwoSampleUnpairedTTest instance with a sample means of 0.0, sample
            standard deviations of 1.0, and sample sizes of 2.
            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