Click or drag to resize
ChiSquaredTestUpdate Method (Double, Double)
Adds new observations to the test.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void Update(
	double[] x,
	double[] freq
)

Parameters

x
Type: SystemDouble
A double array which contains the new observations to be added to the test.
freq
Type: SystemDouble
A double array which contains the frequencies of the corresponding new observations in x.
See Also