Click or drag to resize

OneSampleZTestUpdate(Double, Int32, Double, Double) Method

Updates the test statistic with new sample and population parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Update(
	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.
See Also