WebCab Probability and Statistics for COM v3.3 Demo

NormalApproximationOfTheBinomialDistribution.Probability Method 

Calculates the probability of the Normal Probability Distribution of having lowerBound or lowerBound+1 or - or upperBound successes in n trials.

public double Probability(
   double lowerBound,
   double upperBound
);

Parameters

lowerBound
The lower bound over which the probability is evaluated.
upperBound
The upper bound over which the probability is evaluated.

See Also

NormalApproximationOfTheBinomialDistribution Class | WebCab.COM.Statistics.PDistributions Namespace