Click or drag to resize
SummaryUpdate Method (Double)
Adds an observation to the Summary object.

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

Parameters

x
Type: SystemDouble
A double which specifies the data observation to be added.
See Also