Description Usage Arguments Details
View source: R/macro_helpers_aggregation.R
Generates baseline aggregations to compare with the relevance adjusted ones.
1 | gen_baseline(atomic_df, start_agg)
|
atomic_df |
A data frame consisting of atomic predictions. |
start_agg |
Which time point to start creating aggregate predictions for. Note that this is based on the variable t in the supplied data frame, and not row number., |
Generates the following baseline aggregations: * Equal weight: gives equal weight to all models. * Gewisano: gives weight using linear prediction pools (GewIsano).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.