IMSL C# Numerical Library

Summary.Update Method (Double, Double)

Adds an observation and associated weight to the Summary object.

public void Update(
   double x,
   double weight
);

Parameters

x
A double which specifies the data observation to be added.
weight
A double which specifies the weight associated with the observation.

See Also

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