Skip to content

Commit

Permalink
pooling ratio is now occupancy rate
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlenther committed Jun 25, 2024
1 parent e7de164 commit caa988b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public Integer call() throws Exception {
"Rejections", "Rejection rate", "Avg. total travel time", "Avg. in-vehicle time", "Avg. wait time", "95th percentile wait time", "Avg. ride distance [km]",
"Avg. direct distance [km]", "Avg. fare [MoneyUnit]");
List<String> orderedSupplyParams = List.of("Number of stops", "Vehicles", "Total vehicle mileage [km]", "Empty ratio", "Total pax distance [km]",
"Pooling ratio", "Detour ratio", "Total service hours");
"Occupancy rate [pax-km/v-km]", "Detour ratio", "Total service hours");

writeFile("avg_demand_stats.csv", demandAvgs, orderedDemandParams);
writeFile("avg_supply_stats.csv", supplyAvgs, orderedSupplyParams);
Expand Down

0 comments on commit caa988b

Please sign in to comment.