| New Reply |
Confidence limits for the inverse of an estimated value |
Share Thread | Thread Tools |
| Jul2-12, 01:55 PM | #35 |
|
Recognitions:
|
Confidence limits for the inverse of an estimated valueIn that spirit, I'll ask about the technical definition of a "shortest possible" confidence interval. Suppose we have some algorithm that takes the sample data and computes an interval and the algorithm has the property that there is a 95% chance that the population parameter we are estimating is in that interval. There is no requirement that all the intervals the algorithm produces have the same length. Only If we take particular sample data do we get an interval of a particular length and (from the frequentist point of view) we don't know that there is a 95% chance that the population parameter is in that particular interval. If I am comparing two such algorithms, I can compare the expected lengths of the intervals they produce. As I interpret your statement, it refers to expected lengths of confidence intervals. Is that correct? |
| Jul2-12, 02:54 PM | #36 |
|
Recognitions:
|
How to treat the C(t) data is an interesting question. I looked at the data on the web and the higher resolution data is (of course) wavy. So what will C(n) be? I suppose you could set it to be the moving average taken over a year's time prior to year n. [tex] - \lambda = \frac{\frac{dC}{dt}-Fa}{C(t)} [/tex] We can reduce the data [tex] T_i= \frac{C(i)}{Fa_i - \frac{dC(i)}{dt}} [/tex] A statistical concern is that the [itex] T_i [/itex] and [itex]T_{i+1} [/itex] are not independent random samples since computing the values of [itex] \frac{dC(i+1)}{dt} [/itex] and [itex] \frac{dC(i)}{dt} [/itex] both involve using the datum [itex] C(i) [/itex]. I wonder if Calvadosser's method of using regression cleverly takes care that concern. |
| Jul2-12, 03:30 PM | #37 |
|
|
Hi All,
Would you mind to answer a question? Being OK: The OP's procedure is absolutely fine. Not OK: The OP's procedure is either wrong or misses so further analysis. IDK: I don't know / I am not sure. Where would you situate yourself? Also, could you tell about your background? I think this would help to situate the thread's audience. For instance, in my case it would be: OK | viraltux | Statistician / CS |
| Jul2-12, 04:26 PM | #38 |
|
|
I was using C(t)-C(t-1) because that then covered the same time interval as Fa(t). Maybe I can use 1/2(Fa(t+1)+Fa(t-1)) to match up with 1/2 (C(t+1)-C(t-1)). I'll think it through. |
| Jul3-12, 02:28 AM | #39 |
|
Recognitions:
|
If [itex]\lambda[/itex] is the true and unknown parameter value and [itex] \hat{\lambda}[/itex] it's maximum likelihood estimate, furthermore [itex]\hat{\sigma}[/itex] it's estimated variance. Then the two sided CI's are [itex]\lambda_{u/l}=\hat{\lambda}\pm z \hat{\sigma}[/itex] were z is the quantile of the normal distribution corresponding to a given strength [itex]\alpha[/itex]. On the mean this interval will be of length [itex] 2z\sigma[/itex] which is the shortest possible interval which covers [itex] 1-\alpha[/itex] of the normal distribution. Now if you are interested not in [itex]\lambda[/itex] but in [itex]1/\lambda[/itex], then the transformed CI's [itex] 1/\lambda_{u/l}[/itex] do not span the shortest interval. This can be seen as follows. By error propagation (or delta method, as statisticians tend to call it), [itex] \hat{\sigma}_{1/\lambda}=1/\hat{\lambda}^2 \hat{\sigma}_\lambda[/itex]. Hence the shortest CI's (on the mean) for [itex] 1/\lambda[/itex] are [itex]1/\hat{\lambda}\pm z \hat{\sigma}_{1/\lambda}[/itex] which does not coincide with the transformed CI's of [itex]\lambda[/itex]. |
| New Reply |
| Thread Tools | |
Similar Threads for: Confidence limits for the inverse of an estimated value
|
||||
| Thread | Forum | Replies | ||
| How to find equations for confidence limits in Poisson distribution? | Calculus & Beyond Homework | 0 | ||
| Confidence interval for estimated mean of (discrete) uniform distribution | Set Theory, Logic, Probability, Statistics | 9 | ||
| Confidence in estimated parameters | Set Theory, Logic, Probability, Statistics | 9 | ||
| Confidence limits of expected odds | Precalculus Mathematics Homework | 2 | ||
| How to calculate confidence limits in bernoulli trials with only one outcome. | Set Theory, Logic, Probability, Statistics | 1 | ||