ppoisweibull | R Documentation |
Cumulative distribution function of the poisson-Weibull compound distribution
ppoisweibull(q, shape, scale)
q |
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 distribution function.
ppoisweibull(q = 10, shape = 1, scale = 2)
ppoisweibull(q = 1:10, shape = 1, scale = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.