For every positive integer $n$, $nx^{n-1}$ is a probability density function in $[0,1]$. What is it called?
Asked
Active
Viewed 162 times
2
-
1https://stats.stackexchange.com/questions/18433/how-do-you-calculate-the-probability-density-function-of-the-maximum-of-a-sample β Christoph Hanck Jan 18 '18 at 09:52
-
Thanks. So it is a Beta distribution with $\alpha=n$ and $\beta=1$. β user7669 Jan 18 '18 at 10:39
1 Answers
3
The distribution with pdf
$$ f(x) = \frac{\beta x^{\beta-1}}{\alpha^\beta} $$
is known as the "power distribution" (unfortunately, itβs a very google-unfriendly name). It is alternatively parametrized by $k = 1/\alpha$. It has the $(0, \alpha]$ support.

Tim
- 108,699
- 20
- 212
- 390
-
I think the version here on $[0,1]$ is a ["standard power function distribution"](https://en.wikipedia.org/wiki/Talk:Beta_distribution#The_name_of_a_special_case?) β Henry Jun 03 '20 at 09:52