Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericgj/elm-quantiles
Calculate quantiles in Elm
https://github.com/ericgj/elm-quantiles
Last synced: 9 days ago
JSON representation
Calculate quantiles in Elm
- Host: GitHub
- URL: https://github.com/ericgj/elm-quantiles
- Owner: ericgj
- License: bsd-3-clause
- Created: 2017-08-02T03:45:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T16:43:33.000Z (over 7 years ago)
- Last Synced: 2024-11-15T12:27:26.419Z (2 months ago)
- Language: Elm
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-quantiles
Calculate quantiles, using various rounding/interpolation functions (or
providing your own).Closely follows the "Estimating quantiles from a sample" section of the
[wikipedia page][wikipedia].PLEASE NOTE: No tests yet. Use with caution.
[wikipedia]: https://en.wikipedia.org/wiki/Quantile