We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29183d6 commit b8b495fCopy full SHA for b8b495f
README.md
@@ -1,14 +1,14 @@
1
-# Percentile [](http://travis-ci.org/msn0/stats-mad)
+# median absolute deviation (MAD) [](http://travis-ci.org/msn0/stats-mad)
2
3
-> Calculate median absolute deviation (MAD)
+> Calculate median absolute deviation [MAD](https://en.wikipedia.org/wiki/Median_absolute_deviation)
4
5
## Installation
6
7
```sh
8
-npm install stats-mad
+→ npm i -save stats-mad
9
```
10
11
-## Example 1
+## Example
12
13
```js
14
const mad = require('stats-mad');
0 commit comments