Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxmekiska/statsload
Basic statistics library/header-file for C.
https://github.com/maxmekiska/statsload
distributions probability statistics
Last synced: 19 days ago
JSON representation
Basic statistics library/header-file for C.
- Host: GitHub
- URL: https://github.com/maxmekiska/statsload
- Owner: maxmekiska
- Created: 2022-03-18T23:29:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T22:23:51.000Z (over 2 years ago)
- Last Synced: 2024-10-09T12:58:25.006Z (30 days ago)
- Topics: distributions, probability, statistics
- Language: C
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StatsLoad
Statistics library.
## How to compile the code with gcc?
```shell
gcc -Wall main.c statsfuncs.c distributions.c utils.c -o statsload
```## References
Programiz.com. 2022. QuickSort (With Code in Python/C++/Java/C). [online] Available at: [Accessed 20 March 2022].
Norman Fenton and Martin Neil. 2012. Risk Assessment and Decision Analysis with Bayesian Networks (2nd. ed.). CRC Press, Inc., USA.