msn0 / stats-mad

Calculate Median Absolute Deviation (MAD)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Calculate Median Absolute Deviation (MAD)


Languages

Language:JavaScript 100.0%