Origin-destination (OD) analysis

{% if flows_cumsum_linechart %}

OD flows between tiles

privacy budget base: {{od_eps[0]}}

95%-confidence interval: +/-{{od_moe[0]}}

privacy budget alternative: {{od_eps[1]}}

95%-confidence interval: +/-{{od_moe[1]}}

{{user_config_info}}

{{od_legend}}
{{flows_measure}}

Five number summary: flows per OD pair

{{flows_summary_table}} {{flows_summary_measure}}

Cumulated sum of flows per OD pair

{{flows_cumsum_linechart}}

The cumulated sum of flows visualizes the distribution of flows over OD pairs: If all OD connections are traveled equally, the cumulated sum follows a straight diagonal line. The larger the share of single OD connections in the total number of flows, the steeper the curve.

Ranking of most frequent OD connections

{{most_freq_flows_ranking}} {{od_flows_ranking_measure}}
{% endif %} {% if travel_time_hist or jump_length_hist %}
{% if travel_time_hist %}

Travel time of trips (in minutes)

privacy budget base: {{travel_time_eps[0]}}

95%-confidence interval: +/-: {{travel_time_moe[0]}}

privacy budget alternative: {{travel_time_eps[1]}}

95%-confidence interval: +/-: {{travel_time_moe[1]}}

{{travel_time_hist}}

{{travel_time_hist_info}}

{{travel_time_measure}}

Five number summary: travel time

{{travel_time_summary_table}}

{{travel_time_moe_info}}

{{travel_time_summary_measure}}
{% endif %} {% if jump_length_hist %}

Jump length (in kilometers)

privacy budget base: {{jump_length_eps[0]}}

95%-confidence interval: +/- {{jump_length_moe[0]}}

privacy budget alternative: {{jump_length_eps[1]}}

95%-confidence interval: +/- {{jump_length_moe[1]}}

The jump length is the straight-line distance between the origin and destination.

{{jump_length_hist}}

{{jump_length_hist_info}}

{{jump_length_measure}}

Five number summary: jump length

{{jump_length_summary_table}}

{{jump_length_moe_info}}

{{jump_length_summary_measure}}
{% endif %}
{% endif %}