WebCab Probability and Statistics for .NET v3.3 Demo

StandardNormalProbabilityDistribution.ProbabilityEstimation Method 

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

public double ProbabilityEstimation(
   double lowerBound,
   double upperBound
);

Parameters

lowerBound
The lower bound of the interval of the real line for which the Standard Normal probability is calculated.
upperBound
The upper bound of the interval of the real line for which the Standard Normal probability is calculated.

See Also

StandardNormalProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace