Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simplestatistics/src/median_absolute_deviation.js

simple statistics for node & browser javascript
Go to Latest
import * as simplestatistics from "https://deno.land/x/simplestatistics@v7.8.0/src/median_absolute_deviation.js";

Functions

The Median Absolute Deviation is a robust measure of statistical dispersion. It is more resilient to outliers than the standard deviation.