WebCab Probability and Statistics for COM v3.3 Demo

CorrelationStateful.AddValue Method 

Adds a new pair of (ordered) numbers (xValue, yValue) to the data set.

public void AddValue(
   double xValue,
   double yValue
);

Parameters

xValue
The value in the first variable of the (ordered) pair which is added to the data set.
yValue
The value in the second variable of the (ordered) pair which is added to the date set.

See Also

CorrelationStateful Class | WebCab.COM.Statistics.Correlation Namespace