Click or drag to resize

TwoSamplePairedTTest(Double, Double, Int32) Constructor

Constructs a TwoSamplePairedTTest instance with the given sample parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TwoSamplePairedTTest(
	double xbar,
	double s,
	int n
)

Parameters

xbar  Double
The mean of the differences between paired observations.
s  Double
The standard deviation of the differences between paired observations.
n  Int32
The sample size.
Remarks
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