Last chance! 50% off unlimited learning
Sale ends in
powered by
Computes the probability density function of Generalised Pareto Distribution at x, with shape parameter alpha and scale parameter beta.
dlgpd(x, alpha, beta)
value at which the pdf is evaluated.
Shape parameter.
Scale parameter, should be positive.
GPD pdf function evaluated at x with shape and scale parameters respectively alpha and beta.
# NOT RUN { dlgpd(2.34, alpha = 1, beta = 2) # }
Run the code above in your browser using DataLab