rain.adapt | R Documentation |
Apply a corrective procedure to daily rainfall series to enforce actual caracteristics.
rain.adapt(x, a, ser)
x |
Observed series |
a |
Univariate series to modify (simulated series) |
ser |
Series identification number |
The no-rain frequency consequentally the total rainfall depth of the observed series are enforced on the synthetic series
Corrected series
Salvatore Grimaldi
Grimaldi S., F. Napolitano, L. Ubertini, 'A procedure to use linear parametric models for daily rainfall series simulation'
## rain=lpm(series.rainfall[,1],1,1,1,120,120)
## rain.adapt(series.rainfall[,1],rain$sim[[1]],1)
##-- ==> Apply rain adaptor to a simulated series with a ARMA(1,1) model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.