dpoisweibull {superspreading} | R Documentation |
Density of the poisson-Weibull compound distribution
Description
Density of the poisson-Weibull compound distribution
Usage
dpoisweibull(x, shape, scale)
Arguments
x |
A |
shape |
A |
scale |
A |
Details
The function is vectorised so a vector of quantiles can be input and the output will have an equal length.
Value
A numeric
vector of the density of the poisson-Weibull
distribution.
Examples
dpoisweibull(x = 10, shape = 1, scale = 2)
dpoisweibull(x = 1:10, shape = 1, scale = 2)
[Package superspreading version 0.3.0 Index]