Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfoidl/stochastics
Stochastic tools, distrubution, analysis
https://github.com/gfoidl/stochastics
kutosis median outlier-detection sigma simd skewness variance
Last synced: 9 days ago
JSON representation
Stochastic tools, distrubution, analysis
- Host: GitHub
- URL: https://github.com/gfoidl/stochastics
- Owner: gfoidl
- License: mit
- Created: 2017-11-10T12:45:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T15:55:13.000Z (about 4 years ago)
- Last Synced: 2024-12-03T23:15:10.681Z (about 1 month ago)
- Topics: kutosis, median, outlier-detection, sigma, simd, skewness, variance
- Language: C#
- Size: 5.68 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
| CircleCi | AppVeyor | Code Coverage | NuGet |
| -- | -- | -- | -- |
| [![CircleCI](https://circleci.com/gh/gfoidl/Stochastics/tree/master.svg?style=svg)](https://circleci.com/gh/gfoidl/Stochastics/tree/master) | [![Build status](https://ci.appveyor.com/api/projects/status/a0r3j3rygrwg4nx4/branch/master?svg=true)](https://ci.appveyor.com/project/GntherFoidl/stochastics/branch/master) | [![codecov](https://codecov.io/gh/gfoidl/Stochastics/branch/master/graph/badge.svg)](https://codecov.io/gh/gfoidl/Stochastics) | [![NuGet](https://img.shields.io/nuget/v/gfoidl.Stochastics.svg?style=flat-square)](https://www.nuget.org/packages/gfoidl.Stochastics/) |# gfoidl.Stochastics
Current release: [v1.1.0 release notes](doc/release-notes/v1.1.0.md)
## Random numbers
* [(Pseudo) random numbers](doc/RandomNumberGenerator.md)
## Statistics
* [Sample](doc/Statistics/Sample.md)
### Outlier Detection
* Outlier detection based on [Chauvenet's criterion](doc/Statistics/OutlierDetection/ChauvenetOutlierDetection.md)
## Development channel
To get packages from the development channel use a `nuget.config` similar to this one:
```xml
```