Click or drag to resize
Summary.Update 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:System.Double[]
A double array of data observations to be added.
weight
Type:System.Double[]
A double array of weights associated with the observations.
See Also