Hacker News new | past | comments | ask | show | jobs | submit login

In what field do you work that the median absolute deviation is used at all, let alone more than the mean absolute deviation?

When he talked about mean absolute deviation being sqrt(pi/2) sigma did that not make it abundantly clear what he was discussing?

>No squaring, no square root. Sounds more like a geometric mean

Do you even know what the geometric mean is? (It has a root function so your statement just sounds stupid)

Dispersion functions are built off the distance function under the metric you want to use. Standard deviation uses the L2 metric, which implies a euclidean distance function. (L2 corresponds to summing pow(u-x,2) and pow(sum,-2) as your functions)

Mean absolute deviation takes the L1 metric, which implies pow(1) and pow(-1). This becomes summing pow(abs(u-x),1) and then pow(sum,-1), which, needless to say is the same thing as averaging the absolute differences.

Hence the lack of any squaring or square rooting




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: