Click or drag to resize
NormTwoSampleUpdateX Method
Concatenates the values in x to the first sample provided in the constructor.

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

Parameters

x
Type: SystemDouble
A double array containing updates for the first sample.
See Also