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

Helper Statistical Functions #1

Open
mtralka opened this issue Nov 27, 2021 · 0 comments
Open

Helper Statistical Functions #1

mtralka opened this issue Nov 27, 2021 · 0 comments
Labels
wontfix This will not be worked on

Comments

@mtralka
Copy link
Owner

mtralka commented Nov 27, 2021

GeoStats offers the following helper stat functions:

  • min() : return the min value
  • max() : return the max value
  • sum() : return the sum of the population
  • pop() : return the number of individuals
  • mean() : return the mean
  • median() : return the median
  • variance() : return the variance
  • stddev() : return the standard deviation
  • cov() : return the coefficient of variation

GeoBuckets currently has calcStandardDeviation and calcMean internal functions as a byproduct of several of our implemented statistical methods.

Currently, I do not plan on implementing any more helper stat functions. At it's core, this library is a lightweight classification library, not a stats library. Most of the above helper functions are easily implemented and thus adoption into this library would largely be redundant.

This issue is to remain open for feedback on this topic. If many users request this functionality I will reconsider.

@mtralka mtralka added the wontfix This will not be worked on label Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant