IMSL C# Numerical Library

NormTwoSample.DowndateX Method 

Removes the observations in x from the first sample.

public void DowndateX(
   double[] x
);

Parameters

x
A double array containing the values to remove from the first sample.

See Also

NormTwoSample Class | Imsl.Stat Namespace