get_fc_with_PI: Extract forecasts and prediction intervals from list

Description Usage Arguments Value

View source: R/data_management.R

Description

This function extracts the forecasts and prediction intervals from a list.

Usage

1
get_fc_with_PI(fc_ls, exclude_PI = FALSE)

Arguments

fc_ls

A list, the forecasts must be stored under the keyword 'mean'.

exclude_PI

A boolean, to extract prediction intervals stored in 'list' object under the keywords 'upper' and 'lower'.

Value

A data.frame


xavierkamp/tsForecastR documentation built on Feb. 1, 2020, 10:16 a.m.