M BUZZ CRAZE NEWS
// general

What is the Fisher information for a Uniform distribution?

By Gabriel Cooper
$\begingroup$

If X is U[$0$,$\theta$], then the likelihood is given by $f(X,\theta) = \dfrac{1}{\theta}\mathbb{1}\{0\leq x \leq \theta\}$. The definition of Fisher information is $I(\theta) = \mathbb{E} \left[ \left(\dfrac{d \log(f(X,\theta))}{d\theta} \right)^2 \right]$. How can this be calculated when $\log f(X,\theta) $ is not defined for $\theta < X$? I understand that we also have $f(X,\theta) = 0$ for $\theta < X$ but can we ignore this when taking the expectation? If so, why?

$\endgroup$ 5

1 Answer

$\begingroup$

it is $n^2/\theta$.

We get this from calculating the log-likelihood first which is $-n \log(\theta)$, then taking its derivative, we will get $\frac{-n}{\theta}$. squaring it and take its expectations we will have $\frac{n^2}{\theta^2}$

$\endgroup$ 5

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