model_load: Produce estimates of quantiles of electricity load for ISO...

Description Usage Arguments Details Examples

View source: R/mod_load.R

Description

model_load produces quantile estimates of electricity load. This function is driven by yaml configuration files, examples of which are included with this package. The configuration files also explain the meaning/import/use of the parameters.

Usage

1
model_load(load_cfg = "", dts_cfg = "")

Arguments

load_cfg

a yaml file containing modeling parameters

dts_cfg

a yaml file containing general setup parameters

Details

If writeFiles = 1 (in the modeling configuration file), then predictions and results are written to the directories specified in the configuration file.

Examples

1
2
3
4
5
## Not run: 
model_load('~/gefcom17/config/load_cfg.yaml',
'~/gefcom17/config/gen_and_dates_cfg.yaml')

## End(Not run)

tvwallace/gefcom17Model documentation built on Jan. 23, 2021, 12:48 a.m.