Find Exact Confidence Intervals: Tips & Techniques

  • Context: Graduate 
  • Thread starter Thread starter logarithmic
  • Start date Start date
  • Tags Tags
    intervals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
logarithmic
Messages
103
Reaction score
0
Does anyone know how to find exact confidence intervals? I've looked through textbooks, but they only find approximate CIs using the assumption that [tex]\frac{\hat{\theta}-\theta}{se(\hat\theta)}}\rightarrow Z.[/tex]

So given a estimator, [tex]\hat\theta[/tex] do I have to find an exact distrubution for the above expression first. And is there any nice way to do this?
 
Physics news on Phys.org
logarithmic said:
[tex]\frac{\hat{\theta}-\theta}{se(\hat\theta)}}\rightarrow Z.[/tex]
This result is by CLT depending on certain conditions.
Of course exact CI's are available. This depends on distribution of the statistic. Example:
x1,x2,...,xn is a sample from N(mu,sigma). Sigma known. Exact CI for mu can be easily found (available in most of textbooks of appropriate standard).
 
ssd said:
This result is by CLT depending on certain conditions.
Of course exact CI's are available. This depends on distribution of the statistic. Example:
x1,x2,...,xn is a sample from N(mu,sigma). Sigma known. Exact CI for mu can be easily found (available in most of textbooks of appropriate standard).

Yeah, I'm aware of that. Your example relies on the fact that you know exactly the distribution of the expression above, which is normal. But what if you can't find that easily, e.g. if your X_i's are from an exponential distribution.
 
logarithmic said:
Yeah, I'm aware of that. Your example relies on the fact that you know exactly the distribution of the expression above, which is normal. But what if you can't find that easily, e.g. if your X_i's are from an exponential distribution.

Your question does not appear very specific to me. Of course one needs to know the distribution of the statistic. There is no unique or universal way to find distributions of all statistics from all distributions. If the distribution cannot be enumerated then one tries large sample approximations or numerical simulation.