gpd.profxi: GPD Profile Log Likelihood for xi

Description Usage Arguments Examples

View source: R/gpdprof.R

Description

Creates ξ profile log liklihood

Usage

1
gpd.profxi(z, xlow, xup, conf = 0.95, nint = 100)

Arguments

z

dataset

xlow

lower ξ value

xup

upper ξ value

conf

Confidence size default is set to 0.95

nint

Number of intervals default is set to 100

Examples

1
2
3
data(danish)
out = gpd.fit(danish, 10)
gpd.profxi(out, -0.1, 0.2)

K-Molloy/tevt documentation built on Dec. 18, 2021, 2:34 a.m.