WebCab Probability and Statistics for COM v3.3 Demo

StandardNormalProbabilityDistribution.ProbabilityDown Method 

Calculates the standard normal probability for the half line [-`infinity',upperBound], where -`infinity' is ``minus infinity'' and upperBound is the upper bound of the half line.

public double ProbabilityDown(
   double upperBound
);

Parameters

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

See Also

StandardNormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace