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

StandardNormalProbabilityDistribution.ProbabilityDownEstimation Method 

Calculates the Standard Normal probability for the interval of the real line [-`infinity',upperBound], using an estimation for the cumulative normal probability distribution function.

public double ProbabilityDownEstimation(
   double upperBound
);

Parameters

upperBound
The upper bound of the half line of the real line.

See Also

StandardNormalProbabilityDistribution Class | ProbabilityDistributions Namespace