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

/stats-mad/

    Package Sidebar

    Install

    npm i stats-mad

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • michal.jezierski