Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/buckthorndev/statistical_dart

Simple statistics for dart and flutter.Inspired by a javascript package.
https://github.com/buckthorndev/statistical_dart

dart dart2 statistics

Last synced: 5 days ago
JSON representation

Simple statistics for dart and flutter.Inspired by a javascript package.

Awesome Lists containing this project

README

        

# Statistical dart

Dart package that provide you some statistics which are useful and with the best performance execution.

## Currently supported

`Simple statistics`

1. Sum
2. Min
3. Max
4. Median
5. Mode
6. Mean
7. Variance
8. Standard deviation
9. Factorial
10. Geometric mean
11. Harmonic mean

`Advanced statistics`

1. Binomial

*As soon as possible, more features will be available.*

## Features and bugs

Please file feature requests and bugs at the [issue tracker](https://github.com/buckthorndev/statistical_dart/issues).