Description
Tools to Generate Daily-Precipitation Time Series.
Description
The method 'generate()' is extended for spatial multi-site stochastic generation of daily precipitation. It generates precipitation occurrence in several sites using logit regression (Generalized Linear Models) and the approach by D.S. Wilks (1998) <doi:10.1016/S0022-1694(98)00186-3> .
README.md
RGENERATEPREC: generation methods for daily precipitation
Installation notes from R Console:
library(devtools)
install_github("ecor/RGENERATEPREC")
## Or directly from CRAN (CRAN Version)
install.packages("RGENERATEPREC")
See package manual and vignette for more detailed info.