Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I have the pdf

$$f(y ; \theta) = \frac{1}{\theta} \exp( \frac{-y}{\theta}), \ y > 0$$

and I'm supposed to determine if the following two estimators are unbiased or not: $ \hat \theta = nY_{min} $ and $ \hat \theta = \frac{1}{n}\sum_{i=1}^n Y_i $. I'm running into some problems because when I try to find the expected value of $ Y_{min} $ and $ Y_i $, the integral is undefined.

share|improve this question

2 Answers

up vote 1 down vote accepted

Please see the following Wikipedia article and it shows that both the integral exist. Also, if you look lower in the article, you will also see that both the estimators are unbiased.

$Y_{min}$ is also exponentially distributed with mean parameter $\frac {\theta} {n}$

Therefore, $E[nY_{min}]=n\times\frac {\theta} {n} = \theta$. Similarly, $E[\frac{1}{n}\sum_{i=1}^n Y_i] = \frac{n \theta}{n}=\theta$

I am sure both the integrals exists

share|improve this answer
Ya, realized what I was doing. Missed that whole exponential thing. Thanks. – tshauck Feb 9 '11 at 4:28

The fact that the sample mean is an unbiased estimator is obtained combining these two facts: 1. The sample mean is an unbiased estimator of the population mean 2. The population mean is equal to theta

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.