Class 19
Let \(X_1, X_2, \dots, X_n\) are independent indentically distributed exponential random variables with rate \(\lambda\).
\[X_j \stackrel{\text{iid}}{\sim} \operatorname{Exp}(\lambda) \text{ for } j = 1, 2, \dots, n\]
Let \(X = X_1 + X_2 + \cdots + X_n\)
Then \(X \sim \operatorname{\Gamma}(n,\lambda)\), or \(\displaystyle f(t) = \lambda e^{-\lambda t}\frac{(\lambda t)^{n-1}}{(n-1)!}\)
Let \(X_1\) and \(X_2\) be independent exponentially distributed with rates \(\lambda_1\) and \(\lambda_2\).
Then \(\displaystyle\operatorname{P}(X_1 < X_2) = \frac{\lambda_1}{\lambda_1 + \lambda_2}\).
Suppose \(X_i\) is exponential with rate \(\lambda_i\) for \(i = 1, 2, \ldots, n\) and \(X_i\)’s are independent. Then
\[ \begin{aligned} \operatorname{P}(\min(X_1, X_2, \ldots, X_n) > x) &= \operatorname{P}(X_i > x \text{ for each } i = 1, 2, \ldots, n) \\ &= \prod_{i=1}^n \operatorname{P}(X_i > x)\\ &= \prod_{i=1}^n e^{-\lambda_i} x\\ &= \exp\left(-\left(\sum_{i=1}^n \lambda_i\right) x\right) \end{aligned} \]
In other words, \(\min(X_1, X_2, \ldots, X_n)\) has exponential distribution with the rate \(\lambda = \lambda_1 + \lambda_2 + \cdots + \lambda_n\).
Suppose you arrive at a post office where there are two clerks that are both busy at the time, but there is no one waiting in line in front of you. At the moment one of the two clerks is free, it will be your turn.
Assume that the service time for clerk \(i\) is exponential with rate \(\lambda_i\), for \(i = 1, 2\). Let \(T\) be the total time you spend at the post office. Find \(\operatorname{E} T\).
A stochastic process \(\{N(t), t \ge 0\}\) is called a counting process if \(N(t)\) represents a number of occurrences of certain event by the time \(t\).
Given two functions \(f\) and \(g\), both defined on the interval \((0,\infty)\):
We say that \(f(x) = \mathcal{O}(g(x))\) as \(x \to \infty\) if there is \(M > 0\) and \(x_0 > 0\) such that \(\left\lvert f(x)\right\rvert \le M \left\lvert g(x)\right\rvert\) for every \(x > x_0\).
We say that \(f(x) = \mathcal{O}(g(x))\) as \(x \to 0\) if there is \(M > 0\) and \(\delta > 0\) such that \(\left\lvert f(x)\right\rvert \le M \left\lvert g(x)\right\rvert\) for every \(0 < x < \delta\).
We say that \(f(x) = \mathcal{o}(g(x))\) as \(x \to \infty\) if _for each \(\varepsilon > 0\) there is \(x_0 > 0\) such that \(\left\lvert f(x)\right\rvert \le \varepsilon \left\lvert g(x)\right\rvert\) for every \(x > x_0\).
We say that \(f(x) = \mathcal{o}(g(x))\) as \(x \to 0\) if for each \(\varepsilon > 0\) there is \(\delta > 0\) such that \(\left\lvert f(x)\right\rvert \le \varepsilon \left\lvert g(x)\right\rvert\) for every \(0 < x < \delta\).
A counting process \(\{N(t), t \ge 0\}\) is called a Poisson process with rate \(\lambda\) if all of the following are true:
If \(\{N(t), t \ge 0\}\) is a Poisson process with rate \(\lambda\) then for each \(s \ge 0\), \(t > 0\), \[N(s+t) - N(s) \sim \operatorname{Pois}(\lambda t).\]
Each Poisson process has stationary increments