# statistics **Repository Path**: mirrors_mljs/statistics ## Basic Information - **Project Name**: statistics - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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