powered by
The function creates an object which represents the generalized Pareto distribution.
GPDdist(loc = 0, scale = 1, shape = 0)
Object of class GPDdist.
location parameter, default: 0.
scale parameter, default: 1.
shape parameter, default: 0.
See GPD.
GPD
G <- GPDdist(0, 1, 0) d(G, c(2, 3, 4, NA)) r(G, 5)
Run the code above in your browser using DataLab