Click or drag to resize

TwoSamplePairedTTestUpdate(Double, Double, Int32) Method

Updates the test statistic with new sample parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Update(
	double xbar,
	double s,
	int n
)

Parameters

xbar  Double
The mean of the differences between paired observations.
s  Double
The standard deviation of the differences between paired observations.
n  Int32
The sample size.
See Also