Voilstone said:
Thanks , i am still new here .
since unbiased estimator = mean/paramete , we want it to be close to the mean for what purposes ??
The estimator is a function of a sample. Since each observation in the sample comes from the same distribution, we consider each observation to be the realization of a random variable that corresponds to the true distribution. We also consider that each observation is independent: this simplifies many things like variance because independent samples have no covariance terms which means we can add variances very easily (You will see results like this later).
So our estimator is a random variable that is a function of other random variables. Now our estimator random variable is the actual distribution for the parameter we are estimating.
When you start off, we look at estimating things like means and variances, but we can create estimators that are really complicated if we want to: it uses the same idea as the mean and the variance but it measures something else of interest.
But with regards to unbiasedness, if our estimator was unbiased, then if we used statistical theory, we may not get the right intervals for the actual parameter.
Just think about if you had an estimator, and you did a 95% confidence interval that was really unbiased (lets say five standard deviations away from estimator mean): it wouldn't be useful using that estimator would it? Might as well not use an estimator at all if that is all you had.
So yeah in response to being close to the parameter, yes that is what we want. We want the mean for the estimator random variable to be the same, and to be the parameter of interest no matter what the sample is and no matter how big the sample is.