Margins.mod: Compute uniform margins with Generalized Pareto Distribution...

Description Usage Arguments Value Examples

View source: R/supplement.funct.R

Description

Compute uniform margins with Generalized Pareto Distribution above threshold

Usage

1
Margins.mod(tr1, tr2, u)

Arguments

tr1

extreme threshold for first variable

tr2

extreme threshold for second variable

u

Two column data frame

Value

a list of containing the following pseudo observations (uniform margins) with a mixed distribution (empirical below and gpd above a threshold)

Examples

1
2
3
4
5
6
7
data(porto)
#set extreme threshold for both variable
tr1=0.9
tr2=0.9
fire01meantemp=na.omit(fire01meantemp)
u=fire01meantemp
marmod=Margins.mod(tr1,tr2,u=fire01meantemp)

mobirep documentation built on April 22, 2021, 5:07 p.m.