Click or drag to resize
NormTwoSample.Update 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:System.Double[]
A double array containing updates to the first sample.
y
Type:System.Double[]
A double array containing updates to the second sample.
See Also