IMSL C# Numerical Library

NormTwoSample.UpdateY Method 

Concatenates the values in y to the second sample provided in the constructor.

public void UpdateY(
   double[] y
);

Parameters

y
A double array containing updates for the second sample.

See Also

NormTwoSample Class | Imsl.Stat Namespace