gev.proflik: GEV profile neg profile likelihood

Description Usage Arguments Value Author(s) Examples

Description

Computes the negative profile log-likelihood (credits to E. Gilleland and ismev package)

Usage

1

Arguments

a

is a two dimensionnal vector containing the scale and the shape parameter respectively

Value

the negative profile ikelihood

Author(s)

Antoine Pissoort, antoine.pissoort@student.uclouvain.be

Examples

1
2
3
4
5
for(i in 1:nint) {
xp <- x[i]
opt <- optim(sol, gev.proflik)
sol <- opt$par ; v[i] <- opt$value
}

proto4426/PissoortThesis documentation built on May 26, 2019, 10:31 a.m.