1 / 20

Airline On Time Performance

Airline On Time Performance. Systems Design Project by Matthias Chan. Agenda. Introduction Definitions Procedural Details Model – Words Model – Equations Results Demo Analysis Conclusion References. Introduction. There are over 87000 flight each day in the United States

gad
Download Presentation

Airline On Time Performance

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Airline On Time Performance Systems Design Project by Matthias Chan

  2. Agenda • Introduction • Definitions • Procedural Details • Model – Words • Model – Equations • Results • Demo • Analysis • Conclusion • References

  3. Introduction • There are over 87000 flight each day in the United States • Being “On Time” is defined as being 15 minutes of a scheduled departure and/or arrival time • About 70% of all flights are “On Time” • Data from the last 21 years is available to the public (starting from 1988)

  4. Definitions • Total Delay is defined as the sum of the amount of delay from the origin airport and the amount of delay at the destination airport. • Total Adjusted Delay is defined as the sum of the difference between actual and scheduled departure time and difference between actual and scheduled arrival time. • Total Adjusted Delay differs from Total Delay in that Total Adjusted Delay takes early departures and early arrivals and assigns a negative value of delay for them.

  5. Procedural Details • The Bureau of Transportation Statistics (BTS) is a subdivision of the U.S. Department of Transportation • TranStats is a department of the BTS and reports data for each flight in the domestic U.S • Using TranStats, we were able to collect data from all the flights in the past 21 years

  6. Procedural Details

  7. Procedural Details • Each month of every year (1988-2008) were downloaded in csv format • Each file was 30 MB and each month had, on average, 370,000 flights • In total, the data we collected was about 9.2 GB’s worth of data

  8. Procedural Details • We then took each month, found the control limits of the data, and then created summary reports in excel • From the summary reports, we observed different variables (i.e. Day of Week, Distance, etc.) and found that seven of the variables looked like they had an effect on delay (Year, month, day, day of week, airline, origin airport and destination airport)

  9. Procedural Details • We then found 25 random flights in each month, and create data sets of 6200 flights that we wanted to use in calculating estimated delay

  10. Model - Words • Minimize the square error of estimated delay from actual delay • By varying the weights given to each of the seven parameters • We made the decision not to add non negativity constraints because of the way delay was defined (negative delay means an early flight)

  11. Model - Equations • Ai = Coefficient of delay for variable I • Yj= Average delay of year j where j = 1988:2009 • Mk= Average delay of month k where k = 1:12 • Dl= Average delay of day l where l = 1:31 • Wn= Average delay of week n where n = 1:7 • Airp= Average delay of airline p where p = 1:19 • Or= Average delay of origin airport r where r = 1:279 • Der= Average delay of destination airport where r = 1:279 • Delay(d) = delay of flight d where d = 1:6200 A = [A1 A2 A3 A4 A5 A6 A7]’ data = [YyearMmonthDdayWweekAirairline­OoriginDedestination]

  12. Model - Equations A = [A1 A2 A3 A4 A5 A6 A7]’ data = [YyearMmonthDdayWweekAirairline­OoriginDedestination]

  13. Results A = [A1 A2 A3 A4 A5 A6 A7]’ data = [YyearMmonthDdayWweekAirairline­OoriginDedestination] Notice that there is an emphasis on Day of Week and Origin

  14. Demo Matlab GUI – Shown Below

  15. Analysis • We took our model and tested its predictive strength against the newest available data • Data for February 2009 was released recently, we tested our estimates to see how many flights were accurately predicted • As we suspected, 70.84% of the flights in February were in the range that we predicted

  16. Analysis • We took a look at how 9/11 effected delay in the U.S • We found that delay actually decreased around 9/11 and the few years after it • This can be attributed to several factors, less optimism by the airlines, tighter security (keep in mind that this is scheduled delay, not security delays)

  17. Analysis

  18. Conclusion • We discovered that there can be an effective way to predict flight delay given all the data of past years • However, we can only predict the data based on flights that are “in control” (70%) • In the future, the project could expand to include a nonlinear equation to model delay, include international flights as well, include types of delay (i.e. weather, carrier, etc.), predict coefficient of year in question, instead of just using previous year.

  19. References “Transtats – BTS.” http://www.transtats.bts.gov/ Montgomery, Douglas C.  Introduction to Statistical Quality Control.  5th Edition.  John Wiley & Sons, 2005. Hillier, Frederick S. and Lieberman, Gerald J. Intoduction to Operations Research. 8thEdition. McGraw-Hill Higher Education

  20. Questions?

More Related