<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Famiglietti Strikes Again</title>
	<atom:link href="http://climateaudit.org/2006/07/03/famiglietti-strikes-again/feed/" rel="self" type="application/rss+xml" />
	<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/</link>
	<description>by Steve McIntyre</description>
	<lastBuildDate>Fri, 24 May 2013 15:59:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: John Creighton</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54760</link>
		<dc:creator><![CDATA[John Creighton]]></dc:creator>
		<pubDate>Wed, 26 Jul 2006 18:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54760</guid>
		<description><![CDATA[I was thinking how burger talked about principle component analyses as least squares by whitening the parameters you are trying to estimate.  Clearly if the drivers are nearly collinear you have a problem. In a way principle component analysis helps as it orthoginilizes your drivers and although Steve mentioned the PCA is equivalent to least mean squares via the singular value based pseudo inverse this does not address the fact about the sensitivity of least mean squares to noise that correlates with the common signal of two nearly collinear drivers (e.g co2 and solar).

Usually in least mean squares you want to whiten the model error. I would like to suggest that it may be better to only whiten the parts of the spectrum that do not contain a common driver signal. It may be better to suppress the parts of a spectrum containing a common driver signal. This way although less information will be available at least the estimate will be less sensitive to assumptions about the model error (noise).]]></description>
		<content:encoded><![CDATA[<p>I was thinking how burger talked about principle component analyses as least squares by whitening the parameters you are trying to estimate.  Clearly if the drivers are nearly collinear you have a problem. In a way principle component analysis helps as it orthoginilizes your drivers and although Steve mentioned the PCA is equivalent to least mean squares via the singular value based pseudo inverse this does not address the fact about the sensitivity of least mean squares to noise that correlates with the common signal of two nearly collinear drivers (e.g co2 and solar).</p>
<p>Usually in least mean squares you want to whiten the model error. I would like to suggest that it may be better to only whiten the parts of the spectrum that do not contain a common driver signal. It may be better to suppress the parts of a spectrum containing a common driver signal. This way although less information will be available at least the estimate will be less sensitive to assumptions about the model error (noise).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Creighton</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54759</link>
		<dc:creator><![CDATA[John Creighton]]></dc:creator>
		<pubDate>Tue, 25 Jul 2006 01:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54759</guid>
		<description><![CDATA[I was thinking more about modeling tree growth and how after a certain age tree growth changes approximately linearly with age. There are two models that came to mind. The first is a forced auto regressive model. In this type of model tree growth linearly decreases with time and there is no &quot;getting back to normal&quot;

w(k+1)=w(k) - k //w(k+1)&gt;0
w(k+1)=0 otherwise

The second is a moving equilibrium
w(k+1)=alpha w(x) +(1-alpha) w_typical(k)

 In the second model the constant alpha is between zero an one and governs how long the tree takes to get back to normal. w_typical(k) is the typical growth rate for a tree at age k. The time constant is defined as the k such that (alpha)^(k)=alpha/e and is a good measure of the time a tree takes to get back to normal. The first model is a long memory process. Wagmann suggested that trees may be best modeled by long memory processes. In both models the inputs can be dealt with by a moving average component. Short term effects can be introduced into the first model by cancellation. For instance:

w(k+1)=w(k) - k  + u(k) - u(k-1) //w(k+1)&gt;0

where u is an input. So we notice that even though the model has infinite memory with respect to it&#039;s state it is possible to choose the moving average part so no inputs are remembered. We can combine the two models as well to give a long term memory part and a short term memory part as follows:

w1(k+1)=w1(k) - k //w1(k+1)&gt;0
w2(k+1)=alpha w2(x) +(1-alpha) w_typical(k)
w(k+1)=k1 w1+ k2 w2 (k+1)

As I mentioned in my previous post death can be dealt with though multiplication. If we multiply by the previous state this gives us an exponential decay in tree growth. Since we know tree growth is nearly linear a model that gives an exponential decay in growth is not a good choice. An alternative is to multiply by a factor of the form:

(w(k)/w_max)^(1/n)

where w_max is the maxium possible tree growth.  This way the factor is very close to one and does not dominate the difference equation unless the previous growing season was really bad like in the case that the tree died.]]></description>
		<content:encoded><![CDATA[<p>I was thinking more about modeling tree growth and how after a certain age tree growth changes approximately linearly with age. There are two models that came to mind. The first is a forced auto regressive model. In this type of model tree growth linearly decreases with time and there is no &#8220;getting back to normal&#8221;</p>
<p>w(k+1)=w(k) &#8211; k //w(k+1)&gt;0<br />
w(k+1)=0 otherwise</p>
<p>The second is a moving equilibrium<br />
w(k+1)=alpha w(x) +(1-alpha) w_typical(k)</p>
<p> In the second model the constant alpha is between zero an one and governs how long the tree takes to get back to normal. w_typical(k) is the typical growth rate for a tree at age k. The time constant is defined as the k such that (alpha)^(k)=alpha/e and is a good measure of the time a tree takes to get back to normal. The first model is a long memory process. Wagmann suggested that trees may be best modeled by long memory processes. In both models the inputs can be dealt with by a moving average component. Short term effects can be introduced into the first model by cancellation. For instance:</p>
<p>w(k+1)=w(k) &#8211; k  + u(k) &#8211; u(k-1) //w(k+1)&gt;0</p>
<p>where u is an input. So we notice that even though the model has infinite memory with respect to it&#8217;s state it is possible to choose the moving average part so no inputs are remembered. We can combine the two models as well to give a long term memory part and a short term memory part as follows:</p>
<p>w1(k+1)=w1(k) &#8211; k //w1(k+1)&gt;0<br />
w2(k+1)=alpha w2(x) +(1-alpha) w_typical(k)<br />
w(k+1)=k1 w1+ k2 w2 (k+1)</p>
<p>As I mentioned in my previous post death can be dealt with though multiplication. If we multiply by the previous state this gives us an exponential decay in tree growth. Since we know tree growth is nearly linear a model that gives an exponential decay in growth is not a good choice. An alternative is to multiply by a factor of the form:</p>
<p>(w(k)/w_max)^(1/n)</p>
<p>where w_max is the maxium possible tree growth.  This way the factor is very close to one and does not dominate the difference equation unless the previous growing season was really bad like in the case that the tree died.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TCO</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54758</link>
		<dc:creator><![CDATA[TCO]]></dc:creator>
		<pubDate>Mon, 24 Jul 2006 04:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54758</guid>
		<description><![CDATA[I like having you on the site, Bender.]]></description>
		<content:encoded><![CDATA[<p>I like having you on the site, Bender.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bender</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54757</link>
		<dc:creator><![CDATA[bender]]></dc:creator>
		<pubDate>Mon, 24 Jul 2006 03:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54757</guid>
		<description><![CDATA[Re #32
I was not referring to Steve&#039;s approach as &lt;em&gt;ad hoc&lt;/em&gt; but the blog&#039;s collective approach (if that even makes sense). Still, I see your point. I can only judge by what I see published or blogged, and these additional comments prove there&#039;s quite a bit going on &#039;on the side&#039;. Also, it&#039;s a pretty subjective term prone to misinterpretation, and that&#039;s not helpful either. Hopefully the comments to come (after a few days&#039; worth of reading) will be more helpful.]]></description>
		<content:encoded><![CDATA[<p>Re #32<br />
I was not referring to Steve&#8217;s approach as <em>ad hoc</em> but the blog&#8217;s collective approach (if that even makes sense). Still, I see your point. I can only judge by what I see published or blogged, and these additional comments prove there&#8217;s quite a bit going on &#8216;on the side&#8217;. Also, it&#8217;s a pretty subjective term prone to misinterpretation, and that&#8217;s not helpful either. Hopefully the comments to come (after a few days&#8217; worth of reading) will be more helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Creighton</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54756</link>
		<dc:creator><![CDATA[John Creighton]]></dc:creator>
		<pubDate>Mon, 24 Jul 2006 03:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54756</guid>
		<description><![CDATA[#30 I am interested in past temperature reconstructions but my first question are with regards to how the drivers effect temperature and what are the certainties in our estimates of the correlations. I am interested in what is the optimal way to estimate these correlations given no aprori information on the noise and I am interested in the best way to test the robustness of these methods.

Once we figure out how to best determine that with the instrumental data we will be in that much better a position to figure out how to construct past temperatures. As for what kind of model to use for reconstructing past data it would depend on the proxy. It would be necessary to consider a Varity of models to see what works and for some proxies like tree ring nonlinearities are essential to include in the model. A tree wring model may look as follows:

W(k*dt)=sum(aj * si ((k-j) dt))* W((k-1)*dt)
sj=(1-((T((k-j) dt))-Topt)/Tw)^2)*log(c) for T-Topt&gt;0
0 otherwise

si      the quality of the growing conditions
Topt is the optimal temperature
Tw   the temperature difference from optimal conditions at which the tree doesn&#039;t grow
K      the time index
dt     the width of the time step.
W(k*dt) is the width of the tree ring at time k*dt
C    is the partial preassure of carbon dioxide

The model I am suggestion is that tree width growth is a moving average model of the quality of the annual growing conditions which I define by the function sj but I include an auto regressive part in a unusual way. The auto regressive part is multiplied by the moving average part instead of added to it. This is interesting because the model is such that if the tree doesn&#039;t grow the previous year it won&#039;t grow the next year. Moreover it models the decrease of growth of a tree with respect to age. If I want to include more auto regressive terms I might do it as follows:

W(k*dt)=sum(sum(a_{j,n} * si ((k-j) dt))* prod(W((k-n)*dt))^(1/n)

So what we are now doing is considering various orders of geometric averages of past growing years. This is interesting because each of the geometric averages are such that if the tree didn&#039;t grow at all in the past year the geometric average will be zero. Thus we are considering past growth in such a way to model the fact that trees die.

The other part which I didn&#039;t mention is the non station aspects. This can be done by treating the nonlinear parameters we identify as stats with noise as the input. For example a random walk. Since trees are probably quite non stationary the low frequency data like pollen and boar holes will probably contribute the most information to past climate well the tree rings may help fill in the missing high frequency information.]]></description>
		<content:encoded><![CDATA[<p>#30 I am interested in past temperature reconstructions but my first question are with regards to how the drivers effect temperature and what are the certainties in our estimates of the correlations. I am interested in what is the optimal way to estimate these correlations given no aprori information on the noise and I am interested in the best way to test the robustness of these methods.</p>
<p>Once we figure out how to best determine that with the instrumental data we will be in that much better a position to figure out how to construct past temperatures. As for what kind of model to use for reconstructing past data it would depend on the proxy. It would be necessary to consider a Varity of models to see what works and for some proxies like tree ring nonlinearities are essential to include in the model. A tree wring model may look as follows:</p>
<p>W(k*dt)=sum(aj * si ((k-j) dt))* W((k-1)*dt)<br />
sj=(1-((T((k-j) dt))-Topt)/Tw)^2)*log(c) for T-Topt&gt;0<br />
0 otherwise</p>
<p>si      the quality of the growing conditions<br />
Topt is the optimal temperature<br />
Tw   the temperature difference from optimal conditions at which the tree doesn&#8217;t grow<br />
K      the time index<br />
dt     the width of the time step.<br />
W(k*dt) is the width of the tree ring at time k*dt<br />
C    is the partial preassure of carbon dioxide</p>
<p>The model I am suggestion is that tree width growth is a moving average model of the quality of the annual growing conditions which I define by the function sj but I include an auto regressive part in a unusual way. The auto regressive part is multiplied by the moving average part instead of added to it. This is interesting because the model is such that if the tree doesn&#8217;t grow the previous year it won&#8217;t grow the next year. Moreover it models the decrease of growth of a tree with respect to age. If I want to include more auto regressive terms I might do it as follows:</p>
<p>W(k*dt)=sum(sum(a_{j,n} * si ((k-j) dt))* prod(W((k-n)*dt))^(1/n)</p>
<p>So what we are now doing is considering various orders of geometric averages of past growing years. This is interesting because each of the geometric averages are such that if the tree didn&#8217;t grow at all in the past year the geometric average will be zero. Thus we are considering past growth in such a way to model the fact that trees die.</p>
<p>The other part which I didn&#8217;t mention is the non station aspects. This can be done by treating the nonlinear parameters we identify as stats with noise as the input. For example a random walk. Since trees are probably quite non stationary the low frequency data like pollen and boar holes will probably contribute the most information to past climate well the tree rings may help fill in the missing high frequency information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TCO</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54755</link>
		<dc:creator><![CDATA[TCO]]></dc:creator>
		<pubDate>Mon, 24 Jul 2006 02:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54755</guid>
		<description><![CDATA[Bender:  I am predisposed to be sympathetic to the Burger paper, but I found the same faults that 2 of the reviewers did in terms of it making unsupported, unfocused claims (MWP elimination, broad class of reconstructions).  Also, I&#039;m not the only one who finds the paper frustrating in its writing.  And I&#039;ve read a lot of papers in a lot of fields.  I have some clue about how to lay out an argument clearly.   This is not that different if you are analyzing a business issue or the intricacies of Mannian statistics.  I&#039;m not blaming Burger for the linear algebra in the paper.  I have no problem with that.  Made no judgment on it.  Don&#039;t know enough to read it.  My issue is with the other parts of the paper.  It is NOT TOO MUCH to ask for skeptics to write clearly.  In fact it is VITAL.  How else are we supposed to hash things out and assess if their criticisms are valid, and how important they are?]]></description>
		<content:encoded><![CDATA[<p>Bender:  I am predisposed to be sympathetic to the Burger paper, but I found the same faults that 2 of the reviewers did in terms of it making unsupported, unfocused claims (MWP elimination, broad class of reconstructions).  Also, I&#8217;m not the only one who finds the paper frustrating in its writing.  And I&#8217;ve read a lot of papers in a lot of fields.  I have some clue about how to lay out an argument clearly.   This is not that different if you are analyzing a business issue or the intricacies of Mannian statistics.  I&#8217;m not blaming Burger for the linear algebra in the paper.  I have no problem with that.  Made no judgment on it.  Don&#8217;t know enough to read it.  My issue is with the other parts of the paper.  It is NOT TOO MUCH to ask for skeptics to write clearly.  In fact it is VITAL.  How else are we supposed to hash things out and assess if their criticisms are valid, and how important they are?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TCO</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54754</link>
		<dc:creator><![CDATA[TCO]]></dc:creator>
		<pubDate>Mon, 24 Jul 2006 02:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54754</guid>
		<description><![CDATA[29 (JC):  Yes, that would be an interesting experiment.  &quot;matching in autocorrelation&quot; is probably not a no-brainer.  Is it AR, ARMA, FARIMA, all spectrum, etc.  What exactly is a match.  Of course, you can still do the work.  Just need a little thinking about the model.  Maybe you even try a few different types (this gives you the understanding of interaction of method and form).  Like my desire for an understanding of method and shape.

30.  I wouldn&#039;t say that we NEED a PCA expert, in the sense that we (really Steve...ok...he does all the work and we kibbitz...unless you are going to start.)  I just think that it might help.  Totally agree on the time series expertise, Steve has mentioned it.  It is more of an issue then the PCA transforms.  Both consultants would be nice!  Steve is pretty good on his own, don&#039;t get me wrong.  But more smart heads will help.  That&#039;s just how things go.]]></description>
		<content:encoded><![CDATA[<p>29 (JC):  Yes, that would be an interesting experiment.  &#8220;matching in autocorrelation&#8221; is probably not a no-brainer.  Is it AR, ARMA, FARIMA, all spectrum, etc.  What exactly is a match.  Of course, you can still do the work.  Just need a little thinking about the model.  Maybe you even try a few different types (this gives you the understanding of interaction of method and form).  Like my desire for an understanding of method and shape.</p>
<p>30.  I wouldn&#8217;t say that we NEED a PCA expert, in the sense that we (really Steve&#8230;ok&#8230;he does all the work and we kibbitz&#8230;unless you are going to start.)  I just think that it might help.  Totally agree on the time series expertise, Steve has mentioned it.  It is more of an issue then the PCA transforms.  Both consultants would be nice!  Steve is pretty good on his own, don&#8217;t get me wrong.  But more smart heads will help.  That&#8217;s just how things go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Creighton</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54753</link>
		<dc:creator><![CDATA[John Creighton]]></dc:creator>
		<pubDate>Mon, 24 Jul 2006 00:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54753</guid>
		<description><![CDATA[#30 I think what Steve does isn&#039;t adhoc. Steve stays very objective and uses well established methods to highlight the weakness in the methods of MBH98 and other papers. Steve has been critical about the frequency that members of the hockey stick team use adhoc methods without first trying to establish the methods in a Journal.

There is a large body of academics which believe it is necessary to first toughly study a field before attempting to conjecture on the subject and apply ones deductive logic to reach their own concussions. For instance I have gotten the response before on a newsgroup on symbolic mathematics, if you don&#039;t have anything constructive to say don&#039;t say anything at all.

I however believe the deductive process used to arrive at the answer is as important as the answer. I think basic problem solving and brain storming skills are as important as the solution. If this wasn&#039;t the case why are mathematics students require to spend so much time at proving things which are already known. Understanding goes far beyond what is typically found enumerated in the average textbook. Memorization does not equal understanding.

The deductive process has many dead ends. Edison tried 100 times before inventing the light bulb. Not all dead ends are useless. For instance, one estimation procedure I recently attempted is to assume the signal is all noise then try to reduce the error in the prediction. That is minimize norm(E[(y-AX) (y-AX)&#039;]) with the assumption y is all noise. I thus assumed that the autocorrelation of the error y-AX was equal to the autocorrelation in y. I then applied weighted least mean squared to get an estimate of the singular values in the singular value based pseudo inverse and use the MATLAB routine fmin search to try to find the singular values which minimize:  (E[(y-AX) (y-AX)&#039;]) or more precisely minimize:

norm(P-P Phi&#039; A&#039;- A Phi P + A Phi P phi&#039; A&#039;)

Where P=E[(y-AX) (y-AX)&#039;]

And phi is the singular value base pseudo inverse. I ran the routine several times and my estimates appeared to converge. It seemed to fit the data quite well but not as well as the assumption that the error was independent and identically distributed. I then checked to see how norm(E[(y-AX) (y-AX)&#039;]) varied with each iteration and to my surprise it didn&#039;t change. The optimization routine was only finding local minimums due to round off error.

So what seems like a failed estimation routine reviles something seemingly obvious and surprisingly interesting. That is the noise in the residual E[(y-AX) (y-AX)&#039;] cannot be reduced by weighted least mean squares. All that happens is the uncertainty in the residual (Are Aproi information) is spread between the uncertainly in the measurement (P) and the uncertainty in the fit  (A Phi P phi&#039; A&#039;). Thus for weighted least mean squares the error bars that you get for the fit are equal to the error bars that you assume in the first place. Moreover the error bars in the parameters you are trying to estimate are based on the error bars assumed aprori for the fit. This is something I have not read in the discussion of weighted least mean squares but it clearly highlights the weakness in the method when the error is not known aprori&#039;]]></description>
		<content:encoded><![CDATA[<p>#30 I think what Steve does isn&#8217;t adhoc. Steve stays very objective and uses well established methods to highlight the weakness in the methods of MBH98 and other papers. Steve has been critical about the frequency that members of the hockey stick team use adhoc methods without first trying to establish the methods in a Journal.</p>
<p>There is a large body of academics which believe it is necessary to first toughly study a field before attempting to conjecture on the subject and apply ones deductive logic to reach their own concussions. For instance I have gotten the response before on a newsgroup on symbolic mathematics, if you don&#8217;t have anything constructive to say don&#8217;t say anything at all.</p>
<p>I however believe the deductive process used to arrive at the answer is as important as the answer. I think basic problem solving and brain storming skills are as important as the solution. If this wasn&#8217;t the case why are mathematics students require to spend so much time at proving things which are already known. Understanding goes far beyond what is typically found enumerated in the average textbook. Memorization does not equal understanding.</p>
<p>The deductive process has many dead ends. Edison tried 100 times before inventing the light bulb. Not all dead ends are useless. For instance, one estimation procedure I recently attempted is to assume the signal is all noise then try to reduce the error in the prediction. That is minimize norm(E[(y-AX) (y-AX)']) with the assumption y is all noise. I thus assumed that the autocorrelation of the error y-AX was equal to the autocorrelation in y. I then applied weighted least mean squared to get an estimate of the singular values in the singular value based pseudo inverse and use the MATLAB routine fmin search to try to find the singular values which minimize:  (E[(y-AX) (y-AX)']) or more precisely minimize:</p>
<p>norm(P-P Phi&#8217; A&#8217;- A Phi P + A Phi P phi&#8217; A&#8217;)</p>
<p>Where P=E[(y-AX) (y-AX)']</p>
<p>And phi is the singular value base pseudo inverse. I ran the routine several times and my estimates appeared to converge. It seemed to fit the data quite well but not as well as the assumption that the error was independent and identically distributed. I then checked to see how norm(E[(y-AX) (y-AX)']) varied with each iteration and to my surprise it didn&#8217;t change. The optimization routine was only finding local minimums due to round off error.</p>
<p>So what seems like a failed estimation routine reviles something seemingly obvious and surprisingly interesting. That is the noise in the residual E[(y-AX) (y-AX)'] cannot be reduced by weighted least mean squares. All that happens is the uncertainty in the residual (Are Aproi information) is spread between the uncertainly in the measurement (P) and the uncertainty in the fit  (A Phi P phi&#8217; A&#8217;). Thus for weighted least mean squares the error bars that you get for the fit are equal to the error bars that you assume in the first place. Moreover the error bars in the parameters you are trying to estimate are based on the error bars assumed aprori for the fit. This is something I have not read in the discussion of weighted least mean squares but it clearly highlights the weakness in the method when the error is not known aprori&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bender</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54752</link>
		<dc:creator><![CDATA[bender]]></dc:creator>
		<pubDate>Sun, 23 Jul 2006 23:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54752</guid>
		<description><![CDATA[On Burger (or more accurately, the discussion surrounding it) -

The paper is actually quite interesting if you are seriously interested in coping responsibly with the uncertainty problem. The reason it seems opaque to some and boring to others is that it is fairly complete and not unnecessarily brief. i.e. It is everything that Nature tries not to be. This is what climate science papers are going to look like in the future, by the way, if the auditing process has its intended effect. So don&#039;t complain about these kinds of papers!

We don&#039;t know why the paper was rejected from GRL, but the authors would probably happily tell you why. I suspect it is because as #1 John A suggests: uncertainty is soooooooo boring. The associate editors and reviewers themselves would probably not dare to say it is too boring a subject to publish. But the Editor might suggest it was too boring for the GRL audience.

Audits like this are generally going to have a hard time getting published because they are narrowly focused on targeting one paper or class of papers. Get used to it. The gatekeepers favor papers that have broad relevance. (A look at the criteria for publication in any major journal will show that there is a strong bias toward &quot;interesting&quot; and &quot;broadly relevant&quot; papers.) You can already hear the criticism from the AGW anti-MM camp: too focused on one paper (MBH98), one group (HT), one pattern (HS), etc. We all know that&#039;s not true - that CA is focused broadly on the METHODS of climate science - but that message is not resonating with the believers.

The more you focus on BUILDING something positive, as opposed to DISCREDITING something negative, the more acceptable your work will be in the mainstream literature, because the more broadly useful it will be. (It is a mistake to assume the literature is a forum for &quot;good science&quot;, conjecture &amp; refutation. It is a place to market tools &amp; ideas that others are willing to pay for (in untraceable utils of goodwill). That steams science purists like Popper &amp; Feynman. But that&#039;s the way it is.)

The Wegman outcome is favorable in that now a fair number (if small percentage) of good statisticians may sudenly emerge to rise to the defense of science, if they are encouraged to do so.

There is a seed - a natural alliance between science purists and CC skeptics - that will grow beyond your expectations ... if you let it. Fence-sitting skeptics need to know that &lt;em&gt;skepticism does not make you a planet-hater&lt;/em&gt;.

The house of cards will fall when the reality of uncertainty starts sinking in, pushing the fragile institution beyond its tipping point. Believers do not understand just how unstable that structure is. They do not understand the uncertainty problem. It takes too much hard slogging through the dry statistical literature, like Burger, to &#039;get it&#039;. Suggestion for believers on both sides: if it bores you, or hurts your brain, you had probably better read and understand it.

As for the paper itself ...]]></description>
		<content:encoded><![CDATA[<p>On Burger (or more accurately, the discussion surrounding it) -</p>
<p>The paper is actually quite interesting if you are seriously interested in coping responsibly with the uncertainty problem. The reason it seems opaque to some and boring to others is that it is fairly complete and not unnecessarily brief. i.e. It is everything that Nature tries not to be. This is what climate science papers are going to look like in the future, by the way, if the auditing process has its intended effect. So don&#8217;t complain about these kinds of papers!</p>
<p>We don&#8217;t know why the paper was rejected from GRL, but the authors would probably happily tell you why. I suspect it is because as #1 John A suggests: uncertainty is soooooooo boring. The associate editors and reviewers themselves would probably not dare to say it is too boring a subject to publish. But the Editor might suggest it was too boring for the GRL audience.</p>
<p>Audits like this are generally going to have a hard time getting published because they are narrowly focused on targeting one paper or class of papers. Get used to it. The gatekeepers favor papers that have broad relevance. (A look at the criteria for publication in any major journal will show that there is a strong bias toward &#8220;interesting&#8221; and &#8220;broadly relevant&#8221; papers.) You can already hear the criticism from the AGW anti-MM camp: too focused on one paper (MBH98), one group (HT), one pattern (HS), etc. We all know that&#8217;s not true &#8211; that CA is focused broadly on the METHODS of climate science &#8211; but that message is not resonating with the believers.</p>
<p>The more you focus on BUILDING something positive, as opposed to DISCREDITING something negative, the more acceptable your work will be in the mainstream literature, because the more broadly useful it will be. (It is a mistake to assume the literature is a forum for &#8220;good science&#8221;, conjecture &amp; refutation. It is a place to market tools &amp; ideas that others are willing to pay for (in untraceable utils of goodwill). That steams science purists like Popper &amp; Feynman. But that&#8217;s the way it is.)</p>
<p>The Wegman outcome is favorable in that now a fair number (if small percentage) of good statisticians may sudenly emerge to rise to the defense of science, if they are encouraged to do so.</p>
<p>There is a seed &#8211; a natural alliance between science purists and CC skeptics &#8211; that will grow beyond your expectations &#8230; if you let it. Fence-sitting skeptics need to know that <em>skepticism does not make you a planet-hater</em>.</p>
<p>The house of cards will fall when the reality of uncertainty starts sinking in, pushing the fragile institution beyond its tipping point. Believers do not understand just how unstable that structure is. They do not understand the uncertainty problem. It takes too much hard slogging through the dry statistical literature, like Burger, to &#8216;get it&#8217;. Suggestion for believers on both sides: if it bores you, or hurts your brain, you had probably better read and understand it.</p>
<p>As for the paper itself &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bender</title>
		<link>http://climateaudit.org/2006/07/03/famiglietti-strikes-again/#comment-54751</link>
		<dc:creator><![CDATA[bender]]></dc:creator>
		<pubDate>Sun, 23 Jul 2006 20:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=730#comment-54751</guid>
		<description><![CDATA[Re: #29
It is instructive to see how you all are groping your way toward a proof of something (Ho: uncertainty is a hypothesis killer) using a method you do not fully understand. This is being pursued in an ad hoc, evolutionary kind of way, using first those papers that you either understand or confirm your approach. This is not a criticism, because of course you already admit you&#039;re not statistics experts. And neither am I. But this is the blind watchmaker at work. It is precisely the ad hoc method by which MBH98 invented the Mannomatic.

Not a particularly helpful observation. Except to point out the obvious: your hypothesis may well be correct (uncertainty is the lynchpin in the AGW house of cards), but you are going to need some heavy weight to get you there. TCO says you need a PCA expert. I think you need a time series simulation expert. You need someone who works in computational statistics (which uses computer simulation and numerical solutions) as well as classical mathematical statistics. It&#039;s not often you can get both in one package. (I believe Wegman is of the latter variety.)]]></description>
		<content:encoded><![CDATA[<p>Re: #29<br />
It is instructive to see how you all are groping your way toward a proof of something (Ho: uncertainty is a hypothesis killer) using a method you do not fully understand. This is being pursued in an ad hoc, evolutionary kind of way, using first those papers that you either understand or confirm your approach. This is not a criticism, because of course you already admit you&#8217;re not statistics experts. And neither am I. But this is the blind watchmaker at work. It is precisely the ad hoc method by which MBH98 invented the Mannomatic.</p>
<p>Not a particularly helpful observation. Except to point out the obvious: your hypothesis may well be correct (uncertainty is the lynchpin in the AGW house of cards), but you are going to need some heavy weight to get you there. TCO says you need a PCA expert. I think you need a time series simulation expert. You need someone who works in computational statistics (which uses computer simulation and numerical solutions) as well as classical mathematical statistics. It&#8217;s not often you can get both in one package. (I believe Wegman is of the latter variety.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
