ChiSquaredTestUpdate Method (Double, Double) |
Adds a new observation 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(
double x,
double freq
)
member Update :
x : float *
freq : float -> unit
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