Irish: Irish smart meter data

Description Usage Format Value Examples

Description

Data set on residential electricity demand in Ireland, from the CER Smart Metering Project on Electricity Customer Behaviour Trial (http://www.ucd.ie/issda/data/commissionforenergyregulationcer/). This is not the full data set, but a subset of it.

Usage

1

Format

Irish is a list, where Irish$indCons is matrix where each row is the demand for an individual household. Irish$survey is data.frame containing the following variables:

ID

individual customer ID;

meanDem

the mean demand of each customer;

SOCIALCLASS, OWNERSHIP, ...

see http://www.ucd.ie/issda/data/commissionforenergyregulationcer/ for details

Irish$extra is data.frame containing the following variables:

time

progressive time counter;

toy

the time of year from 0 (1st Jan) to 1 (31st Dec);

dow

factor variable indicating the day of the week;

holy

binary variable indicating holidays;

tod

the time of day, ranging from 0 to 47, where 0 indicates the period from 00:00 to 00:30, 1 the period from 00:30 to 01:00 and so on;

temp

the external temperature in degrees Celsius;

Value

A list.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
library(electBook)
data(Irish)
  
# Demand for 10 customers over 4 days
matplot(Irish$indCons[1:(48 * 4), 1:10], type = 'l')
  
# Survey information
head(Irish$survey)
  
# Temperature and calendar information
head(Irish$extra)

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