Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Confidence interval for uniform

Writer Mia Lopez
$\begingroup$

A random variable is uniformly distributed over $(0,\theta)$. The maximum of a random sample of $n$, call $y_n$ is sufficient for $\theta$ and it is also the maximum likelihood estimator. Show also that a $100\gamma\%$ confidence interval for $\theta$ is $(y_n, y_n /(1 − \gamma )^{1/n})$.

Could anyone tell me how to deal with this problem? Do I have to use the central limit theorem?

$\endgroup$ 4

1 Answer

$\begingroup$

You need to show that$$ \Pr\left(y_n<\theta<\frac{y_n}{(1-\gamma)^{1/n}}\right) = \gamma. $$Since $y_n$ is necessarily always less than $\theta$, this probability is the same as\begin{align} & \Pr\left(\theta<\frac{y_n}{(1-\gamma)^{1/n}}\right) \\ = {} & \Pr\left( \theta(1-\gamma)^{1/n} < y_n\right) \\ = {} & 1-\Pr\left( y_n < \theta(1-\gamma)^{1/n} \right). \end{align}

Notice that\begin{align} & \Pr(y_n < c) = \Pr(\text{All $n$ observations}<c) \\ = {} & \Big( \Pr(\text{A single observation}<c) \Big)^n = \left( \frac c\theta \right)^n. \end{align}Apply this last sequence of equalities with $\theta(1-\gamma)^{1/n}$ in place of $c$.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy