1. Questions
Transit signal priority (TSP) allows traffic signals to flexibly accommodate transit vehicles. This may involve extending a green phase until the vehicle passes, triggering an early green if there is a vehicle waiting at the light, or even running specific transit-only phases. TSP helps transit vehicles maintain on-time performance (Sheffield et al. 2021; Liu et al. 2018), but often TSP will only engage at a signal if the vehicle is running behind its schedule, thus minimizing automobile delay when the bus is otherwise on schedule (Ni et al. 2020).
In 2018, the Utah Transit Authority (UTA) launched the Utah Valley Express (UVX) Bus Rapid Transit (BRT) system in Provo and Orem, Utah. The system — mapped in Figure 1 — connects two commuter rail stations, two major universities (Brigham Young and Utah Valley), and commercial districts in Orem and Provo. UVX has TSP on 44 of the 47 traffic signals along its route. A transit vehicle requests TSP when the vehicle is behind its schedule; the signal controller may then grant the TSP based on a set of rules. For example, the signal will not grant TSP to transit vehicles traveling in the same direction in consecutive signal cycles. Specifically, at least two “clean” cycles must run before the signal controller will grant TSP again.
Though the TSP system is based on a schedule, UTA does not publish a schedule for UVX. Instead it is expected that a bus will arrive on a specific headway: 6 minutes in the peak period and 10 minutes in the off-peak. UVX vehicles depart their initial time point on this schedule, but then proceed to the end of the route without consideration as to whether the vehicle is running ahead or behind its “schedule” as understood by the TSP system. It is unclear whether the actualized headway is affected by a schedule-based TSP system, potentially creating frustration for riders or inefficient operations. The research questions are therefore:
-
Does schedule-based TSP improve headway adherence for rapid transit systems?
-
What is the effect of other controlling factors — specifically time period, direction of travel, and cumulative stop dwell time — on headway adherence?
2. Methods
UTA provided time point data for all trips on the UVX system during the summer of 2019. During this period, the TSP requesting threshold was set at three different levels:
-
June 10 through July 12 and after August 12: 2 minute threshold
-
July 15 through July 26: no TSP
-
July 30 through August 9: TSP always requested
We calculated the headway between successive UVX trips at each stop, as well as the cumulative dwell time of all stations along the route to that point. To control for omitted variables, we limited our analysis to the periods between 7 AM and 8 PM when the system runs at a 6-minute headway. Time points within these periods are considered “AM Peak” if occurring between 7 and 9 AM, or “PM Peak” between 4 and 6 PM. We also discard timepoints in south Provo where UVX runs on a one-way circulating loop.
Standard statistical tests — such as the student’s (Koenker and Hallock 2001) to estimate the effect of TSP requesting threshold on headway deviation at multiple percentiles of the distribution. This is done with the quantreg
package for R (Koenker 2020; R Core Team 2021).
Raw data and complete analysis code are available in a public GitHub repository.
3. Findings
Figure 2 shows the empirical cumulative density function for the headway deviation data, grouped by TSP threshold. Note that a “perfect” headway distribution, where all vehicles maintain the exactly intended headway, would be a step function with a vertical transition at 6 minutes. Visually, the difference between the various threshold settings is not dramatic. The 2-minute threshold appears to have slightly more vehicles arrive behind the scheduled headway (6 minutes), and slightly more arrive before it, than the other two threshold groups. The median of the distribution for all three thresholds is remarkably similar and is just a few seconds behind the target headway. This observation strengthens our determination to examine the sides of the distribution — rather than its center — with a quantile regression model.
Models estimating the headway effects of TSP requesting threshold and other factors at an array of distribution quantiles are given in Table 1. In these models, the “(Intercept)” represents the expected headway at that percentile before considering additional information. For example, the 10th-percentile headway is 4.649 minutes (4 minutes and 39 seconds), all else equal. The other coefficients in the models modify this average headway. Almost all coefficients are significant, and many serve to widen the headway distribution. Buses traveling in the PM peak, for example, have a significantly higher 90th-percentile headway and a lower 10th-percentile headway than buses traveling outside of the AM or PM peaks. Buses traveling in the southbound direction also have a wider headway distribution than those in the northbound direction (implied to be 0), and each additional minute of cumulative dwell time widens the headway distribution.
In contrast, the estimates reveal that TSP significantly narrows the expected headway distribution, with fewer long headways and fewer short headways. And while most of the other explanatory variables have an effect on the median headway, TSP has no significant effect after these other variables have been controlled for. A potentially curious finding is that implementing a 2-minute TSP request threshold improves headway adherence more than allowing every transit vehicle to request TSP. This finding echoes the schedule-based TSP analysis of UVX by Schultz et al. (2020). A finding by Sheffield et al. (2021) that a 0-minute threshold is best on arterial bus systems may only apply to routes with longer headways.
The schedule of threshold changes was not randomized in any way, and it is possible that the results of this study are tied up in unaccounted seasonal variation, or other omitted explanatory variables. These limitations notwithstanding, we find that — all else equal — schedule-based TSP marginally improves the headway adherence of UVX.
Acknowledgements
We are grateful to the Utah Department of Transportation and UTA for supporting this research by providing data and configuring the experiment. Graphics and tables were produced with several open-source R packages (Kahle and Wickham 2013; Arel-Bundock 2021; Ram and Wickham 2018).