TheTransitClock / transitime

TheTransitClock real-time transit information system
GNU General Public License v3.0
78 stars 30 forks source link

Use average as opposed to last vehicle in Kalman prediction calculation. #163

Closed scrudden closed 4 years ago

scrudden commented 4 years ago

This is a TODO that has been there since this was written. The last vehicle is what the literature specifies but it may be better use the average.

We can set this as a config option

scrudden commented 4 years ago

A different heuristic could take into consideration the prediction error on the upstream bus.

scrudden commented 4 years ago

Work was done on branch tc_issue_163.

scrudden commented 4 years ago

This was merged to branch tc_issue_147 which is set to be merged to develop.