Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesarsouza/statistics-workbench
Statistics Workbench helps you learn, explore, estimate and play with a large number of statistical distributions.
https://github.com/cesarsouza/statistics-workbench
Last synced: about 2 months ago
JSON representation
Statistics Workbench helps you learn, explore, estimate and play with a large number of statistical distributions.
- Host: GitHub
- URL: https://github.com/cesarsouza/statistics-workbench
- Owner: cesarsouza
- License: mit
- Created: 2015-01-02T00:49:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T11:27:06.000Z (about 7 years ago)
- Last Synced: 2023-10-20T18:45:10.268Z (about 1 year ago)
- Language: C#
- Homepage: http://accord-framework.net
- Size: 14.5 MB
- Stars: 34
- Watchers: 11
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Statistics Workbench
====================The statistics workbench is a tool to explore, estimate and discover statistics distributions. It demonstrates how to use the statistics module of the Accord.NET Framework to create probability distributions, estimate those distributions from data and discover how to generate new data samples from existing distributions. All those operations are be combined into a single application for teaching, visualizing, and working with those distributions.
To use it, just clone the repository, open the solution in Visual Studio 2017, and press F5.
Read more at http://www.codeproject.com/Articles/835786/Statistics-Workbench