WebCab Probability and Statistics for COM v3.3 Demo

CorrelationStateful.EstimateY Method 

Estimates the value of the Y variable when the X variable is known using the regression line of Y on X, which can be evaluated using LeastSquaresRegressionLineY.

public double EstimateY(
   double xValue
);

See Also

CorrelationStateful Class | WebCab.COM.Statistics.Correlation Namespace