Modeled average trip lengths for the base year were compared to the 2012 Household Travel Survey. The model was validated for for distance, time, and generalized cost using the following measures:
Average Trip Lengths
Trip Length Frequencies
Average Trip Lengths
The following figure shows the average trip lengths the modeled and observed time, distance, and generalized cost.
chart =GroupedBarChart(filtered_data, {x: d => d.Purpose,y: d => d.AVG_TRIP_LEN,z: d => d.DataSource,yLabel:"Average Trip Length",zDomain: ['Model','Observed'],height:500,colors: ["#376092","#77933c"]})
Code
Inputs.table(filtered_data)
Trip Length Frequencies
Modeled trip lengths for the base year were compared to the 2012 Household Travel Survey. The following figures shows the modeled and observed time and distance average trip lengths and trip length frequencies.