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

NormalProbabilityDistribution.ProbabilityDown Method 

Calculates the Normal Probability for the half line [-`infinity',upperBound], where -`infinity' is ``minus infinity'' and upperBound is the upper bound of the half line over which the normal probability is calculated.

public double ProbabilityDown(
   double upperBound
);

Parameters

upperBound
The upper bound of the half line over which the normal probability in calculated.

See Also

NormalProbabilityDistribution Class | ProbabilityDistributions Namespace