IMSL C# Numerical Library

ChiSquaredTest.Update Method

Adds a new observation to the test.

Overload List

Adds a new observation to the test.

public void Update(double,double);

Adds new observations to the test.

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

See Also

ChiSquaredTest Class | Imsl.Stat Namespace