A distribution describing the time between events in a Poisson process; a continuous analogue of the geometric distribution.
Questions tagged [exponential-distribution]
681 questions
89
votes
5 answers
Relationship between poisson and exponential distribution
The waiting times for poisson distribution is an exponential distribution with parameter lambda. But I don't understand it. Poisson models the number of arrivals per unit of time for example. How is this related to exponential distribution? Lets say…

user862
- 2,339
- 4
- 27
- 24
38
votes
10 answers
Why are survival times assumed to be exponentially distributed?
I am learning survival analysis from this post on UCLA IDRE and got tripped up at section 1.2.1. The tutorial says:
... if the survival times were known to be exponentially distributed, then the probability of observing a survival time ...
Why…

Haitao Du
- 32,885
- 17
- 118
- 213
36
votes
6 answers
How can I analytically prove that randomly dividing an amount results in an exponential distribution (of e.g. income and wealth)?
In this current article in SCIENCE the following is being proposed:
Suppose you randomly divide 500 million in income among 10,000
people. There's only one way to give everyone an equal, 50,000 share.
So if you're doling out earnings randomly,…

vonjd
- 5,886
- 4
- 47
- 59
32
votes
3 answers
Outlier Detection on skewed Distributions
Under a classical definition of an outlier as a data point outide the 1.5* IQR from the upper or lower quartile, there is an assumption of a non-skewed distribution. For skewed distributions (Exponential, Poisson, Geometric, etc) is the best way to…

Eric
- 321
- 1
- 3
- 3
29
votes
2 answers
From uniform distribution to exponential distribution and vice-versa
This is probably a trivial question, but my search has been fruitless so far, including this wikipedia article, and the "Compendium of Distributions" document.
If $X$ has a uniform distribution, does it mean that $e^X$ follows an exponential…

luchonacho
- 2,568
- 3
- 21
- 38
24
votes
3 answers
How do I check if my data fits an exponential distribution?
How could I check if my data e.g. salary is from a continuous exponential distribution in R?
Here is histogram of my sample:
. Any help will be greatly appreciated!

stjudent
- 565
- 3
- 6
- 11
18
votes
2 answers
Conditional expectation of exponential random variable
For a random variable $X\sim \text{Exp}(\lambda)$ ($\mathbb{E}[X] = \frac{1}{\lambda}$) I feel intuitively that $\mathbb{E}[X|X > x]$ should equal $x + \mathbb{E}[X]$ since by the memoryless property the distribution of $X|X > x$ is the same as that…

mchen
- 710
- 1
- 6
- 15
18
votes
2 answers
Suppose $Y_1, \dots, Y_n \overset{\text{iid}}{\sim} \text{Exp}(1)$. Show $\sum_{i=1}^{n}(Y_i - Y_{(1)}) \sim \text{Gamma}(n-1, 1)$
What is the easiest way to see that the following statement is true?
Suppose $Y_1, \dots, Y_n \overset{\text{iid}}{\sim} \text{Exp}(1)$.
Show $\sum_{i=1}^{n}(Y_i - Y_{(1)}) \sim \text{Gamma}(n-1, 1)$.
Note that $Y_{(1)} = \min\limits_{1 \leq i…

Clarinetist
- 3,761
- 3
- 25
- 70
17
votes
5 answers
What is the PDF for the minimum difference between a random number and a set of random numbers
I have a list (lets call it $ \{L_N\} $) of N random numbers $R\in(0,1)$ (chosen from a uniform distribution). Next, I roll another random number from the same distribution (let's call this number "b").
Now I find the element in the list $ \{L_N\}…

Steven Sagona
- 385
- 1
- 10
13
votes
1 answer
Distribution of sum of exponentials
Let $X_1$ and $X_2$ be independent and identically distributed exponential random variables with rate $\lambda$. Let $S_2 = X_1 + X_2$.
Q: Show that $S_2$ has PDF $f_{S_2}(x) = \lambda^2 x \text{e}^{-\lambda x},\, x\ge 0$.
Note that if events…

SecretAgentMan
- 1,463
- 10
- 30
13
votes
3 answers
Mean of inverse exponential distribution
Given a random variable $Y = Exp(\lambda)$, what is the mean and variance of $G=\dfrac{1}{Y}$ ?
I look at the Inverse Gamma Distribution, but the mean and variance are only defined for $\alpha>1$ and $\alpha>2$ respectively...

Diogo Santos
- 747
- 9
- 19
12
votes
2 answers
How to compare the mean of two samples whose data fits exponential distributions
I have two samples of data, a baseline sample, and a treatment sample.
The hypothesis is that the treatment sample has a higher mean than the baseline sample.
Both samples are exponential in shape. Since the data is rather large, I only have the…

Jonathan Dobbie
- 123
- 1
- 1
- 4
12
votes
1 answer
Attainable correlations for exponential random variables
What is the range of attainable correlations for the pair of exponentially distributed random variables $X_1 \sim {\rm Exp}(\lambda_1)$ and $X_2 \sim {\rm Exp}(\lambda_2)$, where $\lambda_1, \lambda_2 > 0$ are the rate parameters?

QuantIbex
- 3,880
- 1
- 24
- 42
12
votes
3 answers
How do you calculate the expectation of $\left(\sum_{i=1}^n {X_i} \right)^2$?
If $X_i$ is exponentially distributed $(i=1,...,n)$ with parameter $\lambda$ and $X_i$'s are mutually independent, what is the expectation of
$$ \left(\sum_{i=1}^n {X_i} \right)^2$$
in terms of $n$ and $\lambda$ and possibly other constants?
Note:…

Isaac
- 973
- 1
- 9
- 20
12
votes
1 answer
Name for a distribution between exponential and gamma?
The density $$f(s)\propto \frac{s}{s+\alpha}e^{-s},\quad s > 0$$ where $\alpha \ge 0$ is a parameter, lives between the exponential ($\alpha=0$) and $\Gamma(2,1)$ ($\alpha \to \infty$) distributions. Just curious if this happens to be an example of…

nth
- 766
- 4
- 9