Click or drag to resize

OneSampleTTestUpdate(DoubleVector) 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(
	DoubleVector data
)

Parameters

data  DoubleVector
A vector of observed values.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data has length of zero after removing missing values.
Remarks
The new sample mean, sample standard deviation, and sample size are computed from the given data vector. Missing values are ignored. The population mean is not changed.
See Also