ChiSquaredTestUpdate Method (Double, Double) |
Adds new observations to the test.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void Update(
double[] x,
double[] freq
)
Public Sub Update (
x As Double(),
freq As Double()
)
public:
void Update(
array<double>^ x,
array<double>^ freq
)
member Update :
x : float[] *
freq : float[] -> unit
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