diff --git a/P/exp-mode.md b/P/exp-mode.md index e9ba21ad..6cf5e63d 100644 --- a/P/exp-mode.md +++ b/P/exp-mode.md @@ -7,6 +7,11 @@ affiliation: "BCCN Berlin" e_mail: "joram.soch@bccn-berlin.de" date: 2020-02-12 15:53:00 +author: "Heiner Atze" +affiliation: NA +e_mail: "heiner.atze@gmx.net" +date: 2022-04-07 17:16 + title: "Mode of the exponential distribution" chapter: "Probability Distributions" section: "Univariate continuous distributions" @@ -54,17 +59,17 @@ $$ Since $$ \label{eq:exp-pdf-eq0} -\lim_{x \to 0} f_X(x) = \infty +f_X(0) = \lambda $$ and $$ \label{eq:exp-pdf-neq0} -f_X(x) < \infty \quad \text{for any} \quad x \neq 0 \; , +0 < e^{-lambda x} < 1 \quad \text{for any} \quad x > 0 \; , $$ it follows that $$ \label{eq:exp-mode-qed} \mathrm{mode}(X) = 0 \; . -$$ \ No newline at end of file +$$