https://github.com/chen0040/cs-statistics
A inferential statistical library implemented in C#
https://github.com/chen0040/cs-statistics
inferential-statistics statistics
Last synced: 5 days ago
JSON representation
A inferential statistical library implemented in C#
- Host: GitHub
- URL: https://github.com/chen0040/cs-statistics
- Owner: chen0040
- License: mit
- Created: 2017-11-03T01:30:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T08:22:05.000Z (over 8 years ago)
- Last Synced: 2026-05-27T16:27:50.504Z (30 days ago)
- Topics: inferential-statistics, statistics
- Language: C#
- Size: 388 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cs-statistics
A inferential statistical library implemented in C#
# Install
```bash
Install-Package cs-statistics -Version 1.0.2
```
# Usage
The sample codes can be found in the sample project cs-statistics-samples