Click or drag to resize

OneSampleZTestUpdate(IDFColumn) 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(
	IDFColumn data
)

Parameters

data  IDFColumn
A column of observed values.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data does not contain numeric data, or has length of zero after removing missing values.
Remarks
The new sample mean and sample size are computed from the given data column. Missing values are ignored. Population parameters are not changed.
See Also