IMSL C# Numerical Library

ChiSquaredTest.Update Method (Double, Double)

Adds a new observation to the test.

public void Update(
   double x,
   double freq
);

Parameters

x
A double which specifies the new observation to be added to the test.
freq
A double which specifies the frequency of the new observation, x.

See Also

ChiSquaredTest Class | Imsl.Stat Namespace | ChiSquaredTest.Update Overload List