MEFM (version 2.2)

simulate_ddemand: Temperature and demand Simulation

Description

Simulate the half-hourly/hourly temperature and demand

Usage

simulate_ddemand(model, hdata, simyears = 1000, delta = 5)

Arguments

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

Value

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

Details

Simulate the half-hourly/hourly temperature and demand using the historical data and the half-hourly/hourly demand model

References

R. J. Hyndman and S. Fan (2010) "Density Forecasting for Long-term Peak Electricity Demand", IEEE Trans. Power Systems, 25(2), 1142--1153.

See Also

demand_model, simulate_demand, sa, MEFM-package for examples.