-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
34 lines (34 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
Package: IDFtool
Title: Estimation Intensity-Duration-Frequency Curves for Rainfall Series
Version: 1.0.0
Authors@R: c(person("David", "Zamora", email = "dazamoraa@unal.edu.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2256-7054")),
person("Albeiro", "Figueroa", email = "cafigueroao@unal.edu.co", role = c("ctb")),
person("Adriana", "Piña", email = "appinaf@unal.edu.co", role = c("ctb"), comment = c(ORCID = "0000-0003-2252-2160")))
Description: Intensity-duration-frequency curves are computed per specific
time duration and different return periods and can be fitted to eight different PDFs. The intensity-duration-frequency curves
are used in hydrology to express in a synthetic way, fixed a return period T and a
duration d of a rainfall event. IDFtool included an uncertainty
analysis in PDFs and IDF curves, by means of a bootstrapping method. See Davison and Hinkley (1997), <doi: 10.2307/1271471>.
Depends: R (>= 3.4)
Imports:
DEoptim,
EnvStats,
hydroGOF,
graphics,
grDevices,
investr,
goftest,
lmomco,
magicaxis,
minpack.lm,
openxlsx,
scales,
stats
Suggests:
knitr,
rmarkdown
License: GPL-2
BugReports: https://github.com/dazamora/IDFtool/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1