An open API service indexing awesome lists of open source software.

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.

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