WebCab Probability and Statistics Web Services for .NET v3.3 Demo

CorrelationStateful.EstimateX Method 

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

public double EstimateX(
   double yValue
);

See Also

CorrelationStateful Class | Correlation Namespace