powered by
Density, distribution function, quantile function and random generation for the Generalized Pareto distribution.
dGPD(x,mu,sig,eta) pGPD(q,mu,sig,eta) qGPD(p,mu,sig,eta) rGPD(n,mu,sig,eta)
vector of quantiles in dmixnorm and pmixnorm. In qmixnorm, 'x' is a vector of probabilities.
A vector of probabilities.
number of observations. If 'length(n) > 1', the length is taken to be the number required.
parameters of the Generalized Pareto distribution.
# NOT RUN { dGPD(.5, 1.1,2,-1) # }
Run the code above in your browser using DataLab