powered by
Density of the poisson-Weibull compound distribution
dpoisweibull(x, shape, scale)
A numeric vector of the density of the poisson-Weibull distribution.
numeric
A number for the quantile of the distribution.
number
A number for the shape parameter of the distribution.
A number for the scale parameter of the distribution.
The function is vectorised so a vector of quantiles can be input and the output will have an equal length.
dpoisweibull(x = 10, shape = 1, scale = 2) dpoisweibull(x = 1:10, shape = 1, scale = 2)
Run the code above in your browser using DataLab