dpoisweibull | R Documentation |
Density of the poisson-Weibull compound distribution
dpoisweibull(x, shape, scale)
x |
A |
shape |
A |
scale |
A |
The function is vectorised so a vector of quantiles can be input and the output will have an equal length.
A numeric
vector of the density of the poisson-Weibull
distribution.
dpoisweibull(x = 10, shape = 1, scale = 2)
dpoisweibull(x = 1:10, shape = 1, scale = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.