ts_forecast.list: Calculate a timeseries forecast from a list

Description Usage Arguments

View source: R/ts_forecast.R

Description

An alternative ts_forecast constructor, which accepts an already calculated list of forecasts. For future work, this could be integrated with copula post-processing with site-level forecasts.

Usage

1
2
3
## S3 method for class 'list'
ts_forecast(x, start_time, time_step, scale, location,
  method)

Arguments

x

A list of prob_forecast objects

start_time

A lubridate time stamp

time_step

Time step in hours

scale

One of 'site', 'region', 'total'

location

A string

method

A string


kdayday/forecasting documentation built on Oct. 7, 2020, 7:16 p.m.