calc_rep_stats: Calculate statistics from all the replicates of a generated...

Description Usage Arguments Details Value

View source: R/calc_wgn_output_statistics.R

Description

calc_rep_stats returns a list of statistics calculated from an input list of timeseries replicates.

Usage

1
calc_rep_stats(wgn_data_rep, nyears = NULL)

Arguments

wgn_data_rep

A list of vectors containing the replicates of input timeseries. Each element of the list should be a named vector of numbers with names as character dates of the form %Y-%m-%d.

nyears

number of years of data in the input, wgn_data_rep

Details

Uses the function calc_ts_stats to calculate the statistics for each replicate. The statistics from all the replicates are saved in a dataframe corresponding to each statistic.

Similar to calc_ts_stats, the statistics calculated are:

Value

A named list of dataframes containing the calculated statistics.


anjanadevanand/toyWGN documentation built on March 9, 2020, 6:57 a.m.