View source: R/simulate_demand.R
simulate_demand | R Documentation |
Simulate the half-hourly/hourly, seasonal peak electricity demand for the next season
simulate_demand(sim, afcast, nyears = length(sim$hhfit)/seasondays/48, periods = 48)
sim |
The simulated half-hourly demand (normalized against seasonal average demand) |
afcast |
The demographic and economic forecasts for the next season |
nyears |
The length of years of simulation |
periods |
The periods within a day, choose between 48 (half-hourly data) and 24 (hourly data) |
Simulate/forecast the half-hourly/hourly, seasonal peak electricity demand for the next season by incorporating the seasonal demographic & economic forecasts (to be provided by the user)
demand |
The forecasted half-hourly demand |
annmax |
The forecasted seasonal maximum demand |
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_ddemand
,
MEFM-package
for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.