WLJS LogoWLJS Notebook

BiweightLocation

BiweightLocation[list] gives the value of the biweight location estimator of the elements in list.

BiweightLocation[list, c] gives the value of the biweight location estimator with scaling parameter c.

Examples

Robust location estimate:

BiweightLocation[{1, 2, 3, 4, 100}]

Compare with median:

{BiweightLocation[{1, 2, 3, 4, 100}], Median[{1, 2, 3, 4, 100}]}

Please visit the official Wolfram Language Reference for more details.

On this page