What to do with biased estimators if we don't know the bias term?

In summary, when faced with biased estimators and lacking knowledge of the bias term, one can consider methods such as using unbiased estimators, applying regularization techniques, or employing bias-correction methods to mitigate the impact of bias. Another approach is to analyze the bias through simulation studies or bootstrap methods to better understand its behavior, enabling more informed decision-making. Additionally, one might aggregate multiple estimators to reduce overall bias or use the method of moments to estimate parameters while controlling for bias.
  • #1
fog37
1,569
108
TL;DR Summary
dealing with biased estimators
Hello,
I understand that we have a population of values. We don't know the parameters of this population. The parameters are numbers, each one describing the population in a collective sense. Examples of parameters are the mean, the median, the mode, the variance, skewness, kurtosis, etc.

We then take a single random sample and work with it to estimate the population parameters. For some parameters, the estimator we use to estimate the parameter itself is unbiased: it means that, on average, if we took many many samples, the average of the estimates, one from each sample, would end up being equal to the population parameter itself. That is great. The estimates, based on the CLM, will approximate a normal distribution centered at the population parameter....
  • What if the estimator we choose use to estimate a specific population parameter is "biased"? We always prefer for an estimator to be unbiased but I guess that is not always possible....Why not?
  • When an estimator is biased, the average of all the estimates (if we collected infinitely many) will not be equal to the parameter itself. The expectation value of estimate will be off by a fixed bias/constant term ##b## from the true population parameter. That would not be good! The sampling distribution of all the sample estimates will still tend to be normal. Conceptually, what do we if we don't know the bias term ##b##? Are there situations in which we would be able to know the magnitude of ##b##? Are there techniques we can use to figure ##b## out from the single random sample that we collected?
thank you!
 
Physics news on Phys.org
  • #2
fog37 said:
What if the estimator we choose use to estimate a specific population parameter is "biased"? We always prefer for an estimator to be unbiased but I guess that is not always possible....Why not?
It is not true that the unbiased estimator is always best. It depends on what the distribution, parameter, and use of the parameter are. See this example of the parameter of the Poisson distribution.
fog37 said:
  • When an estimator is biased, the average of all the estimates (if we collected infinitely many) will not be equal to the parameter itself. The expectation value of estimate will be off by a fixed bias/constant term ##b## from the true population parameter. That would not be good! The sampling distribution of all the sample estimates will still tend to be normal. Conceptually, what do we if we don't know the bias term ##b##? Are there situations in which we would be able to know the magnitude of ##b##? Are there techniques we can use to figure ##b## out from the single random sample that we collected?
It is illustrative to consider the equation for the sample variance when the sample mean, ##\bar X##, is used rather than the true population mean, ##\mu##:
##\sum {(x_i - \bar X)}/(n-1)##
IMO, the natural first guess would be to divide by ##n## rather than by ##(n-1)##. But that is a biased estimator. Using the estimated mean, ##\bar X##, rather than the true population mean, ##\mu##, gives a smaller summation because ##\bar X## tends to be closer to the majority of the sample than ##\mu## is. Luckily, dividing by ##(n-1)## gives an unbiased estimator.
In other situations, I think that the best thing to do about a bias depends on the distribution, the parameter, and your intended use of the parameter.
 
  • Like
Likes fog37

FAQ: What to do with biased estimators if we don't know the bias term?

How can we identify if an estimator is biased without knowing the bias term?

Identifying bias without knowing the exact bias term can be challenging. One common method is to use simulations or bootstrapping to compare the estimator’s average performance against the true parameter value. If the average deviates systematically, the estimator may be biased.

What techniques can be used to reduce bias in estimators?

Several techniques can help reduce bias, including using larger sample sizes, applying bias correction methods, and employing more sophisticated estimation techniques such as shrinkage estimators or Bayesian methods. Cross-validation can also help in assessing and reducing bias.

Can we still use biased estimators if we don't know the bias term?

Yes, biased estimators can still be used, especially if they have other desirable properties such as low variance or consistency. In some cases, biased estimators can be preferable if the bias is small and the estimator performs well in terms of mean squared error (MSE).

How can we estimate the bias of an estimator if the bias term is unknown?

One approach is to use resampling methods such as bootstrapping to estimate the bias. By repeatedly sampling from the data and calculating the estimator, we can approximate the bias by comparing the average of these estimates to the original estimator.

What impact does bias have on the reliability of statistical inference?

Bias can lead to systematic errors in parameter estimates, which can affect the reliability of statistical inference. It can result in confidence intervals that do not cover the true parameter value at the stated confidence level and p-values that do not accurately reflect the strength of evidence against null hypotheses. Therefore, understanding and addressing bias is crucial for reliable inference.

Similar threads

Replies
7
Views
2K
Replies
2
Views
1K
Replies
2
Views
2K
Replies
5
Views
2K
Replies
1
Views
899
Replies
5
Views
2K
Replies
2
Views
1K
Back
Top