Click or drag to resize
SummaryUpdate Method (Double, Double)
Adds a set of observations and associated weights to the Summary object.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void Update(
	double[] x,
	double[] weight
)

Parameters

x
Type: SystemDouble
A double array of data observations to be added.
weight
Type: SystemDouble
A double array of weights associated with the observations.
See Also