Click or drag to resize
NormTwoSample.UpdateY Method
Concatenates the values in y to the second sample provided in the constructor.

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

Parameters

y
Type:System.Double[]
A double array containing updates for the second sample.
See Also