reduce_rt_error() combine a list of tibbles containing the mapped error estimates using validate_rt(). Reduce here is used in the context of "Map-Reduce"; it has nothing to do with "reducing" the size of errors. This function is used internally by estimate_boosted_rt().

reduce_rt_error(.data)

Arguments

.data

A list of tibbles containing error estimates for each time point in a time series

Value

A tibble containing error estimates by forecast horizon for each estimated time point

See also