WebCab Probability and Statistics for .NET v3.3 Demo

StandardNormalProbabilityDistribution.ProbabilityUpEstimation Method 

Calculates the standard normal probability for the interval [lowerBound,+`infinity'], using an estimation for the cumulative normal probability distribution function.

public double ProbabilityUpEstimation(
   double lowerBound
);

Parameters

lowerBound
The lower bound of the half line of the real line.

See Also

StandardNormalProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace