Hacker News new | ask | show | jobs
by verygoodname 1784 days ago
You can use "maximum entropy" arguments to convince yourself or others that a Gaussian distributional assumption is the best (e.g. if the only thing you know is that your distribution has support over ]-inf,+inf[ and that its variance is bounded, the maximum entropy distribution is a Gaussian) and, in such a case, the sample arithmetic mean will give you the maximum likelihood estimate of the population "location" parameter (and, yes, along with variance, it will contain all required information to perfectly summarize your sample, since these are sufficient statistics, under a Gaussian assumption).

TL;DR: If you can safely assume additiveness/normality, then... yes, mostly. Otherwise, not necessarily.

1 comments

I assume not only physicists have the rule: never trust a scalar or statistic unless you can also see the distribution (histogram) behind it.