View source: R/simulate_ddemand.R
simulate_ddemand | R Documentation |
Simulate the half-hourly/hourly temperature and demand
simulate_ddemand(model, hdata, simyears = 1000, delta = 5)
model |
The demand models |
hdata |
The half-hourly/hourly demand, temperature and seasonality data |
simyears |
The length of years of simulation |
delta |
The value of blockdays offset limit for bootstrap |
Simulate the half-hourly/hourly temperature and demand using the historical data and the half-hourly/hourly demand model
An object of class simdemand
, basically a list including elements
hhfit |
Simulated half-hourly demand |
hhres |
Simulated half-hourly residuals |
ores |
Simulated half-hourly offset demand |
a |
Seasonal model |
Rob J Hyndman and Shu Fan
R. J. Hyndman and S. Fan (2010) "Density Forecasting for Long-term Peak Electricity Demand", IEEE Trans. Power Systems, 25(2), 1142–1153.
demand_model
,
simulate_demand
,
sa
,
MEFM-package
for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.