pam.plot.stats
calculate_activity_duration_by_act(population, exclude=None)
#
Source code in src/pam/plot/stats.py
calculate_leg_duration_by_mode(population)
#
Source code in src/pam/plot/stats.py
calculate_total_activity_duration(population, exclude=None)
#
Source code in src/pam/plot/stats.py
calculate_total_leg_duration(population)
#
Source code in src/pam/plot/stats.py
extract_activity_log(population)
#
Source code in src/pam/plot/stats.py
extract_leg_log(population)
#
Source code in src/pam/plot/stats.py
plot_activity_duration(list_of_populations, exclude=None, axis=None)
#
Source code in src/pam/plot/stats.py
plot_activity_duration_by_act(list_of_populations, exclude=None, axis=None)
#
Source code in src/pam/plot/stats.py
plot_activity_times(population)
#
plot_leg_duration(list_of_populations, axis=None)
#
Source code in src/pam/plot/stats.py
plot_leg_duration_by_mode(list_of_populations, axis=None)
#
Source code in src/pam/plot/stats.py
plot_leg_times(population)
#
plot_population_comparisons(list_of_populations, activity_to_exclude=None)
#
Source code in src/pam/plot/stats.py
plot_time_bins(data, sub_col, width=12, height_factor=1.2)
#
Source code in src/pam/plot/stats.py
time_binner(data)
#
Bin start and end times and durations, return freq table for 24 hour period, 15min intervals.