Click or drag to resize

OneSampleZTest(Double, Int32, Double, Double) Constructor

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

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

Parameters

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