---
title: "Exponential"
canonical: "https://modelassist.epixanalytics.com/space/EA/26575227/Exponential"
format: markdown
---
Exponential(1/b)

[Exponential equations](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575672/)

[Crystal Ball parameter restrictions](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575280/)

 

 

The Exponential(1/*b*) is a right-skewed distribution bounded at zero with a mean of b. It only has one shape. Examples of the Exponential distribution are given below:

 

 

![image](media://faea8ee7-f909-4cd3-ba0e-8cf303814c4c)

 

 

#### Uses

The Exponential(1/*b*) models the [time until the occurrence of a first event](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575638/) in a [Poisson process](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575359). For example:

 

- The time until the next earthquake;
- The decay of a particle in a mass of radioactive material;
- The length of telephone conversations.

 

The parameter *b* is the mean time until the occurrence of the next event.

 

#### Example

An electronic circuit could be considered to have a constant instantaneous failure rate, meaning that at a small interval of time it has the same probability of failing, given it has survived so far. Destructive tests show that the circuit lasts on average 5,200 hours of operation. The time until failure of any single circuit can be modeled as Exponential (1/5200) hours. Interestingly, if it conforms to a true [Poisson process](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575359), this estimate will be independent of how many hours of operation, if any, the circuit has already survived.

 

#### Comments

The Exponential and [Geometric](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575207/) distributions are the only distributions that allow for independence between additional waiting time and elapsed waiting time (sometimes described as a process *that has no memory*). When a Poisson distribution is a [good approximation to a Binomial](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575268), an Exponential distribution is also a good [approximation to a Geometric](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575261/).

 

The Exponential distribution is sometimes called the *Negative Exponential*. The Exponential distribution is a special case of the [Weibull](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575257/) distribution: Weibull(*0,b,1*)= Exponential(*1/b*).

 

The Excel function EXPONDIST(x,1/b,**0**) returns the Exponential probability density function, and the EXPONDIST(x,1/b,**1**) returns the Exponential cumulative distribution function.

 

Note: be careful about the 1/b.

 

 

 

 

---