Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagocastro070/math-stats-util
Package with some Math Statistics utilities
https://github.com/tiagocastro070/math-stats-util
mathematics statistical-methods
Last synced: about 2 months ago
JSON representation
Package with some Math Statistics utilities
- Host: GitHub
- URL: https://github.com/tiagocastro070/math-stats-util
- Owner: tiagocastro070
- Created: 2020-04-13T21:08:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:21:04.000Z (about 2 years ago)
- Last Synced: 2023-03-10T14:24:56.273Z (almost 2 years ago)
- Topics: mathematics, statistical-methods
- Language: JavaScript
- Size: 980 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math Statistics Utilities
Package with some Math Statistics utilities (WIP :construction:).
## Available methods:
### __average__
Returns the [average](https://en.wikipedia.org/wiki/Average) value of a given number of parameters.### __mode__
Return an _array_ with the [mode](https://en.wikipedia.org/wiki/Mode_(statistics)) value of a given number of parameters.### __median__
Returns [median](https://en.wikipedia.org/wiki/Median) value based on a given number of parameters.---
_Created using the [JS Boilerplate Template](https://github.com/tiagocastro070/js-boilerplate)_