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.

Suppose that the random variables $Y_1, ..., Y_n$, satisfy $Y_i = \beta \cdot x_i + \epsilon_i$ for $i = 1,...,n$ where $\beta$ is a constant, $x_1,...,x_n$, are constants, and $\epsilon_1,...,\epsilon_n$, are independent and identically distributed random variables with $\epsilon_i \sim N(0,\sigma^2)$, where $\sigma^2$ is a known constant.

(a) Determine the exact distribution of $Y_i$.

(b) Find the maximum likelihood estimator $\hat{\beta}$ of $\beta$ and show that it is an unbiased estimator of $\beta$.

(c) Determine the exact distribution of $\hat{\beta}$.

share|improve this question
2  
Please consider formatting your question in a more neat manner. Your title is atrocious! See the advanced markdown help, including how to use latex to format mathematical notation in your question. – Andy W May 29 '12 at 2:44
Joytee, Please indicate what attempts you have made at this problem and where you might need some assistance. – whuber May 29 '12 at 13:54

1 Answer

Since $Y$ is the sum of a constant and a normal random variable it has an normal distribution figure out its mean and variance. Write down the likelihood function set the partial derviative of it with respect to $\beta$ to $0$ and solve for $\beta$. Once you have the formula for the estimate of $\beta$ you should be able to figure out its distribution and determine its mean. If the mean turns out to be $\beta$ it is unbiased. I am suggesting to do 3 first and then 2 but it probably can be done either way.

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.