WebCab Probability and Statistics for COM v3.3 Demo

StandardNormalProbabilityDistribution.Probability Method 

Calculates the Standard Normal probability for the interval of the real line [lowerBound,upperBound].

public double Probability(
   double lowerBound,
   double upperBound
);

Parameters

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

See Also

StandardNormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace