Description Usage Arguments Value See Also
View source: R/get_chpeen_ts.R
This method generates a static 24-hour or similar forecast using all data at the same time of day in the training period only. This is a static forecast that does not evolve as more observations are realized in the evaluation period.
1 2 | get_chpeen_ts(issue, t_idx_series, telemetry, sun_up, site, max_power,
metadata)
|
issue |
A time stamp |
t_idx_series |
Series of time indices to forecast, relative to the telemetry time indices |
telemetry |
A list of data=vector of telemetry and validtime=vector of POSIXct times |
sun_up |
A vector of booleans, indexed by telemetry valid times |
site |
String, site name |
max_power |
Site's AC power rating or maximum load |
metadata |
A data.frame of forecast parameters |
A ts_forecast object
Other ts_training_forecast: get_binned_ts
,
get_bma_ts
, get_clim_ts
,
get_emos_ts
, get_peen_ts
,
get_raw_ts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.