https://github.com/alan-null/sharpstistics
.NET Statistics library for computing confidence interval
https://github.com/alan-null/sharpstistics
Last synced: 3 months ago
JSON representation
.NET Statistics library for computing confidence interval
- Host: GitHub
- URL: https://github.com/alan-null/sharpstistics
- Owner: alan-null
- Created: 2015-09-01T20:12:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T14:35:13.000Z (over 1 year ago)
- Last Synced: 2025-01-15T22:43:06.821Z (4 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sharpstistics
.NET Statistics library for computing following statistics values:
* *confidence interval*
* *confidence interval endpoints*
* *standard deviation*## Why
> Without information about confidence interval your results doesn't mean anything to me in terms of statistics
>
> ***Alan NULL, 2015***## Usage
All possible library usages can be found in [SharpstisticsTests](https://github.com/alan-null/Sharpstistics/blob/master/Sharpstistics.Test/SharpstisticsTests.cs) class.## Resources
[Confidence_interval](https://en.wikipedia.org/wiki/Confidence_interval)[Student's t-distribution](https://en.wikipedia.org/wiki/Student%27s_t-distribution)