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

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#

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