SlideShare a Scribd company logo
1 of 27
Optimization of Surge Price
for Rebalancing the Yellow
Taxis Demand
in Manhattan, New York
Yiyuan Lei
Bilal ThonnamThodi
Bingqing Liu
Dec. 20, 2019
* 2
Introduction
● What is Surge Price?
○ Dynamic Pricing Strategy applied to adjust supply-demand
relationship
● Why Surge Price?
○ Sometimes there are more riders in a given area than available
drivers, sometimes the opposite
● How does it work?
○ High prices in areas with redundant demand
○ motivate drivers to come to these areas
○ induce mode shift of the redundant demand
* 3
Literature Review
● Impact of surge pricing
○ Supply side: evaluating the impact of dynamic pricing on labor supply from an economic
perspective
○ Impact on the transportation system: making the system healthie
● Peeking into Uber’s black box of surge price algorithm
○ Lack of transparency has led to concerns about whether Uber artificially manipulate prices
● How we should regulate shared-economy companies like Uber to benefit the customers instead
of the incumbents
● Few studies looking into how to effectively make surge price policies to balance the system
healthiness and the benefits of the operators, which is the research gap that we are trying to fill in this
project.
* 4
Data
New York City’s Taxi and Limousine Commission open-
source the taxi trips records data
Methodology
* 6
Network Parameterization
* 7
Network Parameterization
● Computation of and
○ compute the numbers of pick-ups in each taxi zone in the
research time interval and take the number as the supply of
the nodes (zones).
○ Trips recorded are only the demand met, potential demand
cannot be seen in the dataset.
○ With the assumption that the total demand is larger than the
total supply, we randomly apply multipliers from 1 to 2 to
the amount of demand that is met (equal to the supply) to
estimate the total potential.
* 8
Network Parameterization
● Computation of
○ The expected fares follows (approximately) a log-normal distribution and we take
the expected value of this fare distribution to represent the expected fare per trip.
● Computation of
○ extract the travel-time of the trips whose starting and ending points consistent with
the starting and ending points of all the links we defined, and computed the average
travel time for all the trips corresponding to each link as the initial travel cost of the
link.
* 9
Network Parameterization
* 10
Benchmark System Assumptions:
● All the vehicles at a node (zone) is
picking up the passengers at the
same node as a priority
● Since the total demand within the
area is bigger than the total supply,
we are adding a dummy node to help
solving the problem.
To balance the importance of travel time
and revenue,
* 11
Alternative System
Surge Price Multiplier:
Fare of a trip:
Demand Function and Elasticity:
Zones with different socio-economic
attributes may react differently to the
change of price, so we clustered all the
zones into 3 different clusters.
E = 0.30
E = 0.49
E = 0.12
* 12
Clustering Attributes
Community District Profile
● “Pct_served_parks”
● “Crime_per_1000”
● “Pct_hh_rent_burd”
● “Poverty_rate”
● “Unemployment_cd”
● “Lep_rate”
● “Under18_rate”
● “Over65_rate”
● “Pct_white_nh”
● “Pct_asian_nh”
● “Pct_black_nh”
● “Pct_hispanic”
● “pct_foreign_born”
● “Pct_other_nh”·
● “Mean_commute”
● “Pct_clean_strts”
● “Bldgs_per_acre”
● “Resunits_per_acre”
● “Hosp_clinic_Density”
● “Libraries_Density”
● “Public_schools_Density”
● “Subway_Density”
● “Bus_Density”
* 13
Alternative Systems
● is an indicator, indicating if node j
is a demand node, 1 if node j is a
demand node, 0 otherwise
● 1,2,3 → node conservation
● 4 → node conservation of the dummy
node.
● 5,6,7→ track all the demand nodes
● 8 → set the link cost at 0 if the
dummy link is formed with a demand
node, M otherwise.
* 14
Alternative Systems
● With Non-convexity problem and
Computationally hard.
● With the purpose of balancing short-
term supply and demand, the
algorithm determining the surge price
multipliers should be computationally
fast to be able to operate in a timely
manner.
● Heuristic approaches
○ profitable for operators
○ time-saving for passengers
○ also computationally easy to be
timely
* 15
Alternative Systems
● Policy 1: Demand Based penalty
○ Each zone is preassigned with a based surge price multiplier;
○ When exceeds by 5% of the total, an additional 1.01 multiplier is applied;
○ When exceeds by 15% of the total, an additional 1.05 multiplier is applied;
○ When exceeds by 20% of the total, an additional 1.1 multiplier is applied;
● Policy 2: Price elasticity based penalty
○ Each zone is preassigned with a based surge price multiplier;
○ Cluster 0: Price Elasticity is 0.49, an additional 1.01 multiplier is applied;
○ Cluster 1: Price Elasticity is 0.30, an additional 1.05 multiplier is applied
○ Cluster 2: Price Elasticity is 0.12, an additional 1.1 multiplier is applied
● Policy 3: Mixture factors penalty
○ The surge price multiplier is based on the mixture effects of demand based penalty and price
elasticity based penalty
Results and Analysis
* 17
Benchmark System
● The objective value: -1443
● The optimal total revenue: 2123 ($)
● The optimal assignment time: 1273 (s)
● Revenue by clusters:
Cluster 0 (E= 0.49) Cluster 1 (E = 0.3) Cluster 2 (E =0.12)
Revenue ($) 901 1071 150
Table1. The revenue of each cluster in Benchmark system
Table2. The revenue of each cluster in alternative system 1
18
Alternative System: Policy 1
● The optimal base surge price is 1.4
● The objective value: -2055
● The optimal total revenue: 2906
● The optimal assignment time: 1347
● Revenue by clusters
Cluster 0
(E= 0.49)
Cluster 1
(E = 0.3)
Cluster 2
(E =0.12)
Revenue 1127 1562 216 Figue The objective function under policy 1
Table3. The revenue of each cluster in alternative system 2
19
Alternative System: Policy 2
● The optimal base surge price is 1.6
● The objective value: -2058
● The optimal total revenue: 1402
● The optimal assignment time: 2923
● Revenue by clusters
Cluster 0
(E= 0.49)
Cluster 1
(E = 0.3)
Cluster 2
(E =0.12)
Revenue 1224 1427 272 Figue The objective function under policy 2
Table3. The revenue of each cluster in alternative system 3
20
Alternative System: Policy 3
● The optimal base surge price is 1.6
● The objective value: -2076
● The optimal total revenue: 1402
● The optimal assignment time: 2946
● Revenue by clusters
Cluster 0
(E= 0.49)
Cluster 1
(E = 0.3)
Cluster 2
(E =0.12)
Revenue 1224 1450 272 Figure The objective function under policy 3
* 21
Comparison
● The benchmark system has the minimum assignment time
● The optimal solutions in the alternative systems all increased the revenue
● Based on the objective value, policy 3 (mixed factors penalization) is the ideal policy
Time (s) Revenue ($) Time (delayed) Revenue (Increased) Objective value
Benchmark 1273 2123 NA NA -1443
Policy 1 1347 2906 5.8% 36.9% -2055
Policy 2 1402 2923 10.1% 37.7% -2058
Policy 3 1402 2946 10.1% 38.8% -2076
Table4. Systems comparisons
* 22
Conclusions
● We propose policy 3 as the optimal policy The base penalty is 1.6
● improves the revenue by 38.8%
● The assignment time is within 11%
Figure. The change of revenue under policy 3Figure. The change of time under policy 3
* 23
Conclusions
● Highest surge price multiplier is 1.7776 at zone 15 and zone
56
● Lowest surge price multiplier is 1.616
Table5. Policy 3 surge pricing multiplier at each zones E = 0.49
E = 0.12
E = 0.30
*
Conclusions
● The highest link flow under optimal policy 3 is 44;
● Most of the link flows are zero due to we are assigning the
taxies using the smaller travelling time while maintaining
relative high revenue;
● The highest demand under policy 3 is node 8 with 266
riders, the penalty at that zone is 1.616;
● The highest penalty is 1.776 at node 15 with demand 2 and
node 56 with demand 44;
*
Conclusions
● Demand changes:
○ More reduction
in Midtown
Manhattan.
○ Lesser in the
lower and upper
manhattan.
Thank you!
* 27
References
[1] https://www1.nyc.gov/site/tlc/passengers/taxi-fare.page
[2] https://www.investopedia.com/articles/personal-finance/021015/uber-versus-yellow-cabs-new-york-city.asp
[3] https://www.uber.com/us/en/price-estimate/
[4]https://static1.squarespace.com/static/56500157e4b0cb706005352d/t/56da407640261df57071669a/1457143928394/SurgeAndFlexibleWork_Workin
gPaper.pdf
[5] https://www.aeaweb.org/conference/2016/retrieve.php?pdfid=327
[6]http://1g1uem2nc4jy1gzhn943ro0gz50.wpengine.netdna-cdn.com/wp-content/uploads/2016/01/effects_of_ubers_surge_pricing.pdf
[7] https://dl.acm.org/citation.cfm?id=2815681
[8] https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page
[9] https://core.ac.uk/download/pdf/6373650.pdf
[10] NYC Planning| Community District Profile.
https://communityprofiles.planning.nyc.gov/
[11] Poverty Measurement. http://www1.nyc.gov/site/opportunity/poverty-in-nyc/poverty-measure.page

More Related Content

What's hot

UBERlite- Uber App redesign for Emerging markets
UBERlite- Uber App redesign for Emerging marketsUBERlite- Uber App redesign for Emerging markets
UBERlite- Uber App redesign for Emerging marketsSandeep Mohan
 
Uber technologies inc
Uber technologies inc Uber technologies inc
Uber technologies inc Varsha Singh
 
Presentation2 - uber
Presentation2 - uberPresentation2 - uber
Presentation2 - uberEllie Dhanjal
 
Uber Presentation
Uber PresentationUber Presentation
Uber PresentationKyle Lake
 
UBER-Current Strategy, Competition Analysis and Global Expansion
UBER-Current Strategy, Competition Analysis and Global ExpansionUBER-Current Strategy, Competition Analysis and Global Expansion
UBER-Current Strategy, Competition Analysis and Global ExpansionShaminder Saini
 
UBER Analytics Preparation Course v.3.1 & 6.16: Services & Vocabulary - TEST4...
UBER Analytics Preparation Course v.3.1 & 6.16: Services & Vocabulary - TEST4...UBER Analytics Preparation Course v.3.1 & 6.16: Services & Vocabulary - TEST4...
UBER Analytics Preparation Course v.3.1 & 6.16: Services & Vocabulary - TEST4...infolearn - TEST4U
 
Uber a modern age business strategy
Uber   a modern age business strategyUber   a modern age business strategy
Uber a modern age business strategyDhruvajyoti Roy
 
Uber technologies, Inc. Business analysis
Uber technologies, Inc. Business analysisUber technologies, Inc. Business analysis
Uber technologies, Inc. Business analysisOmar Khafagy
 
Ola business model
Ola business modelOla business model
Ola business modelAnil Bharti
 
Uber's Business Model _ Abii-Ndoh, Godwin
Uber's Business Model _ Abii-Ndoh, GodwinUber's Business Model _ Abii-Ndoh, Godwin
Uber's Business Model _ Abii-Ndoh, GodwinGodwin Abii-Ndoh
 
Taxi Startup Presentation for Taxi Company
Taxi Startup Presentation for Taxi CompanyTaxi Startup Presentation for Taxi Company
Taxi Startup Presentation for Taxi CompanyEugene Suslo
 
Uber -MBA Pondicherry
Uber   -MBA Pondicherry Uber   -MBA Pondicherry
Uber -MBA Pondicherry Rka_Mizopa
 
Uber Analytics Test
Uber Analytics TestUber Analytics Test
Uber Analytics TestCoursetake
 
Uber Business Model Simulation
Uber Business Model SimulationUber Business Model Simulation
Uber Business Model Simulationyensunchoi
 

What's hot (20)

Surge Pricing in Uber
Surge Pricing in UberSurge Pricing in Uber
Surge Pricing in Uber
 
Uber's Business Model
Uber's Business ModelUber's Business Model
Uber's Business Model
 
UBERlite- Uber App redesign for Emerging markets
UBERlite- Uber App redesign for Emerging marketsUBERlite- Uber App redesign for Emerging markets
UBERlite- Uber App redesign for Emerging markets
 
Uber technologies inc
Uber technologies inc Uber technologies inc
Uber technologies inc
 
Presentation2 - uber
Presentation2 - uberPresentation2 - uber
Presentation2 - uber
 
UBER Strategy
UBER StrategyUBER Strategy
UBER Strategy
 
Uber Presentation
Uber PresentationUber Presentation
Uber Presentation
 
UBER-Current Strategy, Competition Analysis and Global Expansion
UBER-Current Strategy, Competition Analysis and Global ExpansionUBER-Current Strategy, Competition Analysis and Global Expansion
UBER-Current Strategy, Competition Analysis and Global Expansion
 
UBER Analytics Preparation Course v.3.1 & 6.16: Services & Vocabulary - TEST4...
UBER Analytics Preparation Course v.3.1 & 6.16: Services & Vocabulary - TEST4...UBER Analytics Preparation Course v.3.1 & 6.16: Services & Vocabulary - TEST4...
UBER Analytics Preparation Course v.3.1 & 6.16: Services & Vocabulary - TEST4...
 
Uber a modern age business strategy
Uber   a modern age business strategyUber   a modern age business strategy
Uber a modern age business strategy
 
Uber technologies, Inc. Business analysis
Uber technologies, Inc. Business analysisUber technologies, Inc. Business analysis
Uber technologies, Inc. Business analysis
 
Smartphone based ADAS
Smartphone based ADASSmartphone based ADAS
Smartphone based ADAS
 
Ola business model
Ola business modelOla business model
Ola business model
 
Uber's Business Model _ Abii-Ndoh, Godwin
Uber's Business Model _ Abii-Ndoh, GodwinUber's Business Model _ Abii-Ndoh, Godwin
Uber's Business Model _ Abii-Ndoh, Godwin
 
Uber Case Presentation
Uber Case PresentationUber Case Presentation
Uber Case Presentation
 
Taxi Startup Presentation for Taxi Company
Taxi Startup Presentation for Taxi CompanyTaxi Startup Presentation for Taxi Company
Taxi Startup Presentation for Taxi Company
 
UBER
UBERUBER
UBER
 
Uber -MBA Pondicherry
Uber   -MBA Pondicherry Uber   -MBA Pondicherry
Uber -MBA Pondicherry
 
Uber Analytics Test
Uber Analytics TestUber Analytics Test
Uber Analytics Test
 
Uber Business Model Simulation
Uber Business Model SimulationUber Business Model Simulation
Uber Business Model Simulation
 

Similar to Taxi surge pricing

Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level ProblemsModular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level ProblemsStefano Costanzo
 
A review of_transmission_pricing_methods
A review of_transmission_pricing_methodsA review of_transmission_pricing_methods
A review of_transmission_pricing_methodsBalusu Srinivasarao
 
Power Laws: Optimizing Demand-side Strategies. Second Prize Solution
Power Laws: Optimizing Demand-side Strategies. Second Prize SolutionPower Laws: Optimizing Demand-side Strategies. Second Prize Solution
Power Laws: Optimizing Demand-side Strategies. Second Prize SolutionGuillermo Barbadillo Villanueva
 
Congestion management
Congestion managementCongestion management
Congestion managementGAURAV KUMAR
 
Analysis of effectiveness of modern information and communication technologie...
Analysis of effectiveness of modern information and communication technologie...Analysis of effectiveness of modern information and communication technologie...
Analysis of effectiveness of modern information and communication technologie...IFPRIMaSSP
 
Market analysis of transmission expansion planning by expected cost criterion
Market analysis of transmission expansion planning by expected cost criterionMarket analysis of transmission expansion planning by expected cost criterion
Market analysis of transmission expansion planning by expected cost criterionEditor IJMTER
 
Ad science bid simulator (public ver)
Ad science bid simulator (public ver)Ad science bid simulator (public ver)
Ad science bid simulator (public ver)Marsan Ma
 
Gravitational Search Algorithm for Bidding Strategy in Uniform Price Spot Market
Gravitational Search Algorithm for Bidding Strategy in Uniform Price Spot MarketGravitational Search Algorithm for Bidding Strategy in Uniform Price Spot Market
Gravitational Search Algorithm for Bidding Strategy in Uniform Price Spot MarketIRJET Journal
 
Utility Function-based Pricing Strategies in Maximizing the Information Servi...
Utility Function-based Pricing Strategies in Maximizing the Information Servi...Utility Function-based Pricing Strategies in Maximizing the Information Servi...
Utility Function-based Pricing Strategies in Maximizing the Information Servi...IJECEIAES
 
Bi-Level Optimization based Coordinated Bidding Strategy of a Supplier in Ele...
Bi-Level Optimization based Coordinated Bidding Strategy of a Supplier in Ele...Bi-Level Optimization based Coordinated Bidding Strategy of a Supplier in Ele...
Bi-Level Optimization based Coordinated Bidding Strategy of a Supplier in Ele...IJERD Editor
 
Price differentiation for communication networks
Price differentiation for communication networksPrice differentiation for communication networks
Price differentiation for communication networksIEEEFINALYEARPROJECTS
 
JAVA 2013 IEEE NETWORKING PROJECT Price differentiation for communication net...
JAVA 2013 IEEE NETWORKING PROJECT Price differentiation for communication net...JAVA 2013 IEEE NETWORKING PROJECT Price differentiation for communication net...
JAVA 2013 IEEE NETWORKING PROJECT Price differentiation for communication net...IEEEGLOBALSOFTTECHNOLOGIES
 
Applications of Machine Learning in High Frequency Trading
Applications of Machine Learning in High Frequency TradingApplications of Machine Learning in High Frequency Trading
Applications of Machine Learning in High Frequency TradingAyan Sengupta
 
Reinforcement learning for electrical markets and the energy transition
Reinforcement learning for electrical markets and the energy transitionReinforcement learning for electrical markets and the energy transition
Reinforcement learning for electrical markets and the energy transitionUniversité de Liège (ULg)
 
Representing Cross-border Trade in Long-term Power System Planning Models wit...
Representing Cross-border Trade in Long-term Power System Planning Models wit...Representing Cross-border Trade in Long-term Power System Planning Models wit...
Representing Cross-border Trade in Long-term Power System Planning Models wit...IEA-ETSAP
 
Uber Data Analysis - SAS Project
Uber Data Analysis - SAS ProjectUber Data Analysis - SAS Project
Uber Data Analysis - SAS ProjectKushal417
 

Similar to Taxi surge pricing (20)

IEEE2011
IEEE2011IEEE2011
IEEE2011
 
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level ProblemsModular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
 
A review of_transmission_pricing_methods
A review of_transmission_pricing_methodsA review of_transmission_pricing_methods
A review of_transmission_pricing_methods
 
Power Laws: Optimizing Demand-side Strategies. Second Prize Solution
Power Laws: Optimizing Demand-side Strategies. Second Prize SolutionPower Laws: Optimizing Demand-side Strategies. Second Prize Solution
Power Laws: Optimizing Demand-side Strategies. Second Prize Solution
 
Grad presentation
Grad presentationGrad presentation
Grad presentation
 
2010IEEE
2010IEEE2010IEEE
2010IEEE
 
Edward Robson
Edward RobsonEdward Robson
Edward Robson
 
Congestion management
Congestion managementCongestion management
Congestion management
 
Analysis of effectiveness of modern information and communication technologie...
Analysis of effectiveness of modern information and communication technologie...Analysis of effectiveness of modern information and communication technologie...
Analysis of effectiveness of modern information and communication technologie...
 
Market analysis of transmission expansion planning by expected cost criterion
Market analysis of transmission expansion planning by expected cost criterionMarket analysis of transmission expansion planning by expected cost criterion
Market analysis of transmission expansion planning by expected cost criterion
 
Ad science bid simulator (public ver)
Ad science bid simulator (public ver)Ad science bid simulator (public ver)
Ad science bid simulator (public ver)
 
Gravitational Search Algorithm for Bidding Strategy in Uniform Price Spot Market
Gravitational Search Algorithm for Bidding Strategy in Uniform Price Spot MarketGravitational Search Algorithm for Bidding Strategy in Uniform Price Spot Market
Gravitational Search Algorithm for Bidding Strategy in Uniform Price Spot Market
 
Utility Function-based Pricing Strategies in Maximizing the Information Servi...
Utility Function-based Pricing Strategies in Maximizing the Information Servi...Utility Function-based Pricing Strategies in Maximizing the Information Servi...
Utility Function-based Pricing Strategies in Maximizing the Information Servi...
 
Bi-Level Optimization based Coordinated Bidding Strategy of a Supplier in Ele...
Bi-Level Optimization based Coordinated Bidding Strategy of a Supplier in Ele...Bi-Level Optimization based Coordinated Bidding Strategy of a Supplier in Ele...
Bi-Level Optimization based Coordinated Bidding Strategy of a Supplier in Ele...
 
Price differentiation for communication networks
Price differentiation for communication networksPrice differentiation for communication networks
Price differentiation for communication networks
 
JAVA 2013 IEEE NETWORKING PROJECT Price differentiation for communication net...
JAVA 2013 IEEE NETWORKING PROJECT Price differentiation for communication net...JAVA 2013 IEEE NETWORKING PROJECT Price differentiation for communication net...
JAVA 2013 IEEE NETWORKING PROJECT Price differentiation for communication net...
 
Applications of Machine Learning in High Frequency Trading
Applications of Machine Learning in High Frequency TradingApplications of Machine Learning in High Frequency Trading
Applications of Machine Learning in High Frequency Trading
 
Reinforcement learning for electrical markets and the energy transition
Reinforcement learning for electrical markets and the energy transitionReinforcement learning for electrical markets and the energy transition
Reinforcement learning for electrical markets and the energy transition
 
Representing Cross-border Trade in Long-term Power System Planning Models wit...
Representing Cross-border Trade in Long-term Power System Planning Models wit...Representing Cross-border Trade in Long-term Power System Planning Models wit...
Representing Cross-border Trade in Long-term Power System Planning Models wit...
 
Uber Data Analysis - SAS Project
Uber Data Analysis - SAS ProjectUber Data Analysis - SAS Project
Uber Data Analysis - SAS Project
 

More from Joseph Chow

Highway traffic optimization by variable speed limits
Highway traffic optimization by variable speed limitsHighway traffic optimization by variable speed limits
Highway traffic optimization by variable speed limitsJoseph Chow
 
Ultrafast Grocery Delivery
Ultrafast Grocery DeliveryUltrafast Grocery Delivery
Ultrafast Grocery DeliveryJoseph Chow
 
Investigating Time-of-Use as a Factor in Dynamic Wireless Charging Infrastruc...
Investigating Time-of-Use as a Factor in Dynamic Wireless Charging Infrastruc...Investigating Time-of-Use as a Factor in Dynamic Wireless Charging Infrastruc...
Investigating Time-of-Use as a Factor in Dynamic Wireless Charging Infrastruc...Joseph Chow
 
Parcel delivery utilizing cargo bike in downtown Brooklyn area
Parcel delivery utilizing cargo bike in downtown Brooklyn areaParcel delivery utilizing cargo bike in downtown Brooklyn area
Parcel delivery utilizing cargo bike in downtown Brooklyn areaJoseph Chow
 
Quarantine Facility Location and Assignment: a Case Study based on the Data o...
Quarantine Facility Location and Assignment: a Case Study based on the Data o...Quarantine Facility Location and Assignment: a Case Study based on the Data o...
Quarantine Facility Location and Assignment: a Case Study based on the Data o...Joseph Chow
 
Emergency first-aid through drones in urban settings
Emergency first-aid through drones in urban settingsEmergency first-aid through drones in urban settings
Emergency first-aid through drones in urban settingsJoseph Chow
 
NYC Ferry Weekday Service Optimization in the Midst of COVID-19
NYC Ferry Weekday Service Optimization in the Midst of COVID-19NYC Ferry Weekday Service Optimization in the Midst of COVID-19
NYC Ferry Weekday Service Optimization in the Midst of COVID-19Joseph Chow
 
Challenging urban sprawl: public transit access point optimization
Challenging urban sprawl: public transit access point optimizationChallenging urban sprawl: public transit access point optimization
Challenging urban sprawl: public transit access point optimizationJoseph Chow
 
Optimal food delivery operation plan with periodic delivery and multi vehicle...
Optimal food delivery operation plan with periodic delivery and multi vehicle...Optimal food delivery operation plan with periodic delivery and multi vehicle...
Optimal food delivery operation plan with periodic delivery and multi vehicle...Joseph Chow
 
Dynamic Fleet Sizing Problem for an E-Scooter Valet Service
Dynamic Fleet Sizing Problem for an E-Scooter Valet ServiceDynamic Fleet Sizing Problem for an E-Scooter Valet Service
Dynamic Fleet Sizing Problem for an E-Scooter Valet ServiceJoseph Chow
 
EMV path routing
EMV path routingEMV path routing
EMV path routingJoseph Chow
 
School bus mixed class routing
School bus mixed class routingSchool bus mixed class routing
School bus mixed class routingJoseph Chow
 
Nicolas Gomez - Measuring bus ride satisfaction from latent attributes
Nicolas Gomez - Measuring bus ride satisfaction from latent attributesNicolas Gomez - Measuring bus ride satisfaction from latent attributes
Nicolas Gomez - Measuring bus ride satisfaction from latent attributesJoseph Chow
 
Mina Lee - E-scooter demand model for NYC
Mina Lee - E-scooter demand model for NYCMina Lee - E-scooter demand model for NYC
Mina Lee - E-scooter demand model for NYCJoseph Chow
 
Goucher, Wong, Wu - Subway cleanliness
Goucher, Wong, Wu - Subway cleanlinessGoucher, Wong, Wu - Subway cleanliness
Goucher, Wong, Wu - Subway cleanlinessJoseph Chow
 
Srushti Rath - Mode choice modeling for air taxis
Srushti Rath - Mode choice modeling for air taxisSrushti Rath - Mode choice modeling for air taxis
Srushti Rath - Mode choice modeling for air taxisJoseph Chow
 
Joe Dodds - Alcohol Consumption on Mode Choice
Joe Dodds - Alcohol Consumption on Mode ChoiceJoe Dodds - Alcohol Consumption on Mode Choice
Joe Dodds - Alcohol Consumption on Mode ChoiceJoseph Chow
 
Christian Moscardi Presentation
Christian Moscardi PresentationChristian Moscardi Presentation
Christian Moscardi PresentationJoseph Chow
 
2016 INFORMS TLS Urban Transportation SIG Sessions
2016 INFORMS TLS Urban Transportation SIG Sessions2016 INFORMS TLS Urban Transportation SIG Sessions
2016 INFORMS TLS Urban Transportation SIG SessionsJoseph Chow
 

More from Joseph Chow (19)

Highway traffic optimization by variable speed limits
Highway traffic optimization by variable speed limitsHighway traffic optimization by variable speed limits
Highway traffic optimization by variable speed limits
 
Ultrafast Grocery Delivery
Ultrafast Grocery DeliveryUltrafast Grocery Delivery
Ultrafast Grocery Delivery
 
Investigating Time-of-Use as a Factor in Dynamic Wireless Charging Infrastruc...
Investigating Time-of-Use as a Factor in Dynamic Wireless Charging Infrastruc...Investigating Time-of-Use as a Factor in Dynamic Wireless Charging Infrastruc...
Investigating Time-of-Use as a Factor in Dynamic Wireless Charging Infrastruc...
 
Parcel delivery utilizing cargo bike in downtown Brooklyn area
Parcel delivery utilizing cargo bike in downtown Brooklyn areaParcel delivery utilizing cargo bike in downtown Brooklyn area
Parcel delivery utilizing cargo bike in downtown Brooklyn area
 
Quarantine Facility Location and Assignment: a Case Study based on the Data o...
Quarantine Facility Location and Assignment: a Case Study based on the Data o...Quarantine Facility Location and Assignment: a Case Study based on the Data o...
Quarantine Facility Location and Assignment: a Case Study based on the Data o...
 
Emergency first-aid through drones in urban settings
Emergency first-aid through drones in urban settingsEmergency first-aid through drones in urban settings
Emergency first-aid through drones in urban settings
 
NYC Ferry Weekday Service Optimization in the Midst of COVID-19
NYC Ferry Weekday Service Optimization in the Midst of COVID-19NYC Ferry Weekday Service Optimization in the Midst of COVID-19
NYC Ferry Weekday Service Optimization in the Midst of COVID-19
 
Challenging urban sprawl: public transit access point optimization
Challenging urban sprawl: public transit access point optimizationChallenging urban sprawl: public transit access point optimization
Challenging urban sprawl: public transit access point optimization
 
Optimal food delivery operation plan with periodic delivery and multi vehicle...
Optimal food delivery operation plan with periodic delivery and multi vehicle...Optimal food delivery operation plan with periodic delivery and multi vehicle...
Optimal food delivery operation plan with periodic delivery and multi vehicle...
 
Dynamic Fleet Sizing Problem for an E-Scooter Valet Service
Dynamic Fleet Sizing Problem for an E-Scooter Valet ServiceDynamic Fleet Sizing Problem for an E-Scooter Valet Service
Dynamic Fleet Sizing Problem for an E-Scooter Valet Service
 
EMV path routing
EMV path routingEMV path routing
EMV path routing
 
School bus mixed class routing
School bus mixed class routingSchool bus mixed class routing
School bus mixed class routing
 
Nicolas Gomez - Measuring bus ride satisfaction from latent attributes
Nicolas Gomez - Measuring bus ride satisfaction from latent attributesNicolas Gomez - Measuring bus ride satisfaction from latent attributes
Nicolas Gomez - Measuring bus ride satisfaction from latent attributes
 
Mina Lee - E-scooter demand model for NYC
Mina Lee - E-scooter demand model for NYCMina Lee - E-scooter demand model for NYC
Mina Lee - E-scooter demand model for NYC
 
Goucher, Wong, Wu - Subway cleanliness
Goucher, Wong, Wu - Subway cleanlinessGoucher, Wong, Wu - Subway cleanliness
Goucher, Wong, Wu - Subway cleanliness
 
Srushti Rath - Mode choice modeling for air taxis
Srushti Rath - Mode choice modeling for air taxisSrushti Rath - Mode choice modeling for air taxis
Srushti Rath - Mode choice modeling for air taxis
 
Joe Dodds - Alcohol Consumption on Mode Choice
Joe Dodds - Alcohol Consumption on Mode ChoiceJoe Dodds - Alcohol Consumption on Mode Choice
Joe Dodds - Alcohol Consumption on Mode Choice
 
Christian Moscardi Presentation
Christian Moscardi PresentationChristian Moscardi Presentation
Christian Moscardi Presentation
 
2016 INFORMS TLS Urban Transportation SIG Sessions
2016 INFORMS TLS Urban Transportation SIG Sessions2016 INFORMS TLS Urban Transportation SIG Sessions
2016 INFORMS TLS Urban Transportation SIG Sessions
 

Recently uploaded

CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 

Taxi surge pricing

  • 1. Optimization of Surge Price for Rebalancing the Yellow Taxis Demand in Manhattan, New York Yiyuan Lei Bilal ThonnamThodi Bingqing Liu Dec. 20, 2019
  • 2. * 2 Introduction ● What is Surge Price? ○ Dynamic Pricing Strategy applied to adjust supply-demand relationship ● Why Surge Price? ○ Sometimes there are more riders in a given area than available drivers, sometimes the opposite ● How does it work? ○ High prices in areas with redundant demand ○ motivate drivers to come to these areas ○ induce mode shift of the redundant demand
  • 3. * 3 Literature Review ● Impact of surge pricing ○ Supply side: evaluating the impact of dynamic pricing on labor supply from an economic perspective ○ Impact on the transportation system: making the system healthie ● Peeking into Uber’s black box of surge price algorithm ○ Lack of transparency has led to concerns about whether Uber artificially manipulate prices ● How we should regulate shared-economy companies like Uber to benefit the customers instead of the incumbents ● Few studies looking into how to effectively make surge price policies to balance the system healthiness and the benefits of the operators, which is the research gap that we are trying to fill in this project.
  • 4. * 4 Data New York City’s Taxi and Limousine Commission open- source the taxi trips records data
  • 7. * 7 Network Parameterization ● Computation of and ○ compute the numbers of pick-ups in each taxi zone in the research time interval and take the number as the supply of the nodes (zones). ○ Trips recorded are only the demand met, potential demand cannot be seen in the dataset. ○ With the assumption that the total demand is larger than the total supply, we randomly apply multipliers from 1 to 2 to the amount of demand that is met (equal to the supply) to estimate the total potential.
  • 8. * 8 Network Parameterization ● Computation of ○ The expected fares follows (approximately) a log-normal distribution and we take the expected value of this fare distribution to represent the expected fare per trip. ● Computation of ○ extract the travel-time of the trips whose starting and ending points consistent with the starting and ending points of all the links we defined, and computed the average travel time for all the trips corresponding to each link as the initial travel cost of the link.
  • 10. * 10 Benchmark System Assumptions: ● All the vehicles at a node (zone) is picking up the passengers at the same node as a priority ● Since the total demand within the area is bigger than the total supply, we are adding a dummy node to help solving the problem. To balance the importance of travel time and revenue,
  • 11. * 11 Alternative System Surge Price Multiplier: Fare of a trip: Demand Function and Elasticity: Zones with different socio-economic attributes may react differently to the change of price, so we clustered all the zones into 3 different clusters. E = 0.30 E = 0.49 E = 0.12
  • 12. * 12 Clustering Attributes Community District Profile ● “Pct_served_parks” ● “Crime_per_1000” ● “Pct_hh_rent_burd” ● “Poverty_rate” ● “Unemployment_cd” ● “Lep_rate” ● “Under18_rate” ● “Over65_rate” ● “Pct_white_nh” ● “Pct_asian_nh” ● “Pct_black_nh” ● “Pct_hispanic” ● “pct_foreign_born” ● “Pct_other_nh”· ● “Mean_commute” ● “Pct_clean_strts” ● “Bldgs_per_acre” ● “Resunits_per_acre” ● “Hosp_clinic_Density” ● “Libraries_Density” ● “Public_schools_Density” ● “Subway_Density” ● “Bus_Density”
  • 13. * 13 Alternative Systems ● is an indicator, indicating if node j is a demand node, 1 if node j is a demand node, 0 otherwise ● 1,2,3 → node conservation ● 4 → node conservation of the dummy node. ● 5,6,7→ track all the demand nodes ● 8 → set the link cost at 0 if the dummy link is formed with a demand node, M otherwise.
  • 14. * 14 Alternative Systems ● With Non-convexity problem and Computationally hard. ● With the purpose of balancing short- term supply and demand, the algorithm determining the surge price multipliers should be computationally fast to be able to operate in a timely manner. ● Heuristic approaches ○ profitable for operators ○ time-saving for passengers ○ also computationally easy to be timely
  • 15. * 15 Alternative Systems ● Policy 1: Demand Based penalty ○ Each zone is preassigned with a based surge price multiplier; ○ When exceeds by 5% of the total, an additional 1.01 multiplier is applied; ○ When exceeds by 15% of the total, an additional 1.05 multiplier is applied; ○ When exceeds by 20% of the total, an additional 1.1 multiplier is applied; ● Policy 2: Price elasticity based penalty ○ Each zone is preassigned with a based surge price multiplier; ○ Cluster 0: Price Elasticity is 0.49, an additional 1.01 multiplier is applied; ○ Cluster 1: Price Elasticity is 0.30, an additional 1.05 multiplier is applied ○ Cluster 2: Price Elasticity is 0.12, an additional 1.1 multiplier is applied ● Policy 3: Mixture factors penalty ○ The surge price multiplier is based on the mixture effects of demand based penalty and price elasticity based penalty
  • 17. * 17 Benchmark System ● The objective value: -1443 ● The optimal total revenue: 2123 ($) ● The optimal assignment time: 1273 (s) ● Revenue by clusters: Cluster 0 (E= 0.49) Cluster 1 (E = 0.3) Cluster 2 (E =0.12) Revenue ($) 901 1071 150 Table1. The revenue of each cluster in Benchmark system
  • 18. Table2. The revenue of each cluster in alternative system 1 18 Alternative System: Policy 1 ● The optimal base surge price is 1.4 ● The objective value: -2055 ● The optimal total revenue: 2906 ● The optimal assignment time: 1347 ● Revenue by clusters Cluster 0 (E= 0.49) Cluster 1 (E = 0.3) Cluster 2 (E =0.12) Revenue 1127 1562 216 Figue The objective function under policy 1
  • 19. Table3. The revenue of each cluster in alternative system 2 19 Alternative System: Policy 2 ● The optimal base surge price is 1.6 ● The objective value: -2058 ● The optimal total revenue: 1402 ● The optimal assignment time: 2923 ● Revenue by clusters Cluster 0 (E= 0.49) Cluster 1 (E = 0.3) Cluster 2 (E =0.12) Revenue 1224 1427 272 Figue The objective function under policy 2
  • 20. Table3. The revenue of each cluster in alternative system 3 20 Alternative System: Policy 3 ● The optimal base surge price is 1.6 ● The objective value: -2076 ● The optimal total revenue: 1402 ● The optimal assignment time: 2946 ● Revenue by clusters Cluster 0 (E= 0.49) Cluster 1 (E = 0.3) Cluster 2 (E =0.12) Revenue 1224 1450 272 Figure The objective function under policy 3
  • 21. * 21 Comparison ● The benchmark system has the minimum assignment time ● The optimal solutions in the alternative systems all increased the revenue ● Based on the objective value, policy 3 (mixed factors penalization) is the ideal policy Time (s) Revenue ($) Time (delayed) Revenue (Increased) Objective value Benchmark 1273 2123 NA NA -1443 Policy 1 1347 2906 5.8% 36.9% -2055 Policy 2 1402 2923 10.1% 37.7% -2058 Policy 3 1402 2946 10.1% 38.8% -2076 Table4. Systems comparisons
  • 22. * 22 Conclusions ● We propose policy 3 as the optimal policy The base penalty is 1.6 ● improves the revenue by 38.8% ● The assignment time is within 11% Figure. The change of revenue under policy 3Figure. The change of time under policy 3
  • 23. * 23 Conclusions ● Highest surge price multiplier is 1.7776 at zone 15 and zone 56 ● Lowest surge price multiplier is 1.616 Table5. Policy 3 surge pricing multiplier at each zones E = 0.49 E = 0.12 E = 0.30
  • 24. * Conclusions ● The highest link flow under optimal policy 3 is 44; ● Most of the link flows are zero due to we are assigning the taxies using the smaller travelling time while maintaining relative high revenue; ● The highest demand under policy 3 is node 8 with 266 riders, the penalty at that zone is 1.616; ● The highest penalty is 1.776 at node 15 with demand 2 and node 56 with demand 44;
  • 25. * Conclusions ● Demand changes: ○ More reduction in Midtown Manhattan. ○ Lesser in the lower and upper manhattan.
  • 27. * 27 References [1] https://www1.nyc.gov/site/tlc/passengers/taxi-fare.page [2] https://www.investopedia.com/articles/personal-finance/021015/uber-versus-yellow-cabs-new-york-city.asp [3] https://www.uber.com/us/en/price-estimate/ [4]https://static1.squarespace.com/static/56500157e4b0cb706005352d/t/56da407640261df57071669a/1457143928394/SurgeAndFlexibleWork_Workin gPaper.pdf [5] https://www.aeaweb.org/conference/2016/retrieve.php?pdfid=327 [6]http://1g1uem2nc4jy1gzhn943ro0gz50.wpengine.netdna-cdn.com/wp-content/uploads/2016/01/effects_of_ubers_surge_pricing.pdf [7] https://dl.acm.org/citation.cfm?id=2815681 [8] https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page [9] https://core.ac.uk/download/pdf/6373650.pdf [10] NYC Planning| Community District Profile. https://communityprofiles.planning.nyc.gov/ [11] Poverty Measurement. http://www1.nyc.gov/site/opportunity/poverty-in-nyc/poverty-measure.page