-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.03 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
Package: reservoir
Type: Package
Title: Tools for Analysis, Design, and Operation of Water Supply Storages
Version: 1.1.6
Date: 2021-06-06
Authors@R: c(
person("Sean", "Turner", , "sean.turner@pnnl.gov", c("aut", "cre")),
person("Jia Yi", "Ng", , "ngjiayi93@hotmail.com", "aut"),
person("Stefano", "Galelli", , "stefano_galelli@sutd.edu.sg", "aut")
)
URL: https://cran.r-project.org/package=reservoir
Description: Measure single-storage water supply system performance using
resilience, reliability, and vulnerability metrics; assess storage-yield-
reliability relationships; determine no-fail storage with sequent peak analysis;
optimize release decisions for water supply, hydropower, and multi-objective
reservoirs using deterministic and stochastic dynamic programming; generate
inflow replicates using parametric and non-parametric models; evaluate inflow
persistence using the Hurst coefficient.
License: GPL (>= 2)
LazyData: yes
Imports:
gtools,
stats,
graphics,
moments
RoxygenNote: 7.1.1