-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.3 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
Package: threshr
Title: Threshold Selection and Uncertainty for Extreme Value Analysis
Version: 1.0.6
Date: 2024-07-17
Authors@R: c(
person(c("Paul", "J."), "Northrop", email = "p.northrop@ucl.ac.uk",
role = c("aut", "cre", "cph")),
person("Nicolas", "Attalides", role = "aut")
)
Description: Provides functions for the selection of thresholds for use in
extreme value models, based mainly on the methodology in
Northrop, Attalides and Jonathan (2017) <doi:10.1111/rssc.12159>.
It also performs predictive inferences about future extreme values,
based either on a single threshold or on a weighted average of inferences
from multiple thresholds, using the 'revdbayes' package
<https://cran.r-project.org/package=revdbayes>.
At the moment only the case where the data can be treated as
independent identically distributed observations is considered.
Imports: graphics,
methods,
revdbayes (>= 1.3.4),
rust (>= 1.2.2),
stats
License: GPL (>= 2)
LazyData: TRUE
Encoding: UTF-8
Depends:
R (>= 3.3.0)
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
URL: https://paulnorthrop.github.io/threshr/, https://github.com/paulnorthrop/threshr
BugReports: https://github.com/paulnorthrop/threshr/issues
Config/testthat/edition: 3