<?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: Juckes and the Esper and Jones CVMs</title>
	<atom:link href="http://climateaudit.org/2006/11/01/team-euro-code-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://climateaudit.org/2006/11/01/team-euro-code-2/</link>
	<description>by Steve McIntyre</description>
	<lastBuildDate>Sat, 18 May 2013 19:12:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Willis on &#8220;Getting authors to respond to questions&#8221; &#171; Climate Audit</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-247558</link>
		<dc:creator><![CDATA[Willis on &#8220;Getting authors to respond to questions&#8221; &#171; Climate Audit]]></dc:creator>
		<pubDate>Sat, 04 Dec 2010 18:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-247558</guid>
		<description><![CDATA[[...] (uckes and the Esper and Jones CVMs) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] (uckes and the Esper and Jones CVMs) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UC</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-68886</link>
		<dc:creator><![CDATA[UC]]></dc:creator>
		<pubDate>Fri, 03 Nov 2006 17:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-68886</guid>
		<description><![CDATA[#19

Yes, good point, check also http://www.climateaudit.org/?p=886, #19, #26. The latter is also a good warning for those who use calibration residuals for uncertainty range estimation.

To me it seems that inverse regression (global temp) tends to overfit, and CVM cannot handle sampling problems. Local calibration works well, and it gives directly estimate of proxy noise.]]></description>
		<content:encoded><![CDATA[<p>#19</p>
<p>Yes, good point, check also <a href="http://www.climateaudit.org/?p=886" rel="nofollow">http://www.climateaudit.org/?p=886</a>, #19, #26. The latter is also a good warning for those who use calibration residuals for uncertainty range estimation.</p>
<p>To me it seems that inverse regression (global temp) tends to overfit, and CVM cannot handle sampling problems. Local calibration works well, and it gives directly estimate of proxy noise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil B.</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-68885</link>
		<dc:creator><![CDATA[Phil B.]]></dc:creator>
		<pubDate>Fri, 03 Nov 2006 16:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-68885</guid>
		<description><![CDATA[Re #18, UC, small point but normally I&#039;d use matlab&#039;s cmd pinv(Bh) instead of inv(Bh&#039;*Bh)*Bh&#039;, especially if Bh might ever be poorly conditioned.]]></description>
		<content:encoded><![CDATA[<p>Re #18, UC, small point but normally I&#8217;d use matlab&#8217;s cmd pinv(Bh) instead of inv(Bh&#8217;*Bh)*Bh&#8217;, especially if Bh might ever be poorly conditioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UC</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-68884</link>
		<dc:creator><![CDATA[UC]]></dc:creator>
		<pubDate>Thu, 02 Nov 2006 18:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-68884</guid>
		<description><![CDATA[OK, thanks. And Inverse Regression, as described in A1, in Matlab format would be:

yc=y(1:NCal)-mean(y(1:NCal)); % calibration data, global temperature (?)

Xc=X(1:NCal,:); % X is a matrix of standardized proxy records, calibration period 1:NCal
Bh=(inv(yc&#039;*yc)*yc&#039;*Xc)&#039;; % estimate of beta
yh=inv(Bh&#039;*Bh)*Bh&#039;*X&#039;; % reconstruction

I think it is not too hard to write m-file that simulates different scenariors.. Let&#039;s see..]]></description>
		<content:encoded><![CDATA[<p>OK, thanks. And Inverse Regression, as described in A1, in Matlab format would be:</p>
<p>yc=y(1:NCal)-mean(y(1:NCal)); % calibration data, global temperature (?)</p>
<p>Xc=X(1:NCal,:); % X is a matrix of standardized proxy records, calibration period 1:NCal<br />
Bh=(inv(yc&#8217;*yc)*yc&#8217;*Xc)&#8217;; % estimate of beta<br />
yh=inv(Bh&#8217;*Bh)*Bh&#8217;*X&#8217;; % reconstruction</p>
<p>I think it is not too hard to write m-file that simulates different scenariors.. Let&#8217;s see..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve McIntyre</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-68883</link>
		<dc:creator><![CDATA[Steve McIntyre]]></dc:creator>
		<pubDate>Thu, 02 Nov 2006 17:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-68883</guid>
		<description><![CDATA[Yes. I&#039;ll post up a script showing my replication of the Euro Team composites. In this case, it looks like they&#039;ve scaled on 1856-1980 - ao that there is no &quot;verification period&quot;, but I might have not got it exactly.]]></description>
		<content:encoded><![CDATA[<p>Yes. I&#8217;ll post up a script showing my replication of the Euro Team composites. In this case, it looks like they&#8217;ve scaled on 1856-1980 &#8211; ao that there is no &#8220;verification period&#8221;, but I might have not got it exactly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UC</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-68882</link>
		<dc:creator><![CDATA[UC]]></dc:creator>
		<pubDate>Thu, 02 Nov 2006 17:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-68882</guid>
		<description><![CDATA[Steve,

did I understand CVM correctly:

1) average the standardized proxies

2) standardize the average, and scale so that &lt;em&gt;calibration data mean and variance&lt;/em&gt; and &lt;em&gt;reconstruction data mean and variance&lt;/em&gt; (within calibration interval) match?]]></description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>did I understand CVM correctly:</p>
<p>1) average the standardized proxies</p>
<p>2) standardize the average, and scale so that <em>calibration data mean and variance</em> and <em>reconstruction data mean and variance</em> (within calibration interval) match?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jae</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-68881</link>
		<dc:creator><![CDATA[jae]]></dc:creator>
		<pubDate>Thu, 02 Nov 2006 16:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-68881</guid>
		<description><![CDATA[I guess I&#039;m dense.  These studies simply do not follow the scientific method and should be rejected on that basis alone.  I just don&#039;t understand how any scientist can justify selecting only certain series that conform to their &quot;expectations,&quot; without some documented a priori basis for doing so.  It must be that the tree ringers have somehow tacitly accepted some really bad scientific procedures.  Maybe they actually think they are justified in doing this, because it is a standard procedure in dendrochronology.]]></description>
		<content:encoded><![CDATA[<p>I guess I&#8217;m dense.  These studies simply do not follow the scientific method and should be rejected on that basis alone.  I just don&#8217;t understand how any scientist can justify selecting only certain series that conform to their &#8220;expectations,&#8221; without some documented a priori basis for doing so.  It must be that the tree ringers have somehow tacitly accepted some really bad scientific procedures.  Maybe they actually think they are justified in doing this, because it is a standard procedure in dendrochronology.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fFreddy</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-68880</link>
		<dc:creator><![CDATA[fFreddy]]></dc:creator>
		<pubDate>Thu, 02 Nov 2006 16:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-68880</guid>
		<description><![CDATA[&lt;blockquote&gt;(These RCS calculations are mathematically trivial, but the ringers make them out to be some kind of magic.)
&lt;/blockquote&gt;
Which tells you something about their preferred audience.]]></description>
		<content:encoded><![CDATA[<blockquote><p>(These RCS calculations are mathematically trivial, but the ringers make them out to be some kind of magic.)
</p></blockquote>
<p>Which tells you something about their preferred audience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bender</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-68879</link>
		<dc:creator><![CDATA[bender]]></dc:creator>
		<pubDate>Thu, 02 Nov 2006 16:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-68879</guid>
		<description><![CDATA[On publication. Auditing is impossible without adequate documentation. That&#039;s why they invented shredders. I&#039;m amazed you&#039;ve gotten as far as you have.

On RCS. Some people have to resort to making things sound like magic in order to get them on the shelf of the marketplace of ideas. The ones who just quietly go about their science don&#039;t get the big grants.]]></description>
		<content:encoded><![CDATA[<p>On publication. Auditing is impossible without adequate documentation. That&#8217;s why they invented shredders. I&#8217;m amazed you&#8217;ve gotten as far as you have.</p>
<p>On RCS. Some people have to resort to making things sound like magic in order to get them on the shelf of the marketplace of ideas. The ones who just quietly go about their science don&#8217;t get the big grants.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve McIntyre</title>
		<link>http://climateaudit.org/2006/11/01/team-euro-code-2/#comment-68878</link>
		<dc:creator><![CDATA[Steve McIntyre]]></dc:creator>
		<pubDate>Thu, 02 Nov 2006 15:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=885#comment-68878</guid>
		<description><![CDATA[#11. At least the Euro Team have provide enough documentation that one can more or less see what they&#039;re doing and at least attempt sensitivity studies of this type. It&#039;s all very well for TCO to argue that I should have done this for the other studies, but it&#039;s not as easy as all that when I didn&#039;t even have the Esper chronologies, which underpin other results. It also makes a big difference having Esper&#039;s version of the Polar Urals Update. I can substantially replicate his calculation, but you can imagine the caterwauling that would have taken place had I presented a sensitivity study with my RCS calculation of Polar URals update. (These RCS calculations are mathematically trivial, but the ringers make them out to be some kind of magic.)]]></description>
		<content:encoded><![CDATA[<p>#11. At least the Euro Team have provide enough documentation that one can more or less see what they&#8217;re doing and at least attempt sensitivity studies of this type. It&#8217;s all very well for TCO to argue that I should have done this for the other studies, but it&#8217;s not as easy as all that when I didn&#8217;t even have the Esper chronologies, which underpin other results. It also makes a big difference having Esper&#8217;s version of the Polar Urals Update. I can substantially replicate his calculation, but you can imagine the caterwauling that would have taken place had I presented a sensitivity study with my RCS calculation of Polar URals update. (These RCS calculations are mathematically trivial, but the ringers make them out to be some kind of magic.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
