Description Usage Arguments Value Author(s) Examples
View source: R/timstats.ydayquant_fullday_mw.R
Multi-year daily quantiles with moving window
timstats.ydayquant_fullday_mw(series,yearbegin,yearend,quant,winsize)
computes multi-year daily quantiles employing a moving window around
the center day and based on a daily time series covering full
years. Quantiles are computed by taking into account all daily
values within the moving window (no simple averaging of daily quantiles).
1 | timstats.ydayquant_fullday_mw(series, yearbegin, yearend, quant, winsize)
|
series |
Time series (vector) at daily resolution and for full years (full Gregorian calendar). |
yearbegin |
First year of time series. |
yearend |
Last year of time series. |
quant |
Quantile to compute [0,1]. |
winsize |
Moving window length (uneven number of days). |
Vector (366) of multi-year daily quantiles. 29th February is NA.
Sven Kotlarski (MeteoSwiss)
1 2 3 4 5 6 | ## Not run:
# Compute multi year daily 95th quantile employng a moving window of
# 91 days for a daily time series covering the years 2000 to 2005
timstats.ydayquant_fullday_mw(series,2000,2005,0.95,91)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.