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

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

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)