Click or drag to resize
NormTwoSample.DowndateX 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:System.Double[]
A double array containing the values to remove from the first sample.
See Also