WebCab Probability and Statistics for .NET v3.3 Demo

ExponentialProbabilityDistribution.ProbabilityDown Method 

Calculates the exponential probability on the half-line [-`infinity',upperBound], where upperBound is a given real number and -`infinity' is ``minus infinity''.

public double ProbabilityDown(
   double upperBound
);

Parameters

upperBound
The upper bound for which the exponential probability on the half-line is calculated.

Remarks

That is, we evaluated the exponential probability for all values less than a given upper bound.

Exceptions

Exception TypeCondition
ExponentialProbabilityDistributionExceptionThrown if the value of the random variable x is less than zero.

See Also

ExponentialProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace