{% if visits_per_tile_cumsum_linechart %}

The following map shows the spatial distribution of the dataset according to the provided tessellation. Records outside the tessellation are indicated as number of outliers below the map.

The legend below shows the number of visits per tile ranging from 0 to the maximum number of visits per tile.

The allocated privacy budget for this map is shown below and noise is applied accordingly onto the counts. The confidence interval is indicated below.

Tiles below a certain threshold are grayed out: Due to the applied noise, tiles with a low visit count are likely to contain a high percentage of noise. For usability reasons, such unrealistic values are grayed out. More specifically: The threshold is set so that values for tiles with a 5% chance (or higher) of deviating more than 20 percentage points from the estimated value are not shown.

privacy budget: {{ visits_per_tile_eps }}

95% CI: +/- {{ visits_per_tile_moe }} visit(s)

{{visits_per_tile_legend}}

{{points_outside_tessellation_info}}

This table shows the mean number of visits per tile as well as the five-number summary consisting of: the most extreme values in the dataset (the maximum and minimum values), the lower and upper quartiles, and the median.

These values are computed from the counts visualized above. Thus, no extra privacy budget is used.

{{visits_per_tile_summary_table}}

The following visualization shows the cumulated relative number of visits. This means that the tiles are sorted according to the number of visits in descending order and the relative number of visits are added tile by tile. Thus, you can use the graph to evaluate how many tiles are needed to cover a certain share of the visits.

If all tiles are visited equally, the cumulated sum follows a straight diagonal line (gray line). The larger the share of single tiles in the total number of visits, the steeper the curve.

These values are computed from the counts visualized above. Thus, no extra privacy budget is used.

{{visits_per_tile_cumsum_linechart}}

The following visualization shows the ranking of most frequently visited tiles.

The y-axis shows the tile name (if provided) and tile ID in order of the ranking. The x-axis shows the number of visits per tile.

These values are computed from the counts visualized above. Thus, no extra privacy budget is used. The 95% confidence interval of the visits per tile indicated above also applies here and is visualized with error bars.

{{most_freq_tiles_ranking}}
{% endif %} {% if visits_per_tile_time_map %}

Each map shows the arrivals (destinations) for the respective time window for each tile, split by weekday and weekend, as absolute counts and as the deviation from tile average. The tile average is defined as the mean number of visits in one tile across all time windows. Thus, the deviation from tile average indicates higher or lower number of visits for this tile during certain time windows of a day.

Tiles below a certain threshold are grayed out: Due to the applied noise, tiles with a low visit count are likely to contain a high percentage of noise. For usability reasons, such unrealistic values are grayed out. More specifically: The threshold is set so that values for tiles with a 5% chance (or higher) of deviating more than 20 percentage points from the estimated value are not shown.

privacy budget: {{ visits_per_tile_timewindow_eps }}

95% CI: +/- {{ visits_per_tile_timewindow_moe }} visit(s)

{{visits_per_tile_time_map}}

{{visits_per_tile_time_info}}

{% endif %}