WebCab Probability and Statistics for .NET v3.3 Demo

ExponentialProbabilityDistribution.Probability Method 

Calculates the exponential probability for the interval [lowerBound,upperBound].

public double Probability(
   double lowerBound,
   double upperBound
);

Parameters

lowerBound
The lower bound of the interval in which the exponential probability is calculated.
upperBound
The upper bound of the interval in which the exponential probability is calculated.

Exceptions

Exception TypeCondition
ExponentialProbabilityDistributionExceptionThrown if the value of the random variables lowerBound, upperBound is less than zero.

See Also

ExponentialProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace