Click or drag to resize

TTestTwoSampleUpdate Method (Double, Int32, Int32, Double, Int32, Int32)

Updates test statistic using provided samples.

Namespace:  FinMath.Statistics.HypothesisTesting
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public override void Update(
	double[] firstSample,
	int firstSampleOffset,
	int firstSampleCount,
	double[] secondSample,
	int secondSampleOffset,
	int secondSampleCount
)

Parameters

firstSample
Type: SystemDouble
First variate samples.
firstSampleOffset
Type: SystemInt32
Index of the first element to use.
firstSampleCount
Type: SystemInt32
Number of elements to use.
secondSample
Type: SystemDouble
Second variate samples.
secondSampleOffset
Type: SystemInt32
Index of the first element to use.
secondSampleCount
Type: SystemInt32
Number of elements to use.
See Also