https://github.com/rollinger/sinclair
Sinclair is an minimal statistical library for minimal C. It operates on buffered lists of ints or floats and has useful statistical attributes. Build with minimal dependencies in mind and easy to extend.
https://github.com/rollinger/sinclair
c statistics
Last synced: about 1 year ago
JSON representation
Sinclair is an minimal statistical library for minimal C. It operates on buffered lists of ints or floats and has useful statistical attributes. Build with minimal dependencies in mind and easy to extend.
- Host: GitHub
- URL: https://github.com/rollinger/sinclair
- Owner: rollinger
- Created: 2021-07-24T17:08:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T10:42:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T21:53:18.753Z (over 1 year ago)
- Topics: c, statistics
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Sir John Sinclair introduced statistic in 1791 into England when he published
the first of 21 volumes titled Statistical Account of Scotland.
Sinclair is an minimal statistical library for minimal C.
It operates on buffered lists of ints or floats and has a variety of statistical attributes
precomputed. You can push and pop data on the buffer and the attributes gets updated.
Current implemented statistical attributes are
- min
- max
- mean
- median
- sd
- sum
- n