bike_regressors {conformalInference.fd} | R Documentation |
Regressors to model the log of all bike rentals in Milan in 2016.
Description
A dataset containing temperature and humidity data to model the bike flows from Milano's Duomo district to itself.
Usage
bike_regressors
Format
A list of 41 observed days, each containing a list of 4 components: a flag indicating whether the day is part of the weekend or not, the amount of rain at a given time t of the day (in mm), the difference between the mean temperature in the last few days and the actual temperature at time t and an interaction term between weekend and rain.
- weekend
flag for weekend
- rain
amount of rain (in mm)
- dtemp
different in temperature w.r.t. the last days
- weekend_rain
interaction term among rain and weekend
Source
https://www.mate.polimi.it/biblioteca/add/qmox/19-2019.pdf
[Package conformalInference.fd version 1.1.1 Index]