cff-version: 1.2.0 abstract: "
The dataset contains the following items:
- dma1_flow.txt = hourly water flow (m3/h) for district meter area 1
(rows are days, columns are the 24 hours)
- dma1_pressure.txt = hourly pressure (psi) for district meter area 1
(rows are days, columns are the 24 hours)
- temperature.txt = hourly temperature (Celcius)
(rows are days, columns are the 24 hours)
- wk_dummy.txt = dummy variable indicating whether its a workday or a weekend
(rows are days, columns are the 2 dummy variables)
- dates : dates of the recordings
(rows are days)
dlm_script.R : a R script to run the dynamic linear model with the example dataset.