Click or drag to resize

OneSampleTTest(Double, Double, Int32, Double) Constructor

Constructs a OneSampleTTest instance with the given sample and population parameters.

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

Parameters

xbar  Double
The sample mean.
s  Double
The sample standard deviation.
n  Int32
The sample size.
mu0  Double
The population mean.
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