IrishAgg: Irish aggregate demand data

Description Usage Format Examples

Description

Data set on aggregate electricity demand from the customers in the Irish data set (see ?Irish).

Usage

1

Format

IrishAgg is a data.frame, most of its variables are explained in ?Irish with the exception of:

dem

total electricity demand across the customers in the Irish data set;

demLag

total electricity demand at lag 1;

temp95

exponential smooth of temp, that is temp95[i] = a*temp[i] + (1-a)*temp95[i] with a = 0.05;

Examples

1
2
3
4
5
6
7
library(electBook)
data(IrishAgg)

head(IrishAgg)
  
# Aggregate demand over one week
plot(IrishAgg$dem[1:(48*7)], type = 'l')

mfasiolo/electBook documentation built on July 14, 2020, 1:55 a.m.