Betapdf
Betapdf-func
Definition:
bp = betapdf( x, a, b) returns the probability density function of the beta distribution with parameters
and
.
/math-ca3188c9669a934d832a5d8799c3fdd2.png)
Parameters:
- x (input, double)
- The value of the beta variate.
/math-50b4a93e32bf20b76f0c015636bde1b4.png)
- a (input, double)
- The first shape parameter,
, of the required beta distribution, . /math-2728fdf157599f870e368d5b4210b22e.png)
- b(input, double)
- The second shape parameter,
, of the required beta distribution, . /math-c9e03097a58b749aadc406ac1e469318.png)
- bp (output, double)
- The probability.