https://github.com/gfoidl/stochastics
Stochastic tools, distrubution, analysis
https://github.com/gfoidl/stochastics
kutosis median outlier-detection sigma simd skewness variance
Last synced: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T15:55:13.000Z (over 5 years ago)
- Last Synced: 2025-04-12T15:57:40.665Z (about 1 year ago)
- Topics: kutosis, median, outlier-detection, sigma, simd, skewness, variance
- Language: C#
- Size: 5.68 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
| CircleCi | AppVeyor | Code Coverage | NuGet |
| -- | -- | -- | -- |
| [](https://circleci.com/gh/gfoidl/Stochastics/tree/master) | [](https://ci.appveyor.com/project/GntherFoidl/stochastics/branch/master) | [](https://codecov.io/gh/gfoidl/Stochastics) | [](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
```