How do you determine the mode of a gamma distribution with parameters $\alpha$ and $\beta$ ? Without looking on Wikipedia.
2026-03-25 23:37:48.1774481868
Determine the mode of the gamma distribution with parameters $\alpha$ and $\beta$
15.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Hint: you want to maximize $x^{\alpha-1} e^{-\beta x}$ over $x \in (0,\infty)$.
The derivative is $e^{-\beta x}[(\alpha-1)x^{\alpha-2} - \beta x^{\alpha-1}] = x^{\alpha-2} e^{-\beta x} (\alpha-1-\beta x)$, which is zero when $x= \frac{\alpha-1}{\beta}$ or $x=0$.
Thanks to JeanMarie for the clarifications.