I’m working on a engineering report and need support to help me learn.This is an individual assignment and accounts for 50% of your final mark. Please write a short (half-page) response for each of the following tasks summarizing the
steps you took for each task. Please submit any PSQL and Python codes, Excel spreadsheets, data files and most
importantly your model outputs separately for each task.Task 1:
Trip Production Model — 10 ptsDevelop a “person” trip production linear regression model based on VISTA data using records from 2012 to 2016, and only consider weekdays morning-peak trips starting between 5am-9am from home. Your model must include at least 4 explanatory variables and a constant. Evaluate your model and discuss the coefficient values and significance.Task 2: Trip Deterrence Function — 10 ptsCalibrate an exponential trip deterrence function based on trip distances reported in VISTA (2012-2016) and only including trips made on weekdays morning-peak between 5am-9am from home and shorter than 50kms. (Hint: you can use the field ‘cumdist’ in table t, and round it to the closest kilometre).Task 3: Trip Distribution Model — 20 ptsCalculate the morning peak travel O-D matrix for weekday at the SA2 zone level (309*309) using the gravity model implementation in python.
Use the trip deterrence function from task 2 and assume that every individual produces 1 home-based trip in the morning and every job attracts 1home-based trip in the morning peak. Submit your final O-D matrix in a CSV file and report your total error in matching the zone productions and attractions.Task 4: Model Choice Model — 30 ptsDevelop a Multinomial Logit Mode Choice model based on VISTA trips recorded between 2012-2016. Your utility function attributes must all be significant, and you should provide a reasonable interpretation (for the sign) of the estimated coefficients in your model.Your model’s goodness of fit measure must be greater than 0.700 and it must include at least one attribute variable from every category listed below:1. Alternative specific constant2.
Travel time attribute (for all modes)3. Person attribute (decision maker) scaler variable4. Person attribute (decision maker) categorical variable5. Household attribute of the decision maker (either scaler or categorical)Task 5: Nested Logit Model — 30 ptsTake one of the best Multinomial Logit Mode Choice model that you developed in Task 4 as the baseline model. Keep the utility function same. Develop a Nested Logit Mode Choice model.Evaluate the model coefficients and nest parameters.Your model’s goodness of fit measure must be improved comparing to the baseline model. Briefly discuss why you believe that the nested model can make a better prediction.
Requirements: 111111 | .doc file