https://github.com/mjambon/moving-percentile
Moving percentile algorithm, similar in its requirements to exponential moving average
https://github.com/mjambon/moving-percentile
agi
Last synced: 3 months ago
JSON representation
Moving percentile algorithm, similar in its requirements to exponential moving average
- Host: GitHub
- URL: https://github.com/mjambon/moving-percentile
- Owner: mjambon
- License: bsd-3-clause
- Created: 2016-07-03T07:45:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T04:28:50.000Z (almost 7 years ago)
- Last Synced: 2025-05-01T12:48:34.770Z (5 months ago)
- Topics: agi
- Language: OCaml
- Homepage: https://mjambon.com/2016-07-23-moving-percentile/
- Size: 744 KB
- Stars: 27
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moving-percentile
Moving percentile algorithm, similar in its requirements to exponential moving average