Other packages > Find by keyword >

PRSim  

Stochastic Simulation of Streamflow Time Series using Phase Randomization
View on CRAN: Click here


Download and install PRSim package within the R console
Install from CRAN:
install.packages("PRSim")

Install from Github:
library("remotes")
install_github("cran/PRSim")

Install by package version:
library("remotes")
install_version("PRSim", "1.5")



Attach the package and use:
library("PRSim")
Maintained by
Manuela Brunner
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-03-29
Latest Update: 2023-06-27
Description:
Provides a simulation framework to simulate streamflow time series with similar main characteristics as observed data. These characteristics include the distribution of daily streamflow values and their temporal correlation as expressed by short- and long-range dependence. The approach is based on the randomization of the phases of the Fourier transform or the phases of the wavelet transform. The function prsim() is applicable to single site simulation and uses the Fourier transform. The function prsim.wave() extends the approach to multiple sites and is based on the complex wavelet transform. The function prsim.weather() extends the approach to multiple variables for weather generation. We further use the flexible four-parameter Kappa distribution, which allows for the extrapolation to yet unobserved low and high flows. Alternatively, the empirical or any other distribution can be used. A detailed description of the simulation approach for single sites and an application example can be found in Brunner et al. (2019) . A detailed description and evaluation of the wavelet-based multi-site approach can be found in Brunner and Gilleland (2020) . A detailed description and evaluation of the multi-variable and multi-site weather generator can be found in Brunner et al. (2021) . A detailed description and evaluation of the non-stationary streamflow generator can be found in Brunner and Gilleland (2024) .
How to cite:
Manuela Brunner (2019). PRSim: Stochastic Simulation of Streamflow Time Series using Phase Randomization. R package version 1.5, https://cran.r-project.org/web/packages/PRSim. Accessed 21 Nov. 2024.
Previous versions and publish date:
1.0 (2019-03-29 18:10), 1.1 (2019-07-03 11:40), 1.2-1 (2020-01-10 17:50), 1.2-2 (2020-05-28 06:20), 1.2 (2019-12-02 20:30), 1.3-1 (2021-01-12 10:40), 1.4-1 (2022-03-28 11:10), 1.4-2 (2022-09-21 00:50), 1.4-3 (2023-06-13 16:40), 1.4-4 (2023-09-19 11:00)
Other packages that cited PRSim R package
View PRSim citation profile
Other R packages that PRSim depends, imports, suggests or enhances
Complete documentation for PRSim
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA