Click or drag to resize

TwoSampleUnpairedTTestUpdate(Double, Double, Int32, 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 xbar1,
	double s1,
	int n1,
	double xbar2,
	double s2,
	int n2
)

Parameters

xbar1  Double
The mean of the first sample.
s1  Double
The standard deviation of the first sample.
n1  Int32
The size of the first sample.
xbar2  Double
The mean of the second sample.
s2  Double
The standard deviation of the second sample.
n2  Int32
The size of the second sample.
See Also