2

For every positive integer $n$, $nx^{n-1}$ is a probability density function in $[0,1]$. What is it called?

whuber
  • 281,159
  • 54
  • 637
  • 1,101
user7669
  • 269
  • 1
  • 6

1 Answers1

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