Click or drag to resize
NormTwoSampleDowndateY Method
Removes the observations in y from the second sample.

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

Parameters

y
Type: SystemDouble
A double array containing the values to remove from the second sample.
See Also