Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally use percentiles in db_access::get_date_growth_rate #11

Open
kevinkleinQC opened this issue May 10, 2021 · 0 comments
Open

Optionally use percentiles in db_access::get_date_growth_rate #11

kevinkleinQC opened this issue May 10, 2021 · 0 comments

Comments

@kevinkleinQC
Copy link

kevinkleinQC commented May 10, 2021

As of now the date growth is defined by new_date_range / old_date_range - 1, each range being defined by the difference between maximum and minimum therein.

Yet, using minima and maxima is very sensitive to outliers. Instead, one might favour the more robust approach of using the pth and 100-pth percentiles.

This could be an optional feature of db_access.get_date_growth_rate.

Suggestion by Stefan Sorg.

@kklein kklein transferred this issue from another repository Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant