powered by
Computes the cumulative distribution function of Generalised Pareto Distribution at x, with shape parameter alpha and scale parameter beta.
plgpd(x, alpha, beta, lower.tail = T)
value at which the pdf is evaluated.
Shape parameter.
Scale parameter, should be positive.
logical; if TRUE (default), probabilities are P[X <= x] otherwise, P[X > x].
P[X <= x]
P[X > x]
GPD CDF function evaluated at x with shape and scale parameters respectively alpha and beta.
# NOT RUN { plgpd(2.34, alpha = 1, beta = 2) # }
Run the code above in your browser using DataLab