# very-simple-statistics

> few functions that applies statistical formulaes

Latest version **1.0.3** (published 2015-06-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install very-simple-statistics
pnpm add very-simple-statistics
yarn add very-simple-statistics
bun add very-simple-statistics
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2015-06-25 |
| First published | 2015-06-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | sum114 |
| Maintainers | sum114 |
| Keywords | statistics |

## Links

- npm: https://www.npmjs.com/package/very-simple-statistics
- Repository: https://github.com/sumanla13a/statistics-module
- Issues: https://github.com/sumanla13a/statistics-module/issues
- npm.io page: https://npm.io/package/very-simple-statistics

## Recent versions

- 1.0.3 (latest) — 2015-06-25
- 1.0.2 — 2015-06-25
- 1.0.1 — 2015-06-25
- 1.0.0 — 2015-06-17

## README

# statistics-module
It has function to calculate statistics of a single dimensional array


stat.sum(array)

stat.min(array)

stat.max(array)

stat.product(array)

stat.mean(array)

stat.geometricMean(array)

stat.harmonicMean(array)

stat.median(array)

stat.mode(array)

stat.variance(array)

stat.standardDeviation(array)

stat.meanAbsoluteDeviation(array)

stat.medianAbsoluteDeviation(array)

stat.quantile(array, order); //order is the order of the quartile, if not passed it will be 4 i.e quartile

---
_Source: https://npm.io/package/very-simple-statistics · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
