WebCab Probability and Statistics for COM v3.3 Demo

NormalProbabilityDistribution.Probability Method 

Calculates the Normal Probability on the interval of the real line [lowerBound, upperBound].

public double Probability(
   double lowerBound,
   double upperBound
);

Parameters

lowerBound
The lower bound of the closed interval of the real line.
upperBound
The upper bound of the closed interval of the real line.

See Also

NormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace