FAA Case Sutdy - Part 1

Model flight landing distance


View the R Notebook here


Background:

Landing Distance is the horizontal distance traversed by the aeroplane from a point on the approach path at a selected height above the landing surface to the point on the landing surface at which the aeroplane comes to a complete stop. Landing an aircraft is a difficult process requiring considerable manual dexterity. Here we implement a statiscal method that will help in determining landing distance for safe touchdown. Parameters important to the determination of landing distance, such as approach airspeed, touchdown distance, and stopping distance, are evaluated in terms of probabilities.

Motivation:

To reduce the risk of landing overrun

Goal:

To study what factors and how they would impact the landing distance of a commercial flight

Data Source:

Landing data (simulated) from 950 commerical flights See the 2 excel files: FAA-1.xls (800 flights) and FAA-2.xls (150 flights)

Variable dictionary:

Analytical Approach:

A structured analytical approach comprising of the steps mentioned below was followed to model the flight landing distance

  1. Initial Setup & Analytical Dataset creation
  2. Exploratory Data Analysis
  3. Factor Analysis
  4. Variable Selection & Model Implementation
    • Simple Linear Regression
    • Multiple Linear Regression
    • Forward StepAIC Regression