MAT5 and MatØk5 project: The effect of temperature on electricity consumption in Sweden - modeling of correlation

Raw data for the project: consumption and temperature.
Processed and enriched data with R-scripts.

Presentation of data and problem (Michael Bartels, Nordjysk Elhandel).

Last year the above data were analyzed using a multiple regression model of the form

y_t=b_0+b_1 T_t + b_2 max(0,T_t-17) + b_3 W_t + b_4 H_t + e_t

where for a day t, y_t is consumption, T_t is temperature, W_t is an indicator for weekend, H_t is an indicator for holiday and e_t is an error term. However, it became clear that a basic assumption - independent error terms e_t - was violated. This has implications both for inference regarding regression coefficients and prediction of consumption. In this year's project we will attemp to model and quantify the correlation in the residuals. The starting point will be a first-order auto regressive (AR(1)) model for the error terms.

Topics of relevance for the project include:

Normalt vil projektet også indeholde en opsummering af teori, som er gennemgået i kurset. Men tilstræb, at der er sammenhæng mellem dataanalyse og teori, således, at I især går i dybden med den teori, som I faktisk anvender. Omvendt kan I godt udelade teori, som er perifert for projektet.