Click or drag to resize

OneSampleTTest Constructor

Default constructor. Constructs a OneSampleTTest instance with default sample parameters, population mean, alpha level, and hypothesis type.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneSampleTTest()
Remarks
Constructs a OneSampleTTest instance with a sample mean of 0.0, sample standard deviation of 1.0, sample size of 2, and population mean of 0.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