WebCab Probability and Statistics Web Services for .NET 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 | ProbabilityDistributions Namespace