https://github.com/mljs/statistics
https://github.com/mljs/statistics
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mljs/statistics
- Owner: mljs
- License: mit
- Created: 2020-01-08T16:57:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T17:53:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T10:24:28.455Z (11 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# statistics
[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![npm download][download-image]][download-url]
.
## Installation
`$ npm i ml-statistics`
## Usage
```js
import library from 'ml-statistics';
const result = library(args);
// result is ...
```
U-Test:
- https://en.wikipedia.org/wiki/Mann%E2%80%93Whitney_U_test
- https://psych.unl.edu/psycrs/handcomp/hcmann.PDF
H-Test
- https://fr.wikipedia.org/wiki/Test_de_Kruskal-Wallis
## [API Documentation](https://cheminfo.github.io/statistics/)
## Check the tests continuously
`npx jest --watch`
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/statistics.svg
[npm-url]: https://www.npmjs.com/package/statistics
[ci-image]: https://github.com/cheminfo/statistics/workflows/Node.js%20CI/badge.svg?branch=master
[ci-url]: https://github.com/cheminfo/statistics/actions?query=workflow%3A%22Node.js+CI%22
[download-image]: https://img.shields.io/npm/dm/statistics.svg
[download-url]: https://www.npmjs.com/package/statistics