Click or drag to resize

OneSampleZTestUpdate(Int32, Double, Double) Method

Updates the test statistic with new sample data and population parameters.

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

Parameters

data  Int32
An array of observed values.
mu0  Double
The population mean.
sigma  Double
The population standard deviation.
Remarks
The sample mean and sample size are computed from the given data array.
See Also