LeoColman/Petals

Add option to remove outliers from statistics calculations

Open

#459 opened on Dec 9, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Kotlin (39 forks)auto 404
FeatureGood First Issue

Repository metrics

Stars
 (122 stars)
PR merge metrics
 (PR metrics pending)

Description

As a Daily user, I want to be able to exclude data points that are way too different from my average data point.

We can start with taking the 95 percentile and that will already exclude a lot of outliers.

  • Went to a party and consumed more than usual

  • Consumed using a different method which changes the price or quantity

  • Checkbox to remember my option (which must be persistent)

  • Take 95 percentile to calculate data on stats

Contributor guide