Let $X_1, X_2, \ldots, X_n$ be a random sample of a Pareto random variable:
$$
f_X(x)=k \frac{\theta^k}{x^{k+1}} \quad \text { for } \theta \leq x
$$
with $k=2.5$. Consider the estimator for $\theta$ :
$$
\hat{\Theta}=\min \left\{X_1, X_2, \ldots X_n\right\}
$$
(a) Show that $\hat{\Theta}$ is a biased estimator and find the bias.
(b) Find the mean squared error of $\hat{\Theta}$.
(c) Determine whether $\hat{\Theta}$ is a consistent estimator.
(d) Use Octave to generate 1000 samples of the Pareto random variable. Update the estimator value every 50 samples. Can you discern the bias of the estimator?
(e) Repeat part d with $k=1.5$. What changes?