Description Usage Arguments Value Examples
Compute the probability distribution function (pdf) of a single quantile from a four-parameter beta-Poisson model
1 | pBP(x, alp, bet, lam1 = 1, lam2 = 1)
|
x |
A non-negative quantile |
alp |
A non-negative value, the parameter of Beta function (alpha) |
bet |
A non-negative value, the parameter of Beta function (beta) |
lam1 |
A non-negative value, the parameter for scaling |
lam2 |
A non-negative value, the parameter for smoothing, used for BP4 or BP5 |
pdf of the input value
1 2 | x=0.3
pBP(x,alp=0.6,bet=1.5,lam1=20,lam2=0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.