stats-mad

1.0.0 • Public • Published

median absolute deviation (MAD) Build Status

Calculate median absolute deviation MAD

Installation

→ npm i -save stats-mad

Example

const mad = require('stats-mad');
 
mad([1, 1, 2, 2, 4, 6, 9]); // → 1

More info

See Media Absolute Deviation

License

MIT © Michał Jezierski

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    11

Package Sidebar

Install

npm i stats-mad

Weekly Downloads

11

Version

1.0.0

License

MIT

Last publish

Collaborators

  • michal.jezierski