-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 2.06 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 2.06 KB
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
43
44
45
46
47
48
Package: mev
Type: Package
Title: Modelling of Extreme Values
Version: 2.2.0003
Authors@R: c(
person(given="Leo", family="Belzile", role = c("aut", "cre"), email = "belzilel@gmail.com", comment = c(ORCID = "0000-0002-9135-014X")),
person(given="Jennifer L.", family="Wadsworth", role=c("aut")),
person(given="Paul J.", family="Northrop", role=c("aut"), comment = c(ORCID = "0000-0002-1992-4882")),
person(given="Raphael", family="Huser", role=c("aut"), comment = c(ORCID = "0000-0002-1228-2071")),
person(given="Scott D.", family="Grimshaw", role=c("aut"), comment = c(ORCID = "0000-0002-6326-9360")),
person(given="Jin", family="Zhang", role=c("ctb")),
person(given="Michael A.", family="Stephens", role=c("ctb")),
person(given="Art B.", family="Owen", role=c("ctb"))
)
Description: Various tools for the analysis of univariate, multivariate and functional extremes. Exact simulation from max-stable processes (Dombry, Engelke and Oesting, 2016, <doi:10.1093/biomet/asw008>, R-Pareto processes for various parametric models, including Brown-Resnick (Wadsworth and Tawn, 2014, <doi:10.1093/biomet/ast042>) and Extremal Student (Thibaud and Opitz, 2015, <doi:10.1093/biomet/asv045>). Threshold selection methods, including Wadsworth (2016) <doi:10.1080/00401706.2014.998345>, and Northrop and Coleman (2014) <doi:10.1007/s10687-014-0183-z>. Multivariate extreme diagnostics. Estimation and likelihoods for univariate extremes, e.g., Coles (2001) <doi:10.1007/978-1-4471-3675-0>.
License: GPL-3
URL: https://lbelzile.github.io/mev/, https://github.com/lbelzile/mev/
BugReports: https://github.com/lbelzile/mev/issues/
Depends: R (>= 3.5)
Imports:
alabama,
methods,
nleqslv,
numDeriv,
Rcpp (>= 0.12.16),
Rsolnp,
stats,
Suggests:
boot,
cobs,
evd,
expint,
knitr,
MASS,
mvPot (>= 0.1.4),
mvtnorm,
gmm,
revdbayes,
rmarkdown,
ismev,
tinytest,
TruncatedNormal (>= 1.1)
LinkingTo: Rcpp, RcppArmadillo
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
ByteCompile: true
Config/roxygen2/version: 8.0.0