extgp.G | R Documentation |
Density, distribution function, quantile function and random number generation for the carrier distributions of the extended Generalized Pareto distributions.
u |
vector of observations ( |
prob |
mixture probability for model |
kappa |
shape parameter for |
delta |
additional parameter for |
type |
integer between 0 to 5 giving the model choice |
log |
logical; should the log-density be returned (default to |
n |
sample size |
unifsamp |
sample of uniform; if provided, the data will be used in place of new uniform random variates |
censoring |
numeric vector of length 2 containing the lower and upper bound for censoring |
direct |
logical; which method to use for sampling in model of |
pextgp.G(u, type=1, prob, kappa, delta)
dextgp.G(u, type=1, prob=NA, kappa=NA, delta=NA, log=FALSE)
qextgp.G(u, type=1, prob=NA, kappa=NA, delta=NA)
rextgp.G(n, prob=NA, kappa=NA, delta=NA,
type=1, unifsamp=NULL, direct=FALSE, censoring=c(0,1))
Raphael Huser and Philippe Naveau
extgp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.