Click or drag to resize

OneSampleZTestUpdate(DoubleVector, 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(
	DoubleVector data,
	double mu0,
	double sigma
)

Parameters

data  DoubleVector
A vector 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 vector. Missing values are ignored.
See Also