IMSL C# Numerical Library

ChiSquaredTest.Update Method (Double[], Double[])

Adds new observations to the test.

public void Update(
   double[] x,
   double[] freq
);

Parameters

x
A double array which contains the new observations to be added to the test.
freq
A double array which contains the frequencies of the corresponding new observations in x.

See Also

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