alinaciuysal / OEDA

Apache License 2.0
1 stars 1 forks source link

Filtering outliers on the fly #6

Open alinaciuysal opened 6 years ago

alinaciuysal commented 6 years ago

Can be considered as an enhancement, because outliers affect the visualization of results

This is about the scatter plot. In case of a high y value. E.g. CrowdNav "overhead" is 30, when most values are between 1 and 5, this creates a strange looking scatter plot.

Actually, we need to determine what to do with the outliers in general. Apart from removing them from the diagrams on the frontend we should probably mark them as outliers in the database as well and not include them in subsequent analysis.