WebCab Probability and Statistics for .NET v3.3 Demo

ExponentialProbabilityDistribution.ProbabilityUp Method 

Calculates the exponential probability for the half-line [lowerBound,+`infinity'], where lowerBound is the given real number and +`infinity' is ``plus infinity''.

public double ProbabilityUp(
   double lowerBound
);

Parameters

lowerBound
The lower 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 lower 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