- #36
Stephen Tashi
Science Advisor
- 7,861
- 1,600
mfb said:I would use the approximation dC/dt = 1/2 (C(t+1)-C(t-1)), but chances are good that it does not change much (something you can add as cross-check).
And there are quite a variety of additional mathematical refinements that could be introduced. Real world problems can be modeled different sets of mathematical assumptions and the only way that people get confident about their answers is to work them many different ways using a variety of different assumptions and get roughly the same answer everytime. (I've observed that this is particularly true in bureacracies. Most managers don't work by trying to pick the best answers. They force analysts to solve problems many different ways and they pick the answer that comes up most often.) Calvadosser must let us know if he's interested in fancier math.
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]
This gives you a direct estimate for λ
and if you take the inverse value you get a direct estimate for T in each year. If your values do not have individual (and different) errors, the arithmetric average should be the best way to estimate your value.
From
[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.