IMSL C# Numerical Library

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

Adds a set of observations and associated weights to the Summary object.

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

Parameters

x
A double array of data observations to be added.
weight
A double array of weights associated with the observations.

See Also

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