IMSL C# Numerical Library

NormTwoSample.DowndateY Method 

Removes the observations in y from the second sample.

public void DowndateY(
   double[] y
);

Parameters

y
A double array containing the values to remove from the second sample.

See Also

NormTwoSample Class | Imsl.Stat Namespace