Learn R Programming

GLmom (version 1.3.1)

mle.gev.CD: Coles-Dixon Penalized MLE for GEV

Description

Computes maximum penalized likelihood estimates for GEV parameters using the Coles and Dixon (1999) prior penalty on the shape parameter.

Usage

mle.gev.CD(xdat, ntry = 10)

Value

A list containing:

mle

MLE estimates (mu, sigma, xi) in Hosking style

nllh

Negative log-likelihood at the optimum

conv

Convergence status (0 = success)

nsample

Sample size

Arguments

xdat

Numeric vector of data.

ntry

Number of random starting points for optimization. Default is 10.

References

Coles, S., & Dixon, M. (1999). Likelihood-based inference for extreme value models. Extremes, 2(1), 5-23.