Click or drag to resize

OneSampleZTestUpdate(Int32) Method

Updates the test statistic with new sample data.

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

Parameters

data  Int32
An array of observed values.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data has length of zero.
Remarks
The new sample mean and sample size are computed from the given array. Population parameters are not changed.
See Also