gpd.ll: Log likelihood for the generalized Pareto distribution

View source: R/univdist.R

gpd.llR Documentation

Log likelihood for the generalized Pareto distribution

Description

Function returning the density of an n sample from the GP distribution. gpd.ll.optim returns the negative log likelihood parametrized in terms of log(scale) and shape in order to perform unconstrained optimization

Usage

gpd.ll(par, dat, tol = 1e-05)

gpd.ll.optim(par, dat, tol = 1e-05)

Arguments

par

vector of scale and shape

dat

sample vector

tol

numerical tolerance for the exponential model

See Also

gpd


mev documentation built on April 20, 2023, 5:10 p.m.