Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days ago
JSON representation
Simple statistics for dart and flutter.Inspired by a javascript package.
- Host: GitHub
- URL: https://github.com/buckthorndev/statistical_dart
- Owner: buckthorndev
- License: mit
- Created: 2020-07-23T03:20:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T09:23:03.000Z (over 3 years ago)
- Last Synced: 2024-11-18T00:43:13.570Z (2 months ago)
- Topics: dart, dart2, statistics
- Language: Dart
- Homepage: https://pub.dev/packages/statistical_dart
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).