0

If sample standard deviation is biased, why do we use it in typical mean tests?

Why do we not use an unbiased estimator by dividing the sample standard deviation by C4?

Richard Hardy
  • 54,375
  • 10
  • 95
  • 219
Nip
  • 527
  • 3
  • 9

1 Answers1

3

Some reasons (in no particular order):

  1. Not all variables are normal. Dividing the empirical standard deviation by C4 makes the estimator unbiased under the assumption of normality but not necessarily in other cases.
  2. Unbiased estimators are not necessarily precise. E.g. they may have high variance and thus high mean squared error.
  3. "Typical mean tests" have well known properties, and the distributions of test statistics under the null (and even under some alternatives) are easy to work with.
Richard Hardy
  • 54,375
  • 10
  • 95
  • 219