Description Usage Format Details Value References Examples
Dataset on UK electricity demand, taken from the national grid (https://www.nationalgrid.com/).
1 |
UKload
contains the following variables:
net electricity demand between 11:30am and 12am.
instantaneous temperature, averaged over several English cities.
exponential smooth of wM
, that is wM_s95[i] = a*wM_s95[i-1] + (1-a)*wM[i]
with a=0.95
.
periodic index in [0, 1]
indicating the position along the year.
factor variable indicating the day of the week.
progressive counter, useful for defining the long term trend.
lagged version of NetDemand
, that is NetDemand.48[i] = NetDemand[i-2]
.
binary variable indicating holidays.
should be obvious.
should be obvious.
See Fasiolo et al. (2017) for details.
matrix of replicate data series
Fasiolo, M., Goude, Y., Nedellec, R. and Wood, S. N. (2017). Fast calibrated additive quantile regression. Available at https://arxiv.org/abs/1707.03307.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.