Origin-destination (OD) analysis

{% if flows_cumsum_linechart %}

OD flows between tiles

privacy budget: {{od_eps}}

95%-confidence interval: +/-{{od_moe}}

{{privacy_info}}

{{user_config_info}}

{{od_legend}}

Five number summary: flows per OD pair

{{flows_summary_table}}

Cumuluated sum of flows per OD pair

{{flows_cumsum_linechart}}

The cumuluated 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 (gray 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}}
{% endif %} {% if travel_time_hist or jump_length_hist %}
{% if travel_time_hist %}

Travel time of trips (in minutes)

privacy budget: {{travel_time_eps}}

95%-confidence interval: +/-: {{travel_time_moe}}

{{travel_time_hist}}

{{travel_time_hist_info}}

Five number summary: travel time

{{travel_time_summary_table}}

{{travel_time_moe_info}}

{% endif %} {% if jump_length_hist %}

Jump length (in kilometers)

privacy budget: {{travel_time_eps}}

95%-confidence interval: +/- {{travel_time_moe}}

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

{{jump_length_hist}}

{{jump_length_hist_info}}

Five number summary: jump length

{{jump_length_summary_table}}

{{jump_length_moe_info}}

{% endif %}
{% endif %}