Click or drag to resize

OneSampleZTestUpdate(Double, Double) Method

Updates the test statistic with new population parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Update(
	double mu0,
	double sigma
)

Parameters

mu0  Double
The population mean.
sigma  Double
The population standard deviation.
Remarks
Sample parameters are not changed.
See Also