Description Usage Arguments Details Value
View source: R/calc_wgn_output_statistics.R
calc_ts_stats
returns a list of statistics calculated from an input timeseries.
1 | calc_ts_stats(wgn_data_vec)
|
wgn_data_vec |
A named vector of numbers with names as character dates of the form
|
The statistics calculated are:
annual maximum values (name: ann_max)
annual total values (name: ann_tot)
monthly mean climatology (name: mon_mean)
monthly standard deviation(name: mon_sd)
correlation of subsequent non-zero days by month (name: cor_wetdays_daily),
variance of non-zero days by month (name: var_wetdays_daily),
proportion of dry (zero rainfall) days within a month (name: pdry).
A named list of vectors containing the calculated statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.