Click or drag to resize

ShapiroWilkTestUpdate(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
sample
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data is not numeric or has length of less than three or more than five thousand after removing missing values.
Remarks
The new sample mean, sample standard deviation, and sample size are computed from the given data column. Missing values are removed.
See Also