IMSL C# Numerical Library

NormTwoSample.UpdateX Method 

Concatenates the values in x to the first sample provided in the constructor.

public void UpdateX(
   double[] x
);

Parameters

x
A double array containing updates for the first sample.

See Also

NormTwoSample Class | Imsl.Stat Namespace