Click or drag to resize
NormTwoSampleDowndateX Method
Removes the observations in x from the first sample.

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

Parameters

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