Click or drag to resize
NormTwoSampleUpdate Method
Concatenates samples x and y to the samples provided in the constructor.

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

Parameters

x
Type: SystemDouble
A double array containing updates to the first sample.
y
Type: SystemDouble
A double array containing updates to the second sample.
See Also