Click or drag to resize

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

Parameters

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