gp_pwm {revdbayes}R Documentation

Probability-weighted moments estimation of generalised Pareto parameters

Description

Uses the methodology of Hosking and Wallis (1987) to estimate the parameters of the generalised Pareto (GP) distribution.

Usage

gp_pwm(gp_data, u = 0)

Arguments

gp_data

A numeric vector of raw data, assumed to be a random sample from a probability distribution.

u

A numeric scalar. A threshold. The GP distribution is fitted to the excesses of u.

Value

A list with components

References

Hosking, J. R. M. and Wallis, J. R. (1987) Parameter and Quantile Estimation for the Generalized Pareto Distribution. Technometrics, 29(3), 339-349. doi:10.2307/1269343.

See Also

gp for details of the parameterisation of the GP distribution.

Examples

u <- quantile(gom, probs = 0.65)
gp_pwm(gom, u)

[Package revdbayes version 1.5.3 Index]