1.1.0 • Published 1 year ago

the-missing-value v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

the-missing-value

Project Description

A library for performing descriptive statistics with optional handling of missing values

Installation

npm install the-missing-value

Using the Library

Require the library

const statistics = require('the-missing-value.js');

or destructure the necessary functions

const { mean, stDev } = require('the-missing-value.js');

Functions currently included:

  • count
  • minimum
  • maximum
  • mean
  • stDev
  • sum
  • quantile
  • median
  • interquartileRange

License

MIT license