Skip to content

Commit

Permalink
Merge pull request #94 from fyockm/patch-1
Browse files Browse the repository at this point in the history
Add wiki link for MAD
  • Loading branch information
tmcw committed May 31, 2015
2 parents 9376210 + 6654b55 commit e89b009
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -49,9 +49,7 @@ is returned.

### .median_absolute_deviation(x)

The Median Absolute Deviation (MAD) is a robust measure of statistical
dispersion. It is more resilient to outliers than the standard deviation.
Accepts a single-dimensional array of numbers and returns a dispersion value.
[Median Absolute Deviation (MAD)](http://en.wikipedia.org/wiki/Median_absolute_deviation) is a robust measure of statistical dispersion. It is more resilient to outliers than the standard deviation. Accepts a single-dimensional array of numbers and returns a dispersion value.

Also aliased to `.mad(x)` for brevity.

Expand Down

0 comments on commit e89b009

Please sign in to comment.