ppoisweibull {superspreading} | R Documentation |
Cumulative distribution function of the poisson-Weibull compound distribution
Description
Cumulative distribution function of the poisson-Weibull compound distribution
Usage
ppoisweibull(q, shape, scale)
Arguments
q |
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 distribution function.
Examples
ppoisweibull(q = 10, shape = 1, scale = 2)
ppoisweibull(q = 1:10, shape = 1, scale = 2)
[Package superspreading version 0.3.0 Index]