Types of finite-sample consistency with the standard deviation
Let us say we have a robust dispersion estimator
There are various ways to estimate the standard deviation.
Let us consider a sample of random variables
Using this definition, we can get an unbiased estimator for the population variance:
When we define finite-sample bias-correction factors for a robust standard deviation replacement, we should choose which kind of consistency we need. In this post, I briefly explore available options.
Types of consistency
We can consider three following types of consistency
- Type A: Consistency with the population standard deviation.
- Type B: Consistency with the population variance.
- Type C: Consistency with the sample standard deviation.
Typically, scientific papers use Type A and provide bias-correction factors to make an estimator consistent
with the population standard deviation.
If consistency with the population variance is more important, Type B may be used.
However, both of these options do not provide consistency with
Case study
To illustrate the difference between different types of consistency,
we consider an example for
Let’s simulate multiple samples of size
And here is the summary table that shows the difference between different types of consistency:
Estimator | Factor | ||
---|---|---|---|
SD | NA | 0.9213177 | 1 |
(A) MAD | 2.016814 | 1 | 1.329097 |
(B) MAD | 1.753380 | 0.8699103 | 1 |
(C) MAD | 1.857393 | 0.9213177 | 1.127282 |
Note that