-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: mobirep
Title: Models Bivariate Dependence and Produces Bivariate Return Periods
Version: 0.2.3
Authors@R:
person(given = "Alois",
family = "Tilloy",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-5881-0642"))
Description: Models the dependence between two variables in the extremes, identifies most
relevant models among six models: the conditional extremes model, the Jt-KDE model
and four copulae (Gumbel, Galambos, Normal, FGM). Bivariate return periods for
the six models and bivariate level curves can be created.
Methods used in the package are described in the following reference:
Tilloy, Malamud, Winter and Joly-Laugel (2020) <doi:10.5194/nhess-20-2091-2020>
Supporting references for the conditional extremes model,
Jt-KDE model and for copula modelling are the following:
Heffernan and Tawn (2004) <doi:10.1111/j.1467-9868.2004.02050.x>
Cooley, Thibaud, Castillo and Wehner (2019) <doi:10.1007/s10687-019-00348-0>
Nelsen (2006) <doi:10.1007/0-387-28678-0>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: True
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends: texmex
Imports:
stats,
copBasic,
grDevices,
ks,
lattice,
SpatialExtremes,
zoo,
copula,
ggplot2,
viridis,
Suggests:
knitr,
testthat,
rmarkdown
VignetteBuilder: knitr