SlideShare a Scribd company logo
1 of 12
Download to read offline
Shivaram Prakash
M08744020 | BANA 6035
Simulation of UC’s
North Route Shuttle
FINAL PROJECT
1 | P a g e
TABLE OF CONTENTS
Introduction 2
Objective 2
Data Collection 2
Modelling in Arena
3
Analysis
- Important Facets of the Model
- Scenarios of Operation
- Determining the best scenario
based on statistical significance
4
5
7
Conclusion 8
Appendix 9
2 | P a g e
INTRODUCTION
The University of Cincinnati’s Bearcat Transportation System operates shuttles in seven regular
routes every day. The North Route is considered as the busiest of all the routes since most
international students live to the North of the University. Due to heavy demand and long
waiting times, BTS has had to the number of buses during peak times (7 am to 11 am, 4 pm to 8
pm). Hence, simulating this particular route makes sense, so as to try and identify areas of
improvement and increase the efficiency of the system. The shuttle operates from 6 am to
midnight with three different shifts of operation.
OBJECTIVE
To reduce the average waiting time of passengers at all stops and to increase the utilization of
buses (reduce the number of empty Seats).
DATA COLLECTION
Data was collected during different times of the day at the four significant stops of the north
route shuttle viz. The University, Cincinnati Children’s Hospital, Clifton and Dixysmith Avenue.
The Arrival for every half an hour interval was noted and the respective distributions for each
stop was incorporated into the model. Model fitting was done using the input analyzer (Refer
appendix for the plots)
Passenger arrival Time University Cincinnati Children’s Clifton Dixysmith
7.00 – 7.30 am 6 10 10 3
7.30 – 8.00 am 7 8 11 2
8.00 – 8.30 am 8 6 12 3
8.30 – 9.00 am 10 8 10 2
9.00 – 9.30 am 12 6 8 1
9.30 – 10.00 am 13 8 7 2
Average arrival for 30 mins 9.33 7.67 9.67 2.17
Inter-arrival/min 3.214 3.913 3.103 13.884
Since roughly the same number of people take the shuttle during peak time in the evenings, we
can assume the same inter-arrival times for passengers. The people who take the shuttle in the
morning will almost always use the shuttle in the evenings. So it is logical to simulate the model
for one peak duration and assume the same for the other peak duration.
3 | P a g e
MODELLING IN ARENA - Model Walkthrough
PART 1:
FIGURE 1 – Passenger arrival at the university
 1 - Create modules at each stop simulate passenger arrival at respective stops
 2 - An assign module after the create module, assigns the final stop for each passenger
with different discrete probabilities for each stop
 3 - A hold module after the assign module, holds all passengers in queue till the arrival
of the bus (when the bus arrives at a stop, it sets a logical variable to ‘0’, thus satisfying
the condition for the hold module – explained in PART 2)
 4 – The passengers who board the bus and then get down due to non-availability of
seats, will arrive at this station and continue queueing
 5 -The passengers proceed to board the bus
 Figure 1 shows the arrival of passenger at the University stop. There will be three similar
models for the remaining three stops
PART 2:
FIGURE 2 – Bus at the University Stop
4 | P a g e
 Different stops are represented using the station module
 1 - The separate module after the station, separates the grouped entity ‘Bus’
(individuals are grouped as a Bus in the previous stop)
 2 – The group is separated and the assign module that follows separation, gives the
signal for the passengers to board (Hold at part 1 is released)
 3 - A decide module then separate passengers who alight at the stop from the
passengers who continue onward with their journey
 4 - The secondary decide module then checks if there are seats left in the bus (the
shuttle services do not allow passengers to stand in the aisle when there are not seats
left)
 5 - Upon passing the decide module, another assign module counts the number of
passengers who have boarded the bus (condition for the previous decide module)
 6 - Process module – specifies the amount of time the bus waits at a particular stop
(varies from stop to stop)
 7 - Batch module – groups all passengers into a bus
 8 - Record – For the final statistic – Counting the number of empty seats in the bus at
each iteration
 9 - Assign module – Sets the ‘number of passengers’ variable to zero
 10 - Route module – Routing the bus to the next station ( Cincinnati Children’s hospital
in this case)
 Similar to part 2 for university (as shown in Figure 2), three more parts represent the
other three stops
ANALYSIS
Two important factors namely “The average waiting time of all passengers” and “Number of
Empty Seats in the Bus” form the focus of study. These two factors are calculated as a part of
the simulation and different scenarios are introduced to try and find the best possible condition
for operation.
Important Facets of the model
1. Variables and attributes:
Name Type Function
Alight at Attribute Specifies the alighting point of all passengers
StopFlow1/2/3/4 Variables Logical variables that specifies if the passengers can board
Num Pass at Univ/
Hospital/ Clifton/ Dix
Variables Variables that calculate the number of passengers who
have boarded the bus at respective stops
Ppl sent back at Univ/
Hospital/ Clifton/ Dix
Variables Counts the number of people who have got out of the bus
because of non-availability of seats
NumSeats Variable Specifies the number of seats in the bus
5 | P a g e
2. Travel times between stops:
The time taken between stops was noted for the four stops for one peak hour interval and a
distribution for the travel time was arrived at using the input analyzer. The following
distributions were obtained. (Refer to appendix for distributions)
Stops Time in minutes
University – Cincinnati Children’s Hospital 3.5 + GAMM(2.1, 2.2)
Cincinnati Children’s Hospital - Clifton 1.65 + 1.8 * BETA(1.83, 1.39)
Clifton – Dixysmith Avenue 1.35 + 1.48 * BETA(2.1, 1.7)
Dixysmith Avenue – University 1.06 + ERLA(0.342, 2)
3. Entities:
Entity 1 – Passenger
The create module simulates the arrival of passengers at each stop. Passengers are
represented by pictures as shown below:
Entity 2 – Bus
Once the passengers are batched, they are grouped into another entity named as ‘Bus’.
It is represented by the picture shown below:
Scenarios of Operation:
Scenario 1: One Big Bus
This is the base scenario. A large 26 seater bus runs through the route. Upon running the
simulation for 100 replications of 1 day each, the following statistics were observed.
NumSeats (input variable) 26
Average waiting time of all passengers 38.077 minutes
Average number of empty seats 8.48
BTS
NORTH ROUTE
6 | P a g e
Scenario 2: Two Big Buses
The second Scenario employs two big buses in service at the same time. Bus 1 starts at the
University and Bus 2 starts at Clifton.
FIGURE 3 - Change in Part 1
Since there are two buses, an extra decision module is added. This is because, when both buses
arrive at the stop at the same time, there is 50-50 chance that either of the buses will be
chosen. The statistics obtained are as follows
NumSeats (input variable) 26
Average waiting time of all passengers 10.821 minutes
Average number of empty seats 17.573
Scenario 3: Two Small Buses
In the third scenario two small buses are used instead of the big ones. The variations in the
Average waiting time and average number of empty seats are noted.
NumSeats (input variable) 14
Average waiting time of all passengers 12.135 minutes
Average number of empty seats 5.630
7 | P a g e
Determining the best scenario based on statistical significance – PROCESS ANALYZER
 The aforementioned three scenarios are specified by changing the value of the control
variable “NumSeats” which determines the size of the bus. The output variables concern
two factors viz. Average waiting time of all passengers, Average number of empty seats
 All scenarios are run for 100 replications each and the statistically best scenario is
chosen from the lot.
FIGURE 4. Process Analyzer Results
 As seen from Figure 4, the scenarios are run accordingly and the required statistics are
calculated.
 The variations of average wait time between the scenario of one bus and the scenario of
two buses are considerably large because, the passengers wait longer at the queue
when the bus is full. When one bus is in operation, more often than not, this is true.
 Statistically, the best scenarios for the average wait time of all stops is shown in the
figure below:
Best Scenario for
Minimum Average Wait Time
8 | P a g e
CONCLUSION
From the simulation, the following conclusions can be drawn.
1. As expected, the minimum average wait time is reduced considerably when there are
two buses in operation
2. When the number of buses is increased without changing the size of the bus, the
utilization of the buses drop (number of empty seats increases)
3. Considering that two buses operate, the following are the results
a. Two big buses – Wait time = 10.821 minutes, Empty Seats = 17.573
b. Two Small buses – Wait time = 12.135 minutes, Empty Seats = 5.630
SUGGESTION
A better utilization is achieved when employing two smaller buses (14 seaters) in operation.
The university should consider switching bigger buses with smaller ones for operation in the
North Route. By compromising on a small decrease in waiting time, fuel costs and operational
costs can be reduced by using smaller buses instead of the bigger ones.
9 | P a g e
APPENDIX
INPUT ANALYZER – MODEL FITTING
TRANSFER TIME: UNIVERSITY TO CINCY CHILDREN’S HOSPITAL
TRANSFER TIME: CINCY CHILDREN’S HOSPITAL TO CLIFTON
10 | P a g e
TRANSFER TIME: CLIFTON TO DIXYSMITH AVENUE
TRANSFER TIME: DIXYSMITH AVENUE TO UNIVERSITY
11 | P a g e

More Related Content

What's hot

Simulation of BART Station at Embarcadero, SFO using Arena
Simulation of BART Station at Embarcadero, SFO using ArenaSimulation of BART Station at Embarcadero, SFO using Arena
Simulation of BART Station at Embarcadero, SFO using ArenaPreethi Jayaram Jayaraman
 
Aimsun saturadion flow rate calibration
Aimsun saturadion flow rate calibrationAimsun saturadion flow rate calibration
Aimsun saturadion flow rate calibrationJumpingJaq
 
A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)IJSRD
 
Speed profile optimization of an electrified train in cat linh-ha dong metro ...
Speed profile optimization of an electrified train in cat linh-ha dong metro ...Speed profile optimization of an electrified train in cat linh-ha dong metro ...
Speed profile optimization of an electrified train in cat linh-ha dong metro ...IJECEIAES
 
A study on gap acceptance of unsignalized intersection under mixed traffic co...
A study on gap acceptance of unsignalized intersection under mixed traffic co...A study on gap acceptance of unsignalized intersection under mixed traffic co...
A study on gap acceptance of unsignalized intersection under mixed traffic co...eSAT Publishing House
 
Webinar: Linear bus holding model for real time traffic network control
Webinar: Linear bus holding model for real time traffic network controlWebinar: Linear bus holding model for real time traffic network control
Webinar: Linear bus holding model for real time traffic network controlBRTCoE
 
An efficient and cost effective public bus transportation timetabling routing...
An efficient and cost effective public bus transportation timetabling routing...An efficient and cost effective public bus transportation timetabling routing...
An efficient and cost effective public bus transportation timetabling routing...eSAT Journals
 
5-Modal Split & Traffic Assignment-( Transportation and Traffic Engineering D...
5-Modal Split & Traffic Assignment-( Transportation and Traffic Engineering D...5-Modal Split & Traffic Assignment-( Transportation and Traffic Engineering D...
5-Modal Split & Traffic Assignment-( Transportation and Traffic Engineering D...Hossam Shafiq I
 
Urban transportation system - methods of route assignment
Urban transportation system - methods of route assignmentUrban transportation system - methods of route assignment
Urban transportation system - methods of route assignmentStudent
 
Webinar: Minimizing Bus Bunching – Results from a new strategy that cuts wait...
Webinar: Minimizing Bus Bunching – Results from a new strategy that cuts wait...Webinar: Minimizing Bus Bunching – Results from a new strategy that cuts wait...
Webinar: Minimizing Bus Bunching – Results from a new strategy that cuts wait...BRTCoE
 
path planning for nedocio
path planning for nedociopath planning for nedocio
path planning for nedocioCarlos Iza
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Modal split analysis
Modal split analysis Modal split analysis
Modal split analysis ashahit
 
Methods of route assignment
Methods of route assignmentMethods of route assignment
Methods of route assignmentKathan Sindhvad
 
Mobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationMobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationeSAT Publishing House
 
Sincronismo no sistema de hong kong
Sincronismo no sistema de hong kongSincronismo no sistema de hong kong
Sincronismo no sistema de hong kongTiago Moreira
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 

What's hot (19)

Simulation of BART Station at Embarcadero, SFO using Arena
Simulation of BART Station at Embarcadero, SFO using ArenaSimulation of BART Station at Embarcadero, SFO using Arena
Simulation of BART Station at Embarcadero, SFO using Arena
 
Aimsun saturadion flow rate calibration
Aimsun saturadion flow rate calibrationAimsun saturadion flow rate calibration
Aimsun saturadion flow rate calibration
 
A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)
 
Speed profile optimization of an electrified train in cat linh-ha dong metro ...
Speed profile optimization of an electrified train in cat linh-ha dong metro ...Speed profile optimization of an electrified train in cat linh-ha dong metro ...
Speed profile optimization of an electrified train in cat linh-ha dong metro ...
 
A study on gap acceptance of unsignalized intersection under mixed traffic co...
A study on gap acceptance of unsignalized intersection under mixed traffic co...A study on gap acceptance of unsignalized intersection under mixed traffic co...
A study on gap acceptance of unsignalized intersection under mixed traffic co...
 
Webinar: Linear bus holding model for real time traffic network control
Webinar: Linear bus holding model for real time traffic network controlWebinar: Linear bus holding model for real time traffic network control
Webinar: Linear bus holding model for real time traffic network control
 
An efficient and cost effective public bus transportation timetabling routing...
An efficient and cost effective public bus transportation timetabling routing...An efficient and cost effective public bus transportation timetabling routing...
An efficient and cost effective public bus transportation timetabling routing...
 
5-Modal Split & Traffic Assignment-( Transportation and Traffic Engineering D...
5-Modal Split & Traffic Assignment-( Transportation and Traffic Engineering D...5-Modal Split & Traffic Assignment-( Transportation and Traffic Engineering D...
5-Modal Split & Traffic Assignment-( Transportation and Traffic Engineering D...
 
Urban transportation system - methods of route assignment
Urban transportation system - methods of route assignmentUrban transportation system - methods of route assignment
Urban transportation system - methods of route assignment
 
Webinar: Minimizing Bus Bunching – Results from a new strategy that cuts wait...
Webinar: Minimizing Bus Bunching – Results from a new strategy that cuts wait...Webinar: Minimizing Bus Bunching – Results from a new strategy that cuts wait...
Webinar: Minimizing Bus Bunching – Results from a new strategy that cuts wait...
 
path planning for nedocio
path planning for nedociopath planning for nedocio
path planning for nedocio
 
Accident risk simulation
Accident risk simulationAccident risk simulation
Accident risk simulation
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Modal split analysis
Modal split analysis Modal split analysis
Modal split analysis
 
Methods of route assignment
Methods of route assignmentMethods of route assignment
Methods of route assignment
 
Mobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationMobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimization
 
Traffic model
Traffic modelTraffic model
Traffic model
 
Sincronismo no sistema de hong kong
Sincronismo no sistema de hong kongSincronismo no sistema de hong kong
Sincronismo no sistema de hong kong
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 

Viewers also liked (10)

Все об обучении за рубежом, № 10. Декабрь, 2013
Все об обучении за рубежом, № 10. Декабрь, 2013Все об обучении за рубежом, № 10. Декабрь, 2013
Все об обучении за рубежом, № 10. Декабрь, 2013
 
Guere Stellari
Guere StellariGuere Stellari
Guere Stellari
 
Er nummero 7
Er nummero 7Er nummero 7
Er nummero 7
 
Wfs academic voice
Wfs academic voiceWfs academic voice
Wfs academic voice
 
Resilience Thought Summit - July 19-20, 2016
Resilience Thought Summit - July 19-20, 2016Resilience Thought Summit - July 19-20, 2016
Resilience Thought Summit - July 19-20, 2016
 
Mrs Faith Singh, Founder Trustee, Jaipur Virasat Foundation
Mrs Faith Singh, Founder Trustee, Jaipur Virasat FoundationMrs Faith Singh, Founder Trustee, Jaipur Virasat Foundation
Mrs Faith Singh, Founder Trustee, Jaipur Virasat Foundation
 
Thar coal hurdle&solution
Thar coal hurdle&solutionThar coal hurdle&solution
Thar coal hurdle&solution
 
Mahindra World City Jaipur, Special Economic Zone, Domestic Tariff Area, Engi...
Mahindra World City Jaipur, Special Economic Zone, Domestic Tariff Area, Engi...Mahindra World City Jaipur, Special Economic Zone, Domestic Tariff Area, Engi...
Mahindra World City Jaipur, Special Economic Zone, Domestic Tariff Area, Engi...
 
เลขนัยสำคัญ (Significant figures)
เลขนัยสำคัญ (Significant figures)เลขนัยสำคัญ (Significant figures)
เลขนัยสำคัญ (Significant figures)
 
EVANS PAYNE cv2-3
EVANS PAYNE cv2-3EVANS PAYNE cv2-3
EVANS PAYNE cv2-3
 

Similar to Simulation of UC's North Route Shuttle

Seoul Metropolitan Intercity Bus System
Seoul Metropolitan  Intercity Bus SystemSeoul Metropolitan  Intercity Bus System
Seoul Metropolitan Intercity Bus Systemhj657
 
Simulation Modelling final_project_ganganer
Simulation Modelling final_project_ganganerSimulation Modelling final_project_ganganer
Simulation Modelling final_project_ganganerRutuja Gangane
 
A Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined ModesA Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined ModesAllison Koehn
 
Dispatching taxi cabs with passenger pool
Dispatching taxi cabs with passenger poolDispatching taxi cabs with passenger pool
Dispatching taxi cabs with passenger poolBogusz Jelinski
 
Study of urban traffic flow
Study of urban traffic flowStudy of urban traffic flow
Study of urban traffic flowSukhdeep Jat
 
Predicting Operating Train Delays into New York City using Random Forest Regr...
Predicting Operating Train Delays into New York City using Random Forest Regr...Predicting Operating Train Delays into New York City using Random Forest Regr...
Predicting Operating Train Delays into New York City using Random Forest Regr...AI Publications
 
CODSM_Presentation_CRIS_Day.pptx
CODSM_Presentation_CRIS_Day.pptxCODSM_Presentation_CRIS_Day.pptx
CODSM_Presentation_CRIS_Day.pptxketanitcell
 
A comparison between M/M/1 and M/D/1 queuing models to vehicular traffic atKa...
A comparison between M/M/1 and M/D/1 queuing models to vehicular traffic atKa...A comparison between M/M/1 and M/D/1 queuing models to vehicular traffic atKa...
A comparison between M/M/1 and M/D/1 queuing models to vehicular traffic atKa...IOSR Journals
 
A new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeA new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeeSAT Publishing House
 
FORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAY
FORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAYFORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAY
FORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAYijiert bestjournal
 
Tugas bdl
Tugas bdlTugas bdl
Tugas bdlGus Rah
 
A new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environmentsA new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environmentseSAT Journals
 
T drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligenceT drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligenceJPINFOTECH JAYAPRAKASH
 
Predicting Post-SafeTrack Metro Reliability
Predicting Post-SafeTrack Metro ReliabilityPredicting Post-SafeTrack Metro Reliability
Predicting Post-SafeTrack Metro ReliabilityMicah Melling
 
Hybrid travel time estimation model for public transit buses using limited da...
Hybrid travel time estimation model for public transit buses using limited da...Hybrid travel time estimation model for public transit buses using limited da...
Hybrid travel time estimation model for public transit buses using limited da...IAESIJAI
 
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS.
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS.AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS.
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS.ijaia
 
Lec 15 Transit Operations (Transportation Engineering Dr.Lina Shbeeb)
Lec 15 Transit Operations (Transportation Engineering Dr.Lina Shbeeb)Lec 15 Transit Operations (Transportation Engineering Dr.Lina Shbeeb)
Lec 15 Transit Operations (Transportation Engineering Dr.Lina Shbeeb)Hossam Shafiq I
 
PLANNING FOR FACILITY NEEDS IN TRAIN STATION BASED ON COMPARISON OF CONNECTIN...
PLANNING FOR FACILITY NEEDS IN TRAIN STATION BASED ON COMPARISON OF CONNECTIN...PLANNING FOR FACILITY NEEDS IN TRAIN STATION BASED ON COMPARISON OF CONNECTIN...
PLANNING FOR FACILITY NEEDS IN TRAIN STATION BASED ON COMPARISON OF CONNECTIN...IAEME Publication
 

Similar to Simulation of UC's North Route Shuttle (20)

Seoul Metropolitan Intercity Bus System
Seoul Metropolitan  Intercity Bus SystemSeoul Metropolitan  Intercity Bus System
Seoul Metropolitan Intercity Bus System
 
Simulation Modelling final_project_ganganer
Simulation Modelling final_project_ganganerSimulation Modelling final_project_ganganer
Simulation Modelling final_project_ganganer
 
A Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined ModesA Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
 
Dispatching taxi cabs with passenger pool
Dispatching taxi cabs with passenger poolDispatching taxi cabs with passenger pool
Dispatching taxi cabs with passenger pool
 
robotaxi2023.pdf
robotaxi2023.pdfrobotaxi2023.pdf
robotaxi2023.pdf
 
Study of urban traffic flow
Study of urban traffic flowStudy of urban traffic flow
Study of urban traffic flow
 
Predicting Operating Train Delays into New York City using Random Forest Regr...
Predicting Operating Train Delays into New York City using Random Forest Regr...Predicting Operating Train Delays into New York City using Random Forest Regr...
Predicting Operating Train Delays into New York City using Random Forest Regr...
 
CODSM_Presentation_CRIS_Day.pptx
CODSM_Presentation_CRIS_Day.pptxCODSM_Presentation_CRIS_Day.pptx
CODSM_Presentation_CRIS_Day.pptx
 
A comparison between M/M/1 and M/D/1 queuing models to vehicular traffic atKa...
A comparison between M/M/1 and M/D/1 queuing models to vehicular traffic atKa...A comparison between M/M/1 and M/D/1 queuing models to vehicular traffic atKa...
A comparison between M/M/1 and M/D/1 queuing models to vehicular traffic atKa...
 
A new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeA new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive route
 
FORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAY
FORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAYFORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAY
FORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAY
 
Tugas bdl
Tugas bdlTugas bdl
Tugas bdl
 
A new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environmentsA new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environments
 
T drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligenceT drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligence
 
Predicting Post-SafeTrack Metro Reliability
Predicting Post-SafeTrack Metro ReliabilityPredicting Post-SafeTrack Metro Reliability
Predicting Post-SafeTrack Metro Reliability
 
Hybrid travel time estimation model for public transit buses using limited da...
Hybrid travel time estimation model for public transit buses using limited da...Hybrid travel time estimation model for public transit buses using limited da...
Hybrid travel time estimation model for public transit buses using limited da...
 
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS.
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS.AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS.
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS.
 
Lec 15 Transit Operations (Transportation Engineering Dr.Lina Shbeeb)
Lec 15 Transit Operations (Transportation Engineering Dr.Lina Shbeeb)Lec 15 Transit Operations (Transportation Engineering Dr.Lina Shbeeb)
Lec 15 Transit Operations (Transportation Engineering Dr.Lina Shbeeb)
 
Automatic Metro
Automatic MetroAutomatic Metro
Automatic Metro
 
PLANNING FOR FACILITY NEEDS IN TRAIN STATION BASED ON COMPARISON OF CONNECTIN...
PLANNING FOR FACILITY NEEDS IN TRAIN STATION BASED ON COMPARISON OF CONNECTIN...PLANNING FOR FACILITY NEEDS IN TRAIN STATION BASED ON COMPARISON OF CONNECTIN...
PLANNING FOR FACILITY NEEDS IN TRAIN STATION BASED ON COMPARISON OF CONNECTIN...
 

More from Shivaram Prakash

Regression Analysis and model comparison on the Boston Housing Data
Regression Analysis and model comparison on the Boston Housing DataRegression Analysis and model comparison on the Boston Housing Data
Regression Analysis and model comparison on the Boston Housing DataShivaram Prakash
 
German credit score shivaram prakash
German credit score shivaram prakashGerman credit score shivaram prakash
German credit score shivaram prakashShivaram Prakash
 
Regress magnitude on depth
Regress magnitude on depthRegress magnitude on depth
Regress magnitude on depthShivaram Prakash
 
Earthquake Analysis - Shivaram Prakash
Earthquake Analysis - Shivaram PrakashEarthquake Analysis - Shivaram Prakash
Earthquake Analysis - Shivaram PrakashShivaram Prakash
 

More from Shivaram Prakash (6)

Regression Analysis and model comparison on the Boston Housing Data
Regression Analysis and model comparison on the Boston Housing DataRegression Analysis and model comparison on the Boston Housing Data
Regression Analysis and model comparison on the Boston Housing Data
 
German credit score shivaram prakash
German credit score shivaram prakashGerman credit score shivaram prakash
German credit score shivaram prakash
 
Dm
DmDm
Dm
 
Regress magnitude on depth
Regress magnitude on depthRegress magnitude on depth
Regress magnitude on depth
 
Tremor global
Tremor globalTremor global
Tremor global
 
Earthquake Analysis - Shivaram Prakash
Earthquake Analysis - Shivaram PrakashEarthquake Analysis - Shivaram Prakash
Earthquake Analysis - Shivaram Prakash
 

Recently uploaded

RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 

Recently uploaded (20)

RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 

Simulation of UC's North Route Shuttle

  • 1. Shivaram Prakash M08744020 | BANA 6035 Simulation of UC’s North Route Shuttle FINAL PROJECT
  • 2. 1 | P a g e TABLE OF CONTENTS Introduction 2 Objective 2 Data Collection 2 Modelling in Arena 3 Analysis - Important Facets of the Model - Scenarios of Operation - Determining the best scenario based on statistical significance 4 5 7 Conclusion 8 Appendix 9
  • 3. 2 | P a g e INTRODUCTION The University of Cincinnati’s Bearcat Transportation System operates shuttles in seven regular routes every day. The North Route is considered as the busiest of all the routes since most international students live to the North of the University. Due to heavy demand and long waiting times, BTS has had to the number of buses during peak times (7 am to 11 am, 4 pm to 8 pm). Hence, simulating this particular route makes sense, so as to try and identify areas of improvement and increase the efficiency of the system. The shuttle operates from 6 am to midnight with three different shifts of operation. OBJECTIVE To reduce the average waiting time of passengers at all stops and to increase the utilization of buses (reduce the number of empty Seats). DATA COLLECTION Data was collected during different times of the day at the four significant stops of the north route shuttle viz. The University, Cincinnati Children’s Hospital, Clifton and Dixysmith Avenue. The Arrival for every half an hour interval was noted and the respective distributions for each stop was incorporated into the model. Model fitting was done using the input analyzer (Refer appendix for the plots) Passenger arrival Time University Cincinnati Children’s Clifton Dixysmith 7.00 – 7.30 am 6 10 10 3 7.30 – 8.00 am 7 8 11 2 8.00 – 8.30 am 8 6 12 3 8.30 – 9.00 am 10 8 10 2 9.00 – 9.30 am 12 6 8 1 9.30 – 10.00 am 13 8 7 2 Average arrival for 30 mins 9.33 7.67 9.67 2.17 Inter-arrival/min 3.214 3.913 3.103 13.884 Since roughly the same number of people take the shuttle during peak time in the evenings, we can assume the same inter-arrival times for passengers. The people who take the shuttle in the morning will almost always use the shuttle in the evenings. So it is logical to simulate the model for one peak duration and assume the same for the other peak duration.
  • 4. 3 | P a g e MODELLING IN ARENA - Model Walkthrough PART 1: FIGURE 1 – Passenger arrival at the university  1 - Create modules at each stop simulate passenger arrival at respective stops  2 - An assign module after the create module, assigns the final stop for each passenger with different discrete probabilities for each stop  3 - A hold module after the assign module, holds all passengers in queue till the arrival of the bus (when the bus arrives at a stop, it sets a logical variable to ‘0’, thus satisfying the condition for the hold module – explained in PART 2)  4 – The passengers who board the bus and then get down due to non-availability of seats, will arrive at this station and continue queueing  5 -The passengers proceed to board the bus  Figure 1 shows the arrival of passenger at the University stop. There will be three similar models for the remaining three stops PART 2: FIGURE 2 – Bus at the University Stop
  • 5. 4 | P a g e  Different stops are represented using the station module  1 - The separate module after the station, separates the grouped entity ‘Bus’ (individuals are grouped as a Bus in the previous stop)  2 – The group is separated and the assign module that follows separation, gives the signal for the passengers to board (Hold at part 1 is released)  3 - A decide module then separate passengers who alight at the stop from the passengers who continue onward with their journey  4 - The secondary decide module then checks if there are seats left in the bus (the shuttle services do not allow passengers to stand in the aisle when there are not seats left)  5 - Upon passing the decide module, another assign module counts the number of passengers who have boarded the bus (condition for the previous decide module)  6 - Process module – specifies the amount of time the bus waits at a particular stop (varies from stop to stop)  7 - Batch module – groups all passengers into a bus  8 - Record – For the final statistic – Counting the number of empty seats in the bus at each iteration  9 - Assign module – Sets the ‘number of passengers’ variable to zero  10 - Route module – Routing the bus to the next station ( Cincinnati Children’s hospital in this case)  Similar to part 2 for university (as shown in Figure 2), three more parts represent the other three stops ANALYSIS Two important factors namely “The average waiting time of all passengers” and “Number of Empty Seats in the Bus” form the focus of study. These two factors are calculated as a part of the simulation and different scenarios are introduced to try and find the best possible condition for operation. Important Facets of the model 1. Variables and attributes: Name Type Function Alight at Attribute Specifies the alighting point of all passengers StopFlow1/2/3/4 Variables Logical variables that specifies if the passengers can board Num Pass at Univ/ Hospital/ Clifton/ Dix Variables Variables that calculate the number of passengers who have boarded the bus at respective stops Ppl sent back at Univ/ Hospital/ Clifton/ Dix Variables Counts the number of people who have got out of the bus because of non-availability of seats NumSeats Variable Specifies the number of seats in the bus
  • 6. 5 | P a g e 2. Travel times between stops: The time taken between stops was noted for the four stops for one peak hour interval and a distribution for the travel time was arrived at using the input analyzer. The following distributions were obtained. (Refer to appendix for distributions) Stops Time in minutes University – Cincinnati Children’s Hospital 3.5 + GAMM(2.1, 2.2) Cincinnati Children’s Hospital - Clifton 1.65 + 1.8 * BETA(1.83, 1.39) Clifton – Dixysmith Avenue 1.35 + 1.48 * BETA(2.1, 1.7) Dixysmith Avenue – University 1.06 + ERLA(0.342, 2) 3. Entities: Entity 1 – Passenger The create module simulates the arrival of passengers at each stop. Passengers are represented by pictures as shown below: Entity 2 – Bus Once the passengers are batched, they are grouped into another entity named as ‘Bus’. It is represented by the picture shown below: Scenarios of Operation: Scenario 1: One Big Bus This is the base scenario. A large 26 seater bus runs through the route. Upon running the simulation for 100 replications of 1 day each, the following statistics were observed. NumSeats (input variable) 26 Average waiting time of all passengers 38.077 minutes Average number of empty seats 8.48 BTS NORTH ROUTE
  • 7. 6 | P a g e Scenario 2: Two Big Buses The second Scenario employs two big buses in service at the same time. Bus 1 starts at the University and Bus 2 starts at Clifton. FIGURE 3 - Change in Part 1 Since there are two buses, an extra decision module is added. This is because, when both buses arrive at the stop at the same time, there is 50-50 chance that either of the buses will be chosen. The statistics obtained are as follows NumSeats (input variable) 26 Average waiting time of all passengers 10.821 minutes Average number of empty seats 17.573 Scenario 3: Two Small Buses In the third scenario two small buses are used instead of the big ones. The variations in the Average waiting time and average number of empty seats are noted. NumSeats (input variable) 14 Average waiting time of all passengers 12.135 minutes Average number of empty seats 5.630
  • 8. 7 | P a g e Determining the best scenario based on statistical significance – PROCESS ANALYZER  The aforementioned three scenarios are specified by changing the value of the control variable “NumSeats” which determines the size of the bus. The output variables concern two factors viz. Average waiting time of all passengers, Average number of empty seats  All scenarios are run for 100 replications each and the statistically best scenario is chosen from the lot. FIGURE 4. Process Analyzer Results  As seen from Figure 4, the scenarios are run accordingly and the required statistics are calculated.  The variations of average wait time between the scenario of one bus and the scenario of two buses are considerably large because, the passengers wait longer at the queue when the bus is full. When one bus is in operation, more often than not, this is true.  Statistically, the best scenarios for the average wait time of all stops is shown in the figure below: Best Scenario for Minimum Average Wait Time
  • 9. 8 | P a g e CONCLUSION From the simulation, the following conclusions can be drawn. 1. As expected, the minimum average wait time is reduced considerably when there are two buses in operation 2. When the number of buses is increased without changing the size of the bus, the utilization of the buses drop (number of empty seats increases) 3. Considering that two buses operate, the following are the results a. Two big buses – Wait time = 10.821 minutes, Empty Seats = 17.573 b. Two Small buses – Wait time = 12.135 minutes, Empty Seats = 5.630 SUGGESTION A better utilization is achieved when employing two smaller buses (14 seaters) in operation. The university should consider switching bigger buses with smaller ones for operation in the North Route. By compromising on a small decrease in waiting time, fuel costs and operational costs can be reduced by using smaller buses instead of the bigger ones.
  • 10. 9 | P a g e APPENDIX INPUT ANALYZER – MODEL FITTING TRANSFER TIME: UNIVERSITY TO CINCY CHILDREN’S HOSPITAL TRANSFER TIME: CINCY CHILDREN’S HOSPITAL TO CLIFTON
  • 11. 10 | P a g e TRANSFER TIME: CLIFTON TO DIXYSMITH AVENUE TRANSFER TIME: DIXYSMITH AVENUE TO UNIVERSITY
  • 12. 11 | P a g e