Brian Detweiler
April 24, 2017
Interactive map: http://bdetweiler.github.io/projects/chicago-traffic-cameras.html
ADDRESS | CAMERA.ID | VIOLATION.DATE | VIOLATIONS |
---|---|---|---|
7738 S WESTERN | CHI065 | 2014-07-08 | 65 |
1111 N HUMBOLDT | CHI010 | 2014-07-16 | 56 |
5520 S WESTERN | CHI069 | 2014-07-08 | 10 |
1111 N HUMBOLDT | CHI010 | 2014-07-26 | 101 |
1111 N HUMBOLDT | CHI010 | 2014-07-27 | 92 |
Variance still quite large, and heteroskedastic in some places
Augmented Dickey-Fuller test p-value \( < 0.01 \)
Suggests an ARIMA(7, 1, 10) given by the equation \[ \begin{split} W_t &= \nabla Y_t = Y_t - Y_{t - 1} \\ W_t &= \phi_1 W_{t - 1} + \phi_7 W_{t - 7} + e_t - \theta_{1} e_{1} - \theta_6 e_{t - 6} - \theta_7 e_{t - 7} - \theta_8 e_{t - 8} - \theta_{10} e_{t - 10} \\ \end{split} \]
Suggests an ARIMA(1, 1, 3) given by the equation \[ \begin{split} W_t &= \nabla Y_t = Y_t - Y_{t - 1} \\ W_t &= \phi_1 W_{t - 1} + e_t - \theta_{1} e_{1} - \theta_2 e_{t - 2} - \theta_3 e_{t - 3} \\ \end{split} \]