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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public TwoSamplePairedTTest()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
TwoSamplePairedTTest()

Remarks

Constructs a TwoSamplePairedTTest instance with a sample mean of the differences between paired observations of 0.0, sample standard deviation of the differences of 1.0, and sample size 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