For my statistics homework:
Let $X_1 , \dots X_n$ be a sample of independent, identically distributed random variables, with density: $$ f_{\theta}(x)= \left\{ \begin{array}{l} \frac{2}{3\theta}\left( 1- \frac{x}{3\theta} \right)\ \ \ \ \ \ \text{ if }0 < x<3\theta \\ 0\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \text{ else } \end{array} \right. $$ Let $\hat{\theta}=\bar{X}$ be an estimate of $\theta$.
Question: (i) is $\hat{\theta}$ unbiased?
(ii) is $\hat{\theta}$ consistent?
(iii) is $\hat{\theta}$ sufficient?
(iv) why doesn't the Cramer-Rao lower bound apply?
Answer: (i) To determine if $\hat{\theta}$ is unbiased we check that $E(\hat{\theta}) = \theta$ for all $\theta$: $$E(\hat{\theta}) = \int\limits_{0}^{3\theta} x \frac{2}{3\theta}\left( 1- \frac{x}{3\theta} \right)dx = \int\limits_{0}^{3\theta} \left(\frac{2x}{3\theta} - \frac{2x^2}{9\theta ^2} \right)dx = \left[ \frac{x ^2}{3\theta} - \frac{2x^3}{27 \theta^2} \right]_{x=0}^{x=3\theta} = \left( \frac{9\theta^2}{3\theta} - \frac{54\theta^3}{27\theta^2} \right)=\theta $$ Thus $\hat{\theta}$ is an unbiased estimator of $\theta$.
(iv) The support (domain for which $f_{\theta}>0$ is dependent on $\theta$ thus the regularity conditions are not met and the Cramer-Rao lower bound on does not necessarily apply.
For (ii) and (iii) I can't really get started. The definition of consistent and sufficient are not really clear enough to me so I get confused. if anyone could help me with a tip or a start in the right direction that would be great! Thanks!