IMSL C# Numerical Library

NormTwoSample.Update Method 

Concatenates samples x and y to the samples provided in the constructor.

public void Update(
   double[] x,
   double[] y
);

Parameters

x
A double array containing updates to the first sample.
y
A double array containing updates to the second sample.

See Also

NormTwoSample Class | Imsl.Stat Namespace