Click or drag to resize
ChiSquaredTestUpdate Method (Double, Double)
Adds a new observation 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 which specifies the new observation to be added to the test.
freq
Type: SystemDouble
A double which specifies the frequency of the new observation, x.
See Also