Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Statistical Distributions > Continuous Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Continuous Statistical Distributions >

ExponentialDistribution

ExponentialDistribution[Lambda]
represents an exponential distribution with scale inversely proportional to parameter lambda.
  • The probability density for value x in an exponential distribution is proportional to ⅇ^(-lambdax) for x>0, and is zero for x<0. »
The mean and variance of an exponential distribution:
Probability density function:
Generate a set of pseudorandom numbers that are exponentially distributed:
Properties based on higher-order moments:
Third moment of an exponential distribution:
The q^(th) quantile of an exponential distribution:
Plot the cumulative distribution function of the random variable:
A contour plot as both x and Lambda are varied:
The probability density function integrates to unity:
Moments can be obtained from the characteristic function:
ExponentialDistribution is related to WeibullDistribution through a power:
ExponentialDistribution is not defined when lambda is not a positive real number:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team