Click or drag to resize

OneSampleTTestUpdate(Double) Method

Updates the test statistic with a new population mean.

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

Parameters

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