-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
36 lines (36 loc) · 1.26 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: climex
Type: Package
Title: Estimating Extreme Events in Climatic Time Series (using Data of the DWD)
Version: 2.0.2
Date: 2022-07-11
LazyData: true
Authors@R: person("Philipp Mueller", role = c("aut","cre"),
email = "princess.trudildis@posteo.de")
Maintainer: Philipp Mueller <princess.trudildis@posteo.de>
Description: The fitting of the generalized extreme value (GEV) and generalized Pareto (GP) distribution using maximum likelihood (ML) has an inherent tendency to produce numerical artifacts. By using the well-oiled framework of constrained optimization, in this we utilize the augmented Lagrangian method, the optimization find the global optimum significantly more often then the unconstrained one. In addition the package is focused on handling climatic time series of class 'xts' and provides a couple of convenience functions to handle these objects.
URL: https://gitlab.com/theGreatWhiteShark/climex
Depends:
R(>= 3.1.0),
xts
Imports:
lubridate,
ggplot2,
grid,
Rcpp,
RColorBrewer,
Lmoments,
moments,
numDeriv,
alabama,
parallel,
zoo
License: GPL (>= 3) | file LICENSE
LinkingTo: Rcpp, RcppArmadillo
VignetteBuilder: knitr
RoxygenNote: 6.1.0
Suggests:
climexUI,
dwd2r,
knitr,
rmarkdown,
testthat