Click or drag to resize
NormTwoSampleUpdateY 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: SystemDouble
A double array containing updates for the second sample.
See Also