qPPPP | R Documentation |
quantile of univariate margins of the PPPP model
qPPPP(u, al, be, a, b, maxit = 1e+05)
al , be , a , b: |
parameters. |
u: |
data input. |
log: |
if use log in it but the result is still the original scale |
## Not run:
plot(sapply(seq(0.001,0.999, length=100), function(x){qPPPP(x, 0.3, 1.3, 1, 1)}), type="l",ylab="")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.