<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[Azimuth]]></provider_name><provider_url><![CDATA[https://johncarlosbaez.wordpress.com]]></provider_url><author_name><![CDATA[John Baez]]></author_name><author_url><![CDATA[https://johncarlosbaez.wordpress.com/author/johncarlosbaez/]]></author_url><title><![CDATA[Warming Slowdown? (Part&nbsp;2)]]></title><type><![CDATA[link]]></type><html><![CDATA[<p><i>guest post by <b><a href="http://www.azimuthproject.org/azimuth/show/Jan+Galkowski">Jan Galkowski</a></b></i></p>
<h3>5. Trends Are Tricky</h3>
<p>Trends as a concept are easy.   But trends as objective measures are slippery.  Consider the Keeling Curve, the record of atmospheric carbon dioxide concentration first begun by <a href="#Ke1998">Charles Keeling in the 1950s and continued in the face of great obstacles</a>.  This curve is reproduced in Figure 8, and there presented in its original, and then decomposed into three parts, an annual sinusoidal variation, a linear trend, and a stochastic remainder. </p>
<div data-shortcode="caption" id="attachment_1102" style="width: 450px" class="wp-caption aligncenter"><a href="http://math.ucr.edu/home/baez/ecological/galkowski/KeelingDecomposition.png"><img src="https://i0.wp.com/math.ucr.edu/home/baez/ecological/galkowski/KeelingDecomposition.png" alt="Keeling CO2 concentration curve at Mauna Loa, Hawaii, showing original data and its decomposition into three parts, a sinusoidal annual variation, a linear trend, and a stochastic residual." width="450" class="size-medium wp-image-1102" /></a><p class="wp-caption-text">Figure 8. Keeling CO<sub>2</sub> concentration curve at Mauna Loa, Hawaii, showing original data and its decomposition into three parts, a sinusoidal annual variation, a linear trend, and a stochastic residual.<br /></p></div>
<p>The question is, which component represents the true trend, long term or otherwise? Are linear trends superior to all others? The importance of a trend is tied up with to what use it will be put.  A pair of trends, like the sinusoidal and the random residual of the Keeling, might be more important for predicting its short term movements. On the other hand, explicating the long term behavior of the system being measured might feature the large scale linear trend, with the seasonal trend and random variations being but distractions. </p>
<p>Consider the global surface temperature anomalies of Figure 5 again.  What are some ways of determining trends?   First, note that by &#8220;trends&#8221; what&#8217;s really meant are <i>slopes</i>. In the case where there are many places to estimate  slopes, there are many slopes.  When, for example, a slope is estimated by fitting a line to all the points, there&#8217;s just a single slope such as in Figure 9. Local linear trends can be  estimated from pairs of points in differing sizes of neighborhoods, as  depicted in Figures 10 and 11. These can be averaged, if you like, to obtain an overall trend.  </p>
<div data-shortcode="caption" id="attachment_1099" style="width: 450px" class="wp-caption aligncenter"><a href="http://math.ucr.edu/home/baez/ecological/galkowski/AnomaliesChartWithLongTermLinear.png"><img src="https://i2.wp.com/math.ucr.edu/home/baez/ecological/galkowski/AnomaliesChartWithLongTermLinear.png" alt="Global surface temperature anomalies relative to a 1950-1980 baseline, with long term linear trend atop." width="450" class="size-medium wp-image-1099" /></a><p class="wp-caption-text">Figure 9. Global surface temperature anomalies relative to a 1950-1980 baseline, with long term linear trend atop.<br /></p></div>
<div data-shortcode="caption" id="attachment_1096" style="width: 450px" class="wp-caption aligncenter"><a href="http://math.ucr.edu/home/baez/ecological/galkowski/LocalLinearFits5Year.png"><img src="https://i0.wp.com/math.ucr.edu/home/baez/ecological/galkowski/LocalLinearFits5Year.png" alt="Global surface temperature anomalies relative to a 1950-1980 baseline, with randomly  placed trends from local linear  having 5 year support atop." width="450" class="size-medium wp-image-1096" /></a><p class="wp-caption-text">Figure 10. Global surface temperature anomalies relative to a 1950-1980 baseline, with randomly placed trends from local linear having 5 year support atop.<br /></p></div>
<div data-shortcode="caption" id="attachment_1097" style="width: 450px" class="wp-caption aligncenter"><a href="http://math.ucr.edu/home/baez/ecological/galkowski/LocalLinearFits10Year.png"><img src="https://i2.wp.com/math.ucr.edu/home/baez/ecological/galkowski/LocalLinearFits10Year.png" alt="Global surface temperature anomalies relative to a 1950-1980 baseline, with randomly  placed trends from local linear  having 10 year support atop." width="450" class="size-medium wp-image-1097" /></a><p class="wp-caption-text">Figure 11. Global surface temperature anomalies relative to a 1950-1980 baseline, with randomly placed trends from local linear  having 10 year support atop.<br /></p></div>
<p>Lest the reader think constructing lots of linear trends on varying neighborhoods is somehow crude,  note it has a noble history, being used by Boscovich to estimate Earth&#8217;s ellipticity about 1750, as reported by <a href="#Ko2005">Koenker</a>. </p>
<p>There is, in addition, a question of  what to do if local intervals for fitting the little lines overlap, since these are then (on the face of it) not independent of one another. There are a number of statistical devices for making them independent.   One way is to do clever kinds of random sampling from a population of linear trends. Another way is to shrink the intervals until they are infinitesimally small, and, so, necessarily independent.  That definition is just the point slope of a curve going through the data, or its <i>first derivative</i>. Numerical methods for estimating these exist&#8212;and to the degree they succeed, they obtain estimates of the derivative, even if in doing do they might use finite intervals. </p>
<p>One good way of estimating derivatives involves using a <a href="http://en.wikipedia.org/wiki/Smoothing_spline"><i>smoothing spline</i></a>, as sketched in Figure 6, and estimating the <a href="#Wa1990">derivative(s) of <i>that</i></a>. Such an estimate  of the derivative is shown in Figure 12 where the instantaneous slope is plotted  in orange atop the data of Figure 6.  The value of the derivative should be read using the scale to the right of the graph.  The value to the left shows, as before, temperature anomaly in degrees. The <em>cubic</em> spline itself is plotted in green in that figure. Here it&#8217;s smoothing parameter is  determined by <a href="http://www.stat.wisc.edu/~wahba/ftp1/oldie/craven.wah.pdf"><i>generalized cross-validation</i></a>, a principled means of taking the subjectivity out of the choice of smoothing parameter.  That is explained a bit more in the caption for Figure 12. (See also <a href="#Cr1979">Cr1979</a>.) </p>
<div data-shortcode="caption" id="attachment_1098" style="width: 450px" class="wp-caption aligncenter"><a href="http://math.ucr.edu/home/baez/ecological/galkowski/SmoothingSplineToEstimatePointDerivatives.png"><img src="https://i0.wp.com/math.ucr.edu/home/baez/ecological/galkowski/SmoothingSplineToEstimatePointDerivatives.png" alt="Global surface temperature anomalies relative to a 1950-1980 baseline,  with instaneous numerical estimates of derivatives  in orange atop." width="450" class="size-medium wp-image-1098" /></a><p class="wp-caption-text">Figure 12. Global surface temperature anomalies relative to a 1950-1980 baseline, with instaneous numerical estimates of derivatives in orange atop, with scale for the derivative to the right of the chart. Note how the value of the first derivative <i>never drops below zero</i> although its <i>magnitude</i> decreases as time approaches 2012. Support for the <a href="#Wa1990">smoothing spline</a> used to calculate the derivatives is obtained using <a href="#Go1979"><i>generalized cross validation</i></a>. Such cross validation is used to help reduce the possibility that a smoothing parameter is chosen to <i>overfit</i> a particular data set, so the analyst could expect that the spline would apply to as yet uncollected data more than otherwise. Generalized cross validation is a particular clever way of doing that, although it is abstract.<br /></p></div>
<p>What else might we do? </p>
<p>We could go after a <i>really good</i> approximation to the data of Figure 5.  One possibility is to use the Bayesian <a href="#Sa2013">Rauch-Tung-Striebel (&#8220;RTS&#8221;) smoother</a> to get a good approximation for the underlying curve and estimate the derivatives of that. This is a modification of the famous <i>Kalman filter</i>, the workhorse of much <a href="#Co2009">controls engineering</a> and  <a href="#Du2012">signals work</a>. What that means and how these work is described in an accompanying  <a href="RTS">inset box</a>. </p>
<p>Using the RTS smoother demands  <i>variances</i> of the signal be estimated as <i>priors</i>.  The larger the ratio of the estimate of the <i>observations variance</i> to the estimate of the <a href="#PROCESS-VARIANCE"><i>process variance</i></a> is, the smoother the RTS solution.  And, yes, as the reader may have guessed, that makes the result  dependent upon initial conditions, although hopefully <i>educated</i> initial conditions. </p>
<div data-shortcode="caption" id="attachment_1095" style="width: 450px" class="wp-caption aligncenter"><a href="http://math.ucr.edu/home/baez/ecological/galkowski/rtsTrends.png"><img src="https://i0.wp.com/math.ucr.edu/home/baez/ecological/galkowski/rtsTrends.png" alt="Global surface temperature anomalies relative to a 1950-1980 baseline, with fits using the Rauch-Tung-Striebel smoother placed atop." width="450" height="182" class="size-medium wp-image-1095" /></a><p class="wp-caption-text">Figure 13. Global surface temperature anomalies relative to a 1950-1980 baseline, with fits using the Rauch-Tung-Striebel smoother placed atop, in green and dark green.  The former uses a prior variance of 3 times that of the Figure 5 data corrected for serial correlation. The latter uses a prior variance of 15 times that of the Figure 5 data corrected for serial correlation. The instantaneous numerical estimates of the first derivative derived from the two solutions are shown in orange and brown, respectively, with their scale of values on the right hand side of the chart. Note the two solutions are essentially identical. If compared to the smoothing spline estimate of Figure 12, the derivative has roughly the same shape, but is shifted lower in overall slope, and the drift up and below a mean value is less.<br /></p></div>
<p>The RTS smoother result for two process variance values of 0.118 &plusmn; 002 and high 0.59 &plusmn; 0.02 is shown in Figure 13. These are 3 and 15 times the decorrelated variance value for the series of  0.039 &plusmn; 0.001, estimated using the long term variance for this series and others like it, corrected for serial correlation. One reason for using two estimates of  the process variance is to see how much difference that makes.  As can be seen from Figure 13, it does not make much. </p>
<p>Combining all six methods of estimating trends results in Figure 14, which shows the overprinted densities of slopes. </p>
<div data-shortcode="caption" id="attachment_1094" style="width: 450px" class="wp-caption aligncenter"><a href="http://math.ucr.edu/home/baez/ecological/galkowski/compositetrendsdensity.png"><img src="https://i1.wp.com/math.ucr.edu/home/baez/ecological/galkowski/compositetrendsdensity.png" alt="Empirical probability density functions for slopes of temperatures versus years, from each of 6 methods." width="450" class="size-medium wp-image-1094" /></a><p class="wp-caption-text">Figure 14. In a stochastic signal, slopes are random variables. They may be correlated.  Fitting of smooth models can be thought of as a way of sampling these random variable. Here, empirical probability density functions for slopes of temperatures versus years are displayed, using each of the 6 methods of estimating slopes.  Empirical probability densities are obtained using kernel density estimation. These are preferred to histograms by statisticians because the latter can distort the density due to bin size and boundary effects. The lines here correspond to: local linear fits with 5 years separation (dark green trace), the local linear fits with 10 years separation (green trace), the smoothing spline (blue trace), the RTS smoother with variance 3 times the corrected estimate for the data as the prior variance (orange trace, mostly hidden by brown trace), and the RTS smoother with 15 times the corrected estimate for the data (brown trace). The blue trace can barely be seen because the RTS smoother with the 3 times variance lies nearly atop of it. The slope value for a linear fit to all the points is also shown (the vertical black line).<br /></p></div>
<p>Note the spread of possibilities given by the 5 year local linear fits. The 10 year local linear fits, the spline, and the RTS smoother fits have their  mode in the vicinity of the overall slope. The 10 year local linear fits slope has broader support, meaning it admits more negative slopes  in the range of temperature anomalies observed. The RTS smoother results have peaks slightly below those for the spline, the 10 year local linear fits, and the overall slope. The kernel density estimator allows the possibility of probability mass below zero, <i>even though the spline, and two RTS smoother fits never exhibit slopes below zero</i>. This is a Bayesian-like estimator, since the prior is the real line. </p>
<p>Local linear fits to HadCRUT4 time series were used by  Fyfe, Gillet, and Zwiers in their <a href="#Fy2013">2013 paper</a> and <a href="#Fy2013s">supplement</a>.  We do not know the computational details of those trends, since they were not published, possibly due to <i>Nature Climate Change</i> page count restrictions.  <i>Those details matter.</i> From these calculations, which, admittedly, are not as comprehensive as those by Fyfe, Gillet, and Zwiers,  we see that robust estimators of trends in temperature during the observational record show these are always positive, even if the magnitudes vary.  The RTS smoother solutions suggest slopes in recent years are near zero, providing a basis for questioning whether or not there is a warming &#8220;hiatus&#8221;. </p>
<table border="4" width="450" align="center">
<tr>
<td>
The Rauch-Tung-Striebel smoother is an enhancement of the <a href="#Sa2013">Kalman filter</a>. Let <img src='https://s0.wp.com/latex.php?latex=y_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='y_{&#92;kappa}' title='y_{&#92;kappa}' class='latex' /> denote a set of univariate observations at equally space and successive time steps <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />. Describe these as follows: </p>
<ol>
<li value="(5.1)"><img src='https://s0.wp.com/latex.php?latex=y_%7B%5Ckappa%7D+%3D+%5Cmathbf%7BG%7D+%5Cmathbf%7Bx%7D_%7B%5Ckappa%7D+%2B+%5Cvarepsilon_%7B%5Ckappa%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='y_{&#92;kappa} = &#92;mathbf{G} &#92;mathbf{x}_{&#92;kappa} + &#92;varepsilon_{&#92;kappa} ' title='y_{&#92;kappa} = &#92;mathbf{G} &#92;mathbf{x}_{&#92;kappa} + &#92;varepsilon_{&#92;kappa} ' class='latex' /></li>
<li value="(5.2)"><img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7Bx%7D_%7B%5Ckappa+%2B+1%7D+%3D+%5Cmathbf%7BH%7D+%5Cmathbf%7Bx%7D_%7B%5Ckappa%7D+%2B+%5Cboldsymbol%5Cgimel_%7B%5Ckappa%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{x}_{&#92;kappa + 1} = &#92;mathbf{H} &#92;mathbf{x}_{&#92;kappa} + &#92;boldsymbol&#92;gimel_{&#92;kappa} ' title='&#92;mathbf{x}_{&#92;kappa + 1} = &#92;mathbf{H} &#92;mathbf{x}_{&#92;kappa} + &#92;boldsymbol&#92;gimel_{&#92;kappa} ' class='latex' /></li>
<li value="(5.3)"><img src='https://s0.wp.com/latex.php?latex=%5Cvarepsilon_%7B%5Ckappa%7D+%5Csim+%5Cmathcal%7BN%7D%280%2C+%5Csigma%5E%7B2%7D_%7B%5Cvarepsilon%7D%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;varepsilon_{&#92;kappa} &#92;sim &#92;mathcal{N}(0, &#92;sigma^{2}_{&#92;varepsilon}) ' title='&#92;varepsilon_{&#92;kappa} &#92;sim &#92;mathcal{N}(0, &#92;sigma^{2}_{&#92;varepsilon}) ' class='latex' /></li>
<li value="(5.4"><img src='https://s0.wp.com/latex.php?latex=%5Cboldsymbol%5Cgimel_%7B%5Ckappa%7D+%5Csim+%5Cmathcal%7BN%7D%280%2C+%5Cboldsymbol%5CSigma%5E%7B2%7D_%7B%5Ceta%7D%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;boldsymbol&#92;gimel_{&#92;kappa} &#92;sim &#92;mathcal{N}(0, &#92;boldsymbol&#92;Sigma^{2}_{&#92;eta}) ' title='&#92;boldsymbol&#92;gimel_{&#92;kappa} &#92;sim &#92;mathcal{N}(0, &#92;boldsymbol&#92;Sigma^{2}_{&#92;eta}) ' class='latex' /></li>
</ol>
<p>The multivariate <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7Bx%7D_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{x}_{&#92;kappa}' title='&#92;mathbf{x}_{&#92;kappa}' class='latex' /> is called a <i>state vector</i> for index <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />. <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BG%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{G}' title='&#92;mathbf{G}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BH%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{H}' title='&#92;mathbf{H}' class='latex' /> are given, constant matrices. Equations (5.3) and (5.4) say that the noise component of observations and states are distributed as zero mean Gaussian random variables with variance <img src='https://s0.wp.com/latex.php?latex=%5Csigma%5E%7B2%7D_%7B%5Cvarepsilon%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;sigma^{2}_{&#92;varepsilon}' title='&#92;sigma^{2}_{&#92;varepsilon}' class='latex' />  and <a href="http://en.wikipedia.org/wiki/Covariance">covariance</a> <img src='https://s0.wp.com/latex.php?latex=%5Cboldsymbol%5CSigma%5E%7B2%7D_%7B%5Ceta%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;boldsymbol&#92;Sigma^{2}_{&#92;eta}' title='&#92;boldsymbol&#92;Sigma^{2}_{&#92;eta}' class='latex' />,  respectively. This simple formulation in practice has great descriptive power, and is widely used in engineering and data analysis. For instance, it is possible to cast  <a href="http://en.wikipedia.org/wiki/Autoregressive_moving_average_model"><i>autoregressive moving average models</i></a> (&#8220;ARMA&#8221;) in this form.  (See <a href="#Ki2010">Kitigawa, Chapter 10</a>.)  The key idea is that equation (5.1) describes at observation at time <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' /> as the result of a linear regression on coefficients <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7Bx%7D_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{x}_{&#92;kappa}' title='&#92;mathbf{x}_{&#92;kappa}' class='latex' />, where <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BG%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{G}' title='&#92;mathbf{G}' class='latex' /> is the corresponding <a href="http://en.wikipedia.org/wiki/Design_matrix"><i>design matrix</i></a>. Then, the  coefficients themselves change with time, using a Markov-like development, a linear regression of the upcoming set of coefficients, <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7Bx%7D_%7B%5Ckappa%2B1%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{x}_{&#92;kappa+1}' title='&#92;mathbf{x}_{&#92;kappa+1}' class='latex' />, in terms of the current coefficients, <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7Bx%7D_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{x}_{&#92;kappa}' title='&#92;mathbf{x}_{&#92;kappa}' class='latex' />,  where <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BH%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{H}' title='&#92;mathbf{H}' class='latex' /> is the <a href="http://en.wikipedia.org/wiki/Design_matrix">design matrix</a>. </p>
<p>For the purposes here, a simple version of this is used, something called a <a href="#Du2012"><i>local level model</i></a> (Chapter 2) and occasionally a  <a href="#Co2009"><i>Gaussian random walk with noise model</i></a> (Section 12.3.1). In that instance, <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BG%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{G}' title='&#92;mathbf{G}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BH%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{H}' title='&#92;mathbf{H}' class='latex' /> are not only scalars,  they are unity, resulting in the simpler </p>
<ol>
<li value="(5.5)"><img src='https://s0.wp.com/latex.php?latex=y_%7B%5Ckappa%7D+%3D+x_%7B%5Ckappa%7D+%2B+%5Cvarepsilon_%7B%5Ckappa%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='y_{&#92;kappa} = x_{&#92;kappa} + &#92;varepsilon_{&#92;kappa} ' title='y_{&#92;kappa} = x_{&#92;kappa} + &#92;varepsilon_{&#92;kappa} ' class='latex' /></li>
<li value="(5.6)"><img src='https://s0.wp.com/latex.php?latex=x_%7B%5Ckappa+%2B+1%7D+%3D+x_%7B%5Ckappa%7D+%2B+%5Ceta_%7B%5Ckappa%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x_{&#92;kappa + 1} = x_{&#92;kappa} + &#92;eta_{&#92;kappa} ' title='x_{&#92;kappa + 1} = x_{&#92;kappa} + &#92;eta_{&#92;kappa} ' class='latex' /></li>
<li value="(5.7)"><img src='https://s0.wp.com/latex.php?latex=%5Cvarepsilon_%7B%5Ckappa%7D+%5Csim+%5Cmathcal%7BN%7D%280%2C+%5Csigma%5E%7B2%7D_%7B%5Cvarepsilon%7D%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;varepsilon_{&#92;kappa} &#92;sim &#92;mathcal{N}(0, &#92;sigma^{2}_{&#92;varepsilon}) ' title='&#92;varepsilon_{&#92;kappa} &#92;sim &#92;mathcal{N}(0, &#92;sigma^{2}_{&#92;varepsilon}) ' class='latex' /></li>
<li value="(5.8)"><img src='https://s0.wp.com/latex.php?latex=%5Ceta_%7B%5Ckappa%7D+%5Csim+%5Cmathcal%7BN%7D%280%2C+%5Csigma%5E%7B2%7D_%7B%5Ceta%7D%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;eta_{&#92;kappa} &#92;sim &#92;mathcal{N}(0, &#92;sigma^{2}_{&#92;eta}) ' title='&#92;eta_{&#92;kappa} &#92;sim &#92;mathcal{N}(0, &#92;sigma^{2}_{&#92;eta}) ' class='latex' /></li>
</ol>
<p>with scalar variances <img src='https://s0.wp.com/latex.php?latex=%5Csigma%5E%7B2%7D_%7B%5Cvarepsilon%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;sigma^{2}_{&#92;varepsilon}' title='&#92;sigma^{2}_{&#92;varepsilon}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Csigma%5E%7B2%7D_%7B%5Ceta%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;sigma^{2}_{&#92;eta}' title='&#92;sigma^{2}_{&#92;eta}' class='latex' />. </p>
<p>In either case, the Kalman filter is a way of calculating <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7Bx%7D_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{x}_{&#92;kappa}' title='&#92;mathbf{x}_{&#92;kappa}' class='latex' />, given <img src='https://s0.wp.com/latex.php?latex=y_%7B1%7D%2C+y_%7B2%7D%2C+%5Cdots%2C+y_%7Bn%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='y_{1}, y_{2}, &#92;dots, y_{n}' title='y_{1}, y_{2}, &#92;dots, y_{n}' class='latex' />,  values for <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BG%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{G}' title='&#92;mathbf{G}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BH%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{H}' title='&#92;mathbf{H}' class='latex' />, and estimates for <img src='https://s0.wp.com/latex.php?latex=%5Csigma%5E%7B2%7D_%7B%5Cvarepsilon%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;sigma^{2}_{&#92;varepsilon}' title='&#92;sigma^{2}_{&#92;varepsilon}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Csigma%5E%7B2%7D_%7B%5Ceta%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;sigma^{2}_{&#92;eta}' title='&#92;sigma^{2}_{&#92;eta}' class='latex' />. Choices for  <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BG%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{G}' title='&#92;mathbf{G}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7BH%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{H}' title='&#92;mathbf{H}' class='latex' /> are considered a <i>model for the data</i>. Choices for <img src='https://s0.wp.com/latex.php?latex=%5Csigma%5E%7B2%7D_%7B%5Cvarepsilon%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;sigma^{2}_{&#92;varepsilon}' title='&#92;sigma^{2}_{&#92;varepsilon}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Csigma%5E%7B2%7D_%7B%5Ceta%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;sigma^{2}_{&#92;eta}' title='&#92;sigma^{2}_{&#92;eta}' class='latex' /> are based upon experience with <img src='https://s0.wp.com/latex.php?latex=Y_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y_{&#92;kappa}' title='Y_{&#92;kappa}' class='latex' /> and the model. In practice, and within limits, the bigger the ratio </p>
<ol>
<li><a name="EQ:RatioOfVariances"><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B%5Cfrac%7B%5Csigma%5E%7B2%7D_%7B%5Cvarepsilon%7D%7D%7B%5Csigma%5E%7B2%7D_%7B%5Ceta%7D%7D%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{&#92;frac{&#92;sigma^{2}_{&#92;varepsilon}}{&#92;sigma^{2}_{&#92;eta}}}' title='&#92;displaystyle{&#92;frac{&#92;sigma^{2}_{&#92;varepsilon}}{&#92;sigma^{2}_{&#92;eta}}}' class='latex' /></a></li>
</ol>
<p>the smoother the solution for <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7Bx%7D_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{x}_{&#92;kappa}' title='&#92;mathbf{x}_{&#92;kappa}' class='latex' /> over successive <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />.</p>
<p>Now, the <i>Rauch-Tung-Striebel</i> extension of the Kalman filter amounts to (a) interpreting it in a Bayesian context, and (b) using that interpretation and <a href="http://en.wikipedia.org/wiki/Bayes_rule">Bayes Rule</a> to retrospectively update <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7Bx%7D_%7B%5Ckappa-1%7D%2C+%5Cmathbf%7Bx%7D_%7B%5Ckappa-2%7D%2C+%5Cdots%2C+%5Cmathbf%7Bx%7D_%7B1%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{x}_{&#92;kappa-1}, &#92;mathbf{x}_{&#92;kappa-2}, &#92;dots, &#92;mathbf{x}_{1}' title='&#92;mathbf{x}_{&#92;kappa-1}, &#92;mathbf{x}_{&#92;kappa-2}, &#92;dots, &#92;mathbf{x}_{1}' class='latex' />  with the benefit of information through <img src='https://s0.wp.com/latex.php?latex=y_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='y_{&#92;kappa}' title='y_{&#92;kappa}' class='latex' /> and the current state <img src='https://s0.wp.com/latex.php?latex=%5Cmathbf%7Bx%7D_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathbf{x}_{&#92;kappa}' title='&#92;mathbf{x}_{&#92;kappa}' class='latex' />.  Details won&#8217;t be provided here, but are described in depth in many texts, such as <a href="#Co2009">Cowpertwait and Metcalfe</a>,  <a href="#Du2012">Durbin and Koopman</a>,  and <a href="#Sa2013">S&auml;rkk&auml;</a>. </p>
<p>Finally, commenting on the observation regarding subjectivity of choice in the <a href="RatioOfVariances">ratio of variances</a>, mentioned in Section <a href="TrickyTrends">5</a> at the <a href="subjectivity">discussion of their choice</a> &#8220;smoother&#8221; here has a specific meaning.  If this ratio is  smaller, the RTS solution tracks the signal more closely, meaning its short term variability is higher. A small ratio has implications for   forecasting, increasing the prediction variance.
</td>
</tr>
</table>
<p></p>
<h3>6. Internal Decadal Variability</h3>
<p>The recent <a href="#IP2013">IPCC AR5 WG1 Report</a> sets out the context in its Box TS.3:</p>
<blockquote><p>
Hiatus periods of 10 to 15 years can arise as a manifestation of internal decadal climate variability, which sometimes enhances and sometimes counteracts the long-term externally forced trend. Internal variability thus diminishes the relevance of trends over periods as short as 10 to 15 years for long-term climate change (Box 2.2, Section 2.4.3). Furthermore, the timing of internal decadal climate variability is not expected to be matched by the CMIP5 historical simulations, owing to the predictability horizon of at most 10 to 20 years (Section 11.2.2; CMIP5 historical simulations are typically started around nominally 1850 from a control run). However, climate models exhibit individual decades of GMST trend hiatus even during a prolonged phase of energy uptake of the climate system (e.g., Figure 9.8; <a href="#Ea2009">Easterling and Wehner, 2009</a>; Knight et al., 2009), in which case the energy budget would be balanced by increasing subsurface-ocean heat uptake (<a href="#Me2011">Meehl et al., 2011</a>, 2013a; Guemas et al., 2013). </p>
<p>Owing to sampling limitations, it is uncertain whether an increase in the rate of subsurface-ocean heat uptake occurred during the past 15 years (Section 3.2.4). However, it is <a href="#PROBABILITIES">very likely</a> that the climate system, including the ocean below 700 m depth, has continued to accumulate energy over the period 1998-2010 (Section 3.2.4, Box 3.1). Consistent with this energy accumulation, global mean sea level has continued to rise during 1998-2012, at a rate only slightly and insignificantly lower than during 1993-2012 (Section 3.7).  <i>The consistency between observed heat-content and sea level changes yields high confidence in the assessment of continued ocean energy accumulation, which is in turn consistent with the positive radiative imbalance of the climate system (Section 8.5.1; Section 13.3, Box 13.1). By contrast, there is limited evidence that the hiatus in GMST trend has been accompanied by a slower rate of increase in ocean heat content over the depth range 0 to 700 m, when comparing the period 2003-2010 against 1971-2010. There is low agreement on this slowdown, since three of five analyses show a slowdown in the rate of increase while the other two show the increase continuing unabated (Section 3.2.3, Figure 3.2).</i> [<strong>Emphasis added by author.</strong>] </p>
<p>During the 15-year period beginning in 1998, the ensemble of HadCRUT4 GMST trends lies below almost all model-simulated trends (Box 9.2 Figure 1a), whereas during the 15-year period ending in 1998, it lies above 93 out of 114 modelled trends (Box 9.2 Figure 1b; HadCRUT4 ensemble-mean trend <img src='https://s0.wp.com/latex.php?latex=0.26%5C%2C%5E%7B%5Ccirc%7D%5Cmathrm%7BC%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0.26&#92;,^{&#92;circ}&#92;mathrm{C}' title='0.26&#92;,^{&#92;circ}&#92;mathrm{C}' class='latex' /> per decade, CMIP5 ensemble-mean trend <img src='https://s0.wp.com/latex.php?latex=0.16%5C%2C%5E%7B%5Ccirc%7D%5Cmathrm%7BC%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0.16&#92;,^{&#92;circ}&#92;mathrm{C}' title='0.16&#92;,^{&#92;circ}&#92;mathrm{C}' class='latex' /> per decade). Over the 62-year period 1951-2012, observed and CMIP5 ensemble-mean trends agree to within <img src='https://s0.wp.com/latex.php?latex=0.02%5C%2C%5E%7B%5Ccirc%7D%5Cmathrm%7BC%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0.02&#92;,^{&#92;circ}&#92;mathrm{C}' title='0.02&#92;,^{&#92;circ}&#92;mathrm{C}' class='latex' /> per decade (Box 9.2 Figure 1c; CMIP5 ensemble-mean trend <img src='https://s0.wp.com/latex.php?latex=0.13%5C%2C%5E%7B%5Ccirc%7D%5Cmathrm%7BC%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0.13&#92;,^{&#92;circ}&#92;mathrm{C}' title='0.13&#92;,^{&#92;circ}&#92;mathrm{C}' class='latex' /> per decade). <i>There is hence very high confidence that the CMIP5 models show long-term GMST trends consistent with observations, despite the disagreement over the most recent 15-year period. Due to internal climate variability, in any given 15-year period the observed GMST trend sometimes lies near one end of a model ensemble (Box 9.2, Figure 1a, b; Easterling and Wehner, 2009), an effect that is pronounced in Box 9.2, Figure 1a, because GMST was influenced by a very strong El Ni&ntilde;o event in 1998.</i> [<strong>Emphasis added by author.</strong>]
</p></blockquote>
<p>The <a href="#Fy2013">contributions</a> of Fyfe, Gillet, and Zwiers (&#8220;FGZ&#8221;) are to (a) pin down this behavior for a 20 year period using the HadCRUT4 data, and, to  my mind, more importantly, (b) to develop techniques for evaluating runs of ensembles of climate models like the CMIP5 suite without commissioning specific runs for the purpose. This, if it were to prove out, would be an important experimental advance,  since <a href="#Ki2013">climate models demand expensive and extensive hardware</a>, and the <a href="#IFUNG">number of people who know how to program and run them is  very limited</a>,  possibly a more limiting practical constraint than the hardware. </p>
<p>This is the beginning of a great story,  I think, one which  both advances an understanding of how our experience of climate is playing out,  and how climate science is advancing. FGZ took a perfectly reasonable approach and followed it to its logical conclusion, deriving an  inconsistency. There&#8217;s insight to be won resolving it. </p>
<p>FGZ try to <a href="#Fy2013s">explicitly model trends</a> due to internal variability. They begin with two equations: </p>
<ol>
<li value="(6.1)"><img src='https://s0.wp.com/latex.php?latex=M_%7Bij%7D%28t%29+%3D+u%5E%7Bm%7D%28t%29+%2B+%5Ctext%7BEint%7D_%7Bij%7D%28t%29+%2B+%5Ctext%7BEmod%7D_%7Bi%7D%28t%29%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='M_{ij}(t) = u^{m}(t) + &#92;text{Eint}_{ij}(t) + &#92;text{Emod}_{i}(t),' title='M_{ij}(t) = u^{m}(t) + &#92;text{Eint}_{ij}(t) + &#92;text{Emod}_{i}(t),' class='latex' /><br />
<img src='https://s0.wp.com/latex.php?latex=i+%3D+1%2C+%5Cdots%2C+N%5E%7Bm%7D%2C+j%3D+1%2C+%5Cdots%2C+N_%7Bi%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i = 1, &#92;dots, N^{m}, j= 1, &#92;dots, N_{i} ' title='i = 1, &#92;dots, N^{m}, j= 1, &#92;dots, N_{i} ' class='latex' /></li>
<li value="(6.2)"><img src='https://s0.wp.com/latex.php?latex=O_%7Bk%7D%28t%29+%3D+u%5E%7Bo%7D%28t%29+%2B+%5Ctext%7BEint%7D%5E%7Bo%7D%28t%29+%2B+%5Ctext%7BEsamp%7D_%7Bk%7D%28t%29%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='O_{k}(t) = u^{o}(t) + &#92;text{Eint}^{o}(t) + &#92;text{Esamp}_{k}(t),' title='O_{k}(t) = u^{o}(t) + &#92;text{Eint}^{o}(t) + &#92;text{Esamp}_{k}(t),' class='latex' /><br />
<img src='https://s0.wp.com/latex.php?latex=k+%3D+1%2C+%5Cdots%2C+N%5E%7Bo%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='k = 1, &#92;dots, N^{o} ' title='k = 1, &#92;dots, N^{o} ' class='latex' /></li>
</ol>
<p><img src='https://s0.wp.com/latex.php?latex=i&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i' title='i' class='latex' /> is the model membership index.  <img src='https://s0.wp.com/latex.php?latex=j&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='j' title='j' class='latex' /> is the index of the <img src='https://s0.wp.com/latex.php?latex=i%5E%7B%5Ctext%7Bth%7D%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i^{&#92;text{th}}' title='i^{&#92;text{th}}' class='latex' /> model&#8217;s <img src='https://s0.wp.com/latex.php?latex=j%5E%7B%5Ctext%7Bth%7D%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='j^{&#92;text{th}}' title='j^{&#92;text{th}}' class='latex' /> ensemble.  <img src='https://s0.wp.com/latex.php?latex=k&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='k' title='k' class='latex' /> runs over <a href="bootstrap"><i>bootstrap samples</i></a> taken from HadCRUT4 observations. Here, <img src='https://s0.wp.com/latex.php?latex=M_%7Bij%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='M_{ij}(t)' title='M_{ij}(t)' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=O_%7Bk%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='O_{k}(t)' title='O_{k}(t)' class='latex' /> are trends calculated using models or observations, respectively. <img src='https://s0.wp.com/latex.php?latex=u%5E%7Bm%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='u^{m}(t)' title='u^{m}(t)' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=u%5E%7Bo%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='u^{o}(t)' title='u^{o}(t)' class='latex' /> denote the &#8220;true, unknown, deterministic trends due to external forcing&#8221; common to models and observations, respectively.  <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D_%7Bij%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}_{ij}(t)' title='&#92;text{Eint}_{ij}(t)' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D%5E%7Bo%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}^{o}(t)' title='&#92;text{Eint}^{o}(t)' class='latex' /> are the perturbations to trends due to internal variability of models and observations.  <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEmod%7D_%7Bi%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Emod}_{i}(t)' title='&#92;text{Emod}_{i}(t)' class='latex' /> denotes error in climate model trends for model <img src='https://s0.wp.com/latex.php?latex=i&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i' title='i' class='latex' />. <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEsamp%7D_%7Bk%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Esamp}_{k}(t)' title='&#92;text{Esamp}_{k}(t)' class='latex' /> denotes the sampling error in the <img src='https://s0.wp.com/latex.php?latex=k%5E%7B%5Ctext%7Bth%7D%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='k^{&#92;text{th}}' title='k^{&#92;text{th}}' class='latex' /> sample. FGZ assume <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEmod%7D_%7Bi%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Emod}_{i}(t)' title='&#92;text{Emod}_{i}(t)' class='latex' /> are <a href="#EXCHANGE">exchangeable</a> with each other as well, at least for the same  time <img src='https://s0.wp.com/latex.php?latex=t&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='t' title='t' class='latex' />. (See [<a href="#Di1977">Di1977</a>, <a href="#Di1988">Di1988</a>, <a href="#Ro2013c">Ro2013c</a>, <a href="#Co2005">Co2005</a>] for more on exchangeability.)  Note that while the internal variability of climate models <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D_%7Bij%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}_{ij}(t)' title='&#92;text{Eint}_{ij}(t)' class='latex' /> varies from  model to model, run to run, and time to time,  the &#8216;internal variability of observations&#8217;, namely <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D%5E%7Bo%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}^{o}(t)' title='&#92;text{Eint}^{o}(t)' class='latex' />, is assumed to only vary with time. </p>
<p>The technical innovation FGZ use is to employ <a href="bootstrap"><i>bootstrap resampling</i></a>  on the observations ensemble of HadCRUT4 and an ensemble of runs of 38 CMIP5 climate models to perform a <a href="http://biostatistics.oxfordjournals.org/content/6/2/187.full.pdf"><i>two-sample comparison</i></a>  [<a href="#Ch2008">Ch2008</a>, <a href="#Da2009">Da2009</a>, <a href="#Mu2007"></a>]. In doing so, they explicitly assume, in the framework above,  <a href="#EXCHANGE"><i>exchangeability of models</i></a>. (Later, in the same work, they also make the same calculation assuming <i>exchangeability of models and observations</i>,  an innovation too detailed for this present exposition.)</p>
<p>So, what <i>is</i> a bootstrap? In its simplest form, a bootstrap is a nonparametric, often robust, frequentist technique for sampling the distribution of a  function of a set of population parameters, generally irrespective of the nature or complexity of that function, or the number of parameters. Since estimates of the variance of that  function are  themselves functions of population parameters, assuming the variance exists, the bootstrap can also be used to estimate the precision of the first set of samples, where &#8220;precision&#8221; is the reciprocal of variance.  For more about the bootstrap, see the inset below..</p>
<p>In the case in question here, with FGZ, the bootstrap is being used to determine if the distribution of  surface temperature trends as calculated from observations and the distribution of surface temperature trends as calculated from climate models for the same period have in fact similar means. This is done by examining <i>differences of paired trends</i>, one coming from an observation sample, one coming from a model sample, and assessing the degree of discrepancy based upon the variances of the observations trends distribution and of the models trends distribution.</p>
<p>The equations (6.1) and (6.2) can be rewritten:</p>
<ol>
<li value="(6.3)"><img src='https://s0.wp.com/latex.php?latex=M_%7Bij%7D%28t%29+-+%5Ctext%7BEint%7D_%7Bij%7D%28t%29+%3D+u%5E%7Bm%7D%28t%29+%2B+%5Ctext%7BEmod%7D_%7Bi%7D%28t%29%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='M_{ij}(t) - &#92;text{Eint}_{ij}(t) = u^{m}(t) + &#92;text{Emod}_{i}(t),' title='M_{ij}(t) - &#92;text{Eint}_{ij}(t) = u^{m}(t) + &#92;text{Emod}_{i}(t),' class='latex' /><br />
<img src='https://s0.wp.com/latex.php?latex=i+%3D+1%2C+%5Cdots%2C+N%5E%7Bm%7D%2C+j+%3D+1%2C+%5Cdots%2C+N_%7Bi%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i = 1, &#92;dots, N^{m}, j = 1, &#92;dots, N_{i} ' title='i = 1, &#92;dots, N^{m}, j = 1, &#92;dots, N_{i} ' class='latex' /></li>
<li value="(6.4)"><img src='https://s0.wp.com/latex.php?latex=O_%7Bk%7D%28t%29+-+%5Ctext%7BEint%7D%5E%7Bo%7D%28t%29+%3D+u%5E%7Bo%7D%28t%29+%2B+%5Ctext%7BEsamp%7D_%7Bk%7D%28t%29%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='O_{k}(t) - &#92;text{Eint}^{o}(t) = u^{o}(t) + &#92;text{Esamp}_{k}(t),' title='O_{k}(t) - &#92;text{Eint}^{o}(t) = u^{o}(t) + &#92;text{Esamp}_{k}(t),' class='latex' /><br />
<img src='https://s0.wp.com/latex.php?latex=k+%3D+1%2C+%5Cdots%2C+N%5E%7Bo%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='k = 1, &#92;dots, N^{o} ' title='k = 1, &#92;dots, N^{o} ' class='latex' /></li>
</ol>
<p>moving the trends in internal variability to the left, calculated side.  Both <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D_%7Bij%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}_{ij}(t)' title='&#92;text{Eint}_{ij}(t)' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D%5E%7Bo%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}^{o}(t)' title='&#92;text{Eint}^{o}(t)' class='latex' /> are <i>not</i> directly observable. Without some additional  assumptions, which are not explicitly given in the FGZ paper, such as </p>
<ol>
<li value="(6.5)"><img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D_%7Bij%7D%28t%29+%5Csim+%5Cmathcal%7BN%7D%280%2C+%5CSigma_%7B%5Ctext%7Bmodel+int%7D%7D%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}_{ij}(t) &#92;sim &#92;mathcal{N}(0, &#92;Sigma_{&#92;text{model int}}) ' title='&#92;text{Eint}_{ij}(t) &#92;sim &#92;mathcal{N}(0, &#92;Sigma_{&#92;text{model int}}) ' class='latex' /></li>
<li value="(6.6)"><img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D%5E%7Bo%7D%28t%29+%5Csim+%5Cmathcal%7BN%7D%280%2C+%5CSigma_%7B%5Ctext%7Bobs+int%7D%7D%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}^{o}(t) &#92;sim &#92;mathcal{N}(0, &#92;Sigma_{&#92;text{obs int}}) ' title='&#92;text{Eint}^{o}(t) &#92;sim &#92;mathcal{N}(0, &#92;Sigma_{&#92;text{obs int}}) ' class='latex' /></li>
</ol>
<p>we can&#8217;t really be sure we&#8217;re seeing <img src='https://s0.wp.com/latex.php?latex=O_%7Bk%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='O_{k}(t)' title='O_{k}(t)' class='latex' /> or <img src='https://s0.wp.com/latex.php?latex=O_%7Bk%7D%28t%29+-+%5Ctext%7BEint%7D%5E%7Bo%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='O_{k}(t) - &#92;text{Eint}^{o}(t)' title='O_{k}(t) - &#92;text{Eint}^{o}(t)' class='latex' />, or at least <img src='https://s0.wp.com/latex.php?latex=O_%7Bk%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='O_{k}(t)' title='O_{k}(t)' class='latex' /> less the mean of <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D%5E%7Bo%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}^{o}(t)' title='&#92;text{Eint}^{o}(t)' class='latex' />. The same applies to <img src='https://s0.wp.com/latex.php?latex=M_%7Bij%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='M_{ij}(t)' title='M_{ij}(t)' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D_%7Bij%7D%28t%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}_{ij}(t)' title='&#92;text{Eint}_{ij}(t)' class='latex' />.  Here equations (6.5) and (6.6) describe internal variabilities as  being multivariate but zero mean Gaussian random variables. <img src='https://s0.wp.com/latex.php?latex=%5CSigma_%7B%5Ctext%7Bmodel+int%7D%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;Sigma_{&#92;text{model int}}' title='&#92;Sigma_{&#92;text{model int}}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5CSigma_%7B%5Ctext%7Bobs+int%7D%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;Sigma_{&#92;text{obs int}}' title='&#92;Sigma_{&#92;text{obs int}}' class='latex' /> are covariances among models and among observations. FGZ essentially say these are diagonal <a href="#Fy2013s">with their statement</a> &#8220;An implicit assumption is that sampling uncertainty in [observation trends] is independent of uncertainty due to internal variability and also independent of uncertainty in [model trends]&#8221;. They might not be so, but it is reasonable to  suppose their diagonals are strong, and that there is a row-column exchange operator on these covariances which can produce banded matrices. </p>
<h3>7. On Reconciliation</h3>
<p>The centerpiece of the FGZ result is their Figure 1, reproduced here as Figure 15. Their conclusion, that climate models do not properly  capture surface temperature observations for the given periods, is based upon the significant  separation of the red density  from the grey density, even when measuring that separation using pooled variances. But, surely, a remarkable feature of these graphs is not only the separation of the means of the two densities, but the marked difference in size of the variances of the two densities.  </p>
<a href="http://math.ucr.edu/home/baez/ecological/galkowski/FGZ_Figure1_2013.png"><img src="https://i2.wp.com/math.ucr.edu/home/baez/ecological/galkowski/FGZ_Figure1_2013.png" alt="Figure 1 from Fyfe, Gillet, Zwiers." width="450" class="size-medium wp-image-1101" /></a>
<p>Why are climate models so less precise than HadCRUT4 observations?  Moreover, why do climate models disagree with one another so dramatically?   We cannot tell without getting into CMIP5 details, but the same result could be obtained if the climate models came in three Gaussian populations, each with a variance 1.5x that of the observations, but mixed together.  We could <i>also</i> obtain the same result if, for some reason, the variance of HadCRUT4 was markedly understated.</p>
<p>That brings us back to the comments about HadCRUT4 made at the end of Section 3. HadCRUT4 is noted for &#8220;drop outs&#8221; in observations, where either the quality of an observation on a patch of Earth was poor or the observation was missing altogether for a certain month in history. (To be fair, both GISS and BEST have months where there is no data available, especially in early years of the record.) It also has incomplete coverage [<a href="#Co2013">Co2013</a>]. Whether or not values for patches are <i>imputed</i> in some way, perhaps using  <a href="http://en.wikipedia.org/wiki/Kriging"><i>spatial kriging</i></a>, or whether or not supports to calculate trends are adjusted to avoid these omissions are decisions in use of these data which are critical to resolving the question [<a href="#Co2013">Co2013</a>, <a href="#Gl2011">Gl2011</a>]. </p>
<p>As seen in Section 5, what trends you get depends a lot on how they are done. FGZ did linear trends. These are nice because means of trends have simple relationships with the trends themselves.  On the other hand, confining trend estimation to local linear trends binds these estimates to being  only supported by pairs of actual samples, however sparse these may be.   This has the unfortunate effect of producing a broadly spaced set of trends which, when averaged, appear to be a single, tight distribution, close to the vertical black line of Figure 14, but erasing all the detail available by estimating the density of trends with a robust function  of the first time derivative of the series. FGZ might be improved by using such, repairing this drawback and also making it more robust against HadCRUT4&#8217;s inescapable data drops. As mentioned before, however, we really cannot know, because details of their calculations are not available. (Again, this author suspects this fault lies not with FGZ but a matter of page limits.)</p>
<p>In fact, <i>that</i> was indicated by a <a href="#Co2013">recent paper from Cowtan and Way</a>, arguing that the limited coverage of HadCRUT4 might explain the discrepancy Fyfe, Gillet, and Zwiers found. In return <a href="#Fy2014">Fyfe and Gillet argued</a> that even admitting the corrections for polar regions  which Cowtan and Way indicate, the CMIP5 models fall short in accounting for global mean surface temperatures. What could be wrong?  In the context of ensemble forecasts depicting future states of the atmosphere, <a href="#Wi2011">Wilks notes</a> (Section 7.7.1):</p>
<blockquote><p>
Accordingly, the dispersion of a forecast ensemble can at best only approximate the [probability density function] of forecast uncertainty &#8230; In particular,  a forecast ensemble may reflect errors both in statistical location (most or all ensemble members being well away from the actual state of the atmosphere, but relatively nearer to each other) and dispersion (either under- or overrepresenting the forecast uncertainty). Often, operational ensemble forecasts are found to exhibit too little dispersion &#8230;, which leads to overconfidence in probability assessment if ensemble relative frequencies are interpreted as estimating probabilities.
</p></blockquote>
<p>In fact, the <a href="#IP2013">IPCC reference</a>,  <a href="#To2001">Toth</a>, <a href="#Pa2006">Palmer and others</a> raise the same caution.  It <i>could</i> be that the answer to <i>why</i> the variance of the observational data in the Fyfe, Gillet, and Zwiers graph depicted in Figure <a href="FGZFig1">15</a> is so small is that ensemble <i>spread</i> does not properly reflect the true probability density function of the joint distribution of temperatures across Earth. These might be &#8220;relatively nearer to each other&#8221; than the  true dispersion which climate models are accommodating.</p>
<p>If Earth&#8217;s climate is thought of as a <a href="http://en.wikipedia.org/wiki/Dynamical_system"><i>dynamical system</i></a>, and  taking note of the <a href="#Kh2008a">suggestion of Kharin</a> that &#8220;There is basically one observational record in climate research&#8221;,  we can do the following thought experiment. Suppose the total state of the Earth&#8217;s climate system can be captured at one moment in time, no matter how, and  the climate can be reinitialized to that state at our whim, again no matter how.  What happens if this is done several times, and then the climate is permitted to develop for, say,  exactly 100 years on each &#8220;run&#8221;? What are the resulting states?  Also suppose the dynamical &#8220;inputs&#8221; from the Sun, as a function of time, are held identical during that 100 years,  as are dynamical inputs from volcanic forcings, as are human emissions of greenhouse gases. Are the resulting states copies of one another?</p>
<p><i>No</i>. Stochastic variability in the operation of climate means these end states will be each somewhat different than one another. Then of what use is the &#8220;one observation record&#8221;?  Well, it is arguably better than no observational record. And, in fact, this kind of variability is a major part of the &#8220;internal variability&#8221; which is often cited in these literature, including by FGZ.</p>
<p>Setting aside the problems of using local linear trends,  FGZ&#8217;s bootstrap approach to the HadCRUT4 ensemble is an attempt to imitate these various runs of Earth&#8217;s climate.  The trouble is, the frequentist bootstrap can only  replicate values of observations actually seen. (See <a href="bootstrap">inset</a>.) In this case, these replications are those of the HadCRUT4 ensembles.  It will never produce values in-between and, as the parameters of  temperature anomalies are in general continuous measures, allowing for in-between values seems a reasonable thing to do.</p>
<p>No algorithm can account for a dispersion which is not reflected in the variability of the ensemble. If the dispersion of HadCRUT4 is too small, it could be corrected using <a href="#Wi2011"><i>ensemble MOS methods</i></a> (Section 7.7.1.) In any case, <i>underdispersion</i> could explain the remarkable difference in variances of populations seen in Figure <a href="FGZFig1">15</a>. I think there&#8217;s yet another  way.</p>
<p>Consider equations (6.1) and (6.2) again. Recall, here, <img src='https://s0.wp.com/latex.php?latex=i&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i' title='i' class='latex' /> denotes the <img src='https://s0.wp.com/latex.php?latex=i%5E%7Bth%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i^{th}' title='i^{th}' class='latex' /> model and <img src='https://s0.wp.com/latex.php?latex=j&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='j' title='j' class='latex' /> denotes the <img src='https://s0.wp.com/latex.php?latex=j%5E%7Bth%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='j^{th}' title='j^{th}' class='latex' /> run of model <img src='https://s0.wp.com/latex.php?latex=i&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i' title='i' class='latex' />. Instead of <img src='https://s0.wp.com/latex.php?latex=k&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='k' title='k' class='latex' />, however, a bootstrap resampling of the HadCRUT4 ensembles, let <img src='https://s0.wp.com/latex.php?latex=%5Comega&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;omega' title='&#92;omega' class='latex' /> run over all the 100 ensemble members provided, let <img src='https://s0.wp.com/latex.php?latex=%5Cxi&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;xi' title='&#92;xi' class='latex' /> run over the 2592 patches on Earth&#8217;s surface, and let <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' /> run over the 1967 monthly time steps. Reformulate equations (6.1) and (6.2), instead, as</p>
<ol>
<li value="(7.1)"><img src='https://s0.wp.com/latex.php?latex=M_%7B%5Ckappa%7D+%3D+u_%7B%5Ckappa%7D+%2B+%5Csum_%7Bi+%3D+1%7D%5E%7BN%5E%7Bm%7D%7D+x_%7Bi%7D+%5Cleft%28%5Ctext%7BEmod%7D_%7Bi%5Ckappa%7D+%2B+%5Ctext%7BEint%7D_%7Bi%5Ckappa%7D%5Cright%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='M_{&#92;kappa} = u_{&#92;kappa} + &#92;sum_{i = 1}^{N^{m}} x_{i} &#92;left(&#92;text{Emod}_{i&#92;kappa} + &#92;text{Eint}_{i&#92;kappa}&#92;right) ' title='M_{&#92;kappa} = u_{&#92;kappa} + &#92;sum_{i = 1}^{N^{m}} x_{i} &#92;left(&#92;text{Emod}_{i&#92;kappa} + &#92;text{Eint}_{i&#92;kappa}&#92;right) ' class='latex' /></li>
<li value="(7.2)"><img src='https://s0.wp.com/latex.php?latex=O_%7B%5Ckappa%7D+%3D+u_%7B%5Ckappa%7D+%2B+%5Csum_%7B%5Cxi+%3D+1%7D%5E%7B2592%7D+%5Cleft%28x_%7B0%7D+%5Ctext%7BEint%7D%5E%7B%5Czeta%7D_%7B%5Ckappa%7D+%2B+x_%7B%5Cxi%7D+%5Ctext%7BEsamp%7D_%7B%5Cxi%5Ckappa%7D%5Cright%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='O_{&#92;kappa} = u_{&#92;kappa} + &#92;sum_{&#92;xi = 1}^{2592} &#92;left(x_{0} &#92;text{Eint}^{&#92;zeta}_{&#92;kappa} + x_{&#92;xi} &#92;text{Esamp}_{&#92;xi&#92;kappa}&#92;right) ' title='O_{&#92;kappa} = u_{&#92;kappa} + &#92;sum_{&#92;xi = 1}^{2592} &#92;left(x_{0} &#92;text{Eint}^{&#92;zeta}_{&#92;kappa} + x_{&#92;xi} &#92;text{Esamp}_{&#92;xi&#92;kappa}&#92;right) ' class='latex' /></li>
</ol>
<p>Now, <img src='https://s0.wp.com/latex.php?latex=u_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='u_{&#92;kappa}' title='u_{&#92;kappa}' class='latex' /> is a common trend at time tick <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEmod%7D_%7Bi%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Emod}_{i&#92;kappa}' title='&#92;text{Emod}_{i&#92;kappa}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D_%7Bi%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}_{i&#92;kappa}' title='&#92;text{Eint}_{i&#92;kappa}' class='latex' /> are deflections from from that trend due to modeling error <i>and</i> internal variability in the <img src='https://s0.wp.com/latex.php?latex=i%5E%7B%5Ctext%7Bth%7D%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i^{&#92;text{th}}' title='i^{&#92;text{th}}' class='latex' /> model, respectively, at time tick <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />. Similarly, <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D%5E%7B%5Czeta%7D_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}^{&#92;zeta}_{&#92;kappa}' title='&#92;text{Eint}^{&#92;zeta}_{&#92;kappa}' class='latex' /> denotes deflections from the common trend baseline <img src='https://s0.wp.com/latex.php?latex=u&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='u' title='u' class='latex' /> due to internal variability as seen by the HadCRUT4 observational data at time tick <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />, and <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEsamp%7D_%7B%5Cxi%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Esamp}_{&#92;xi&#92;kappa}' title='&#92;text{Esamp}_{&#92;xi&#92;kappa}' class='latex' /> denotes the deflection from the common baseline due to sampling error in the <img src='https://s0.wp.com/latex.php?latex=%5Cxi%5E%7B%5Ctext%7Bth%7D%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;xi^{&#92;text{th}}' title='&#92;xi^{&#92;text{th}}' class='latex' /> patch at time tick <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />.  <img src='https://s0.wp.com/latex.php?latex=x_%7B%5Ciota%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='x_{&#92;iota}' title='x_{&#92;iota}' class='latex' /> are <i>indicator variables</i>. This is the setup for an <a href="#Kr2011"><i>analysis of variance</i> or <i>ANOVA</i></a>,  preferably a Bayesian one (Sections 14.1.6, 18.1). In equation (7.1), successive model runs <img src='https://s0.wp.com/latex.php?latex=j&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='j' title='j' class='latex' /> for model <img src='https://s0.wp.com/latex.php?latex=i&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i' title='i' class='latex' /> are used to estimate <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEmod%7D_%7Bi%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Emod}_{i&#92;kappa}' title='&#92;text{Emod}_{i&#92;kappa}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D_%7Bi%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}_{i&#92;kappa}' title='&#92;text{Eint}_{i&#92;kappa}' class='latex' /> for every <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />.  In equation (7.2), different ensemble members <img src='https://s0.wp.com/latex.php?latex=%5Comega&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;omega' title='&#92;omega' class='latex' /> are used to estimate <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEint%7D%5E%7B%5Czeta%7D_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Eint}^{&#92;zeta}_{&#92;kappa}' title='&#92;text{Eint}^{&#92;zeta}_{&#92;kappa}' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=%5Ctext%7BEsamp%7D_%7B%5Cxi%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;text{Esamp}_{&#92;xi&#92;kappa}' title='&#92;text{Esamp}_{&#92;xi&#92;kappa}' class='latex' /> for every <img src='https://s0.wp.com/latex.php?latex=%5Ckappa&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;kappa' title='&#92;kappa' class='latex' />.  Coupling the two gives a common estimate of <img src='https://s0.wp.com/latex.php?latex=u_%7B%5Ckappa%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='u_{&#92;kappa}' title='u_{&#92;kappa}' class='latex' />. There&#8217;s considerable flexibility in how model runs or ensemble members are used for this purpose, opportunities for additional differentiation and ability to incorporate information about relationships among models or among observations. For instance,  models might be described relative to a <i>Bayesian model average</i> [<a href="#Ra2005">Ra2005</a>]. Observations might be described relative to  a common or slowly varying spatial trend, reflecting dependencies among <img src='https://s0.wp.com/latex.php?latex=%5Cxi&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;xi' title='&#92;xi' class='latex' /> patches.  Here, differences between observations and models get explicitly allocated to modeling error and internal variability for models, and sampling error and internal variability for observations.</p>
<p>More work needs to be done to assess the proper virtues of the FGZ  technique, even without modification. A device like that <a href="#Ro2013b">Rohde used to compare BEST temperature observations with HadCRUT4 and GISS</a>, one of supplying the FGZ procedure with synthetic data, would be perhaps the most informative regarding its character.  Alternatively, if an ensemble MOS method were devised and applied to HadCRUT4, it might better reflect a true <i>spread</i> of possibilities. Because a dataset like HadCRUT4 records just one of many possible observational records the Earth might have exhibited, it would be useful to have a means of elaborating what those other possibilities were, given the single observational trace.</p>
<p>Regarding  climate models, while they will inevitably disagree from a properly elaborated set of observations in  the particulars of their statistics, in my opinion, the goal should be to strive to match the distributions of solutions these two instruments of study on their   first few <i>moments</i> by improving both. While, statistical equivalence is all that&#8217;s sought, we&#8217;re not there yet. Assessing <i>parametric uncertainty</i> of observations <a href="#Le2013a">hand-in-hand with the model builders</a> seems to be a sensible route.  Indeed, this is important. In review of the Cowtan and Way result,  one based upon kriging,  Kintisch summarizes the situation as reproduced in Table <a href="1997-2012Trends">1</a>, a reproduction of his table on page 348 of the reference [<a href="#Co2013">Co2013</a>, <a href="#Gl2011">Gl2011</a>, <a href="#Ki2014">Ki2014</a>]:</p>
<table border="4" align="center">
<tr>
<th colspan="2" align="center"><a name="tbl:1997-2012Trends"><font size="+2"><strong>TEMPERATURE TRENDS</strong></font></a></th>
</tr>
<tr>
<th colspan="2" align="center"><strong>1997-2012</strong></th>
</tr>
<tr>
<td align="center"><strong>Source</strong></td>
<td align="center"><strong>Warming (<img src='https://s0.wp.com/latex.php?latex=%5E%7B%5Ccirc%7D%5C%2C%5Cmathrm%7BC%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='^{&#92;circ}&#92;,&#92;mathrm{C}' title='^{&#92;circ}&#92;,&#92;mathrm{C}' class='latex' />/decade)</strong></td>
</tr>
<tr>
<td align="center">Climate models</td>
<td align="center">0.102-0.412</td>
</tr>
<tr>
<td align="center">NASA data set</td>
<td align="center">0.080</td>
</tr>
<tr>
<td align="center">HadCRUT data set</td>
<td align="center">0.046</td>
</tr>
<tr>
<td align="center"><strong>Cowtan/Way</strong></td>
<td align="center"><strong>0.119</strong></td>
</tr>
<caption>
<table align="left" border="0">
<tr>
<td>Table 1. <strong>Getting warmer.</strong> </p>
<p>New method brings measured temperatures closer to projections.  <i>Added in quotation: &#8220;Climate models&#8221; refers to the CMIP5 series. &#8220;NASA data set&#8221; is GISS. &#8220;HadCRUT data set&#8221; is HadCRUT4. &#8220;Cowtan/Way&#8221; is from <a href="#Co2013">their paper</a>. <strong>Note values are per decade, not per year.</strong></i> </td>
</tr>
</table>
</caption>
</table>
<p>Note that these estimates of trends, once divided by 10 years/decade to convert to a per year change in temperature,  all fall well within the slope estimates depicted in the summary Figure <a href="TrendsComposite">14</a>. Note, too, how low  the HadCRUT trend is.</p>
<p>If the FGZ technique, or any other,  can contribute to this elucidation, it is most welcome.</p>
<p>As an example <a href="#Le2013b">Lee  reports</a> how the GLOMAP model of aerosols was systematically improved using such careful statistical  consideration. It seems likely to be a more rewarding way than &#8220;black box&#8221; treatments. Incidently, Dr Lindsay Lee&#8217;s article was runner-up in the <i>Significance</i>/Young Statisticians Section writers&#8217; competition.  It&#8217;s great to see bright young minds charging in to solve these  problems! </p>
<div align="center">
<table border="4" width="450" align="center">
<tr>
<td>The <i>bootstrap</i> is a general name for a resampling technique, most commonly associated with what is  more properly called the <i>frequentist bootstrap</i>. Given a sample of observations, <img src='https://s0.wp.com/latex.php?latex=%5Cmathring%7BY%7D+%3D+%5C%7By_%7B1%7D%2C+y_%7B2%7D%2C+%5Cdots%2C+y_%7Bn%7D%5C%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathring{Y} = &#92;{y_{1}, y_{2}, &#92;dots, y_{n}&#92;}' title='&#92;mathring{Y} = &#92;{y_{1}, y_{2}, &#92;dots, y_{n}&#92;}' class='latex' />, the <i>bootstrap principle</i> says that in a wide class of statistics and for certain minimum sizes of <img src='https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='n' title='n' class='latex' />, the sampling density of a statistic <img src='https://s0.wp.com/latex.php?latex=h%28Y%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='h(Y)' title='h(Y)' class='latex' /> from a population of all <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' />, where <img src='https://s0.wp.com/latex.php?latex=%5Cmathring%7BY%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathring{Y}' title='&#92;mathring{Y}' class='latex' /> is a single observation, can be approximated by the following procedure. Sample <img src='https://s0.wp.com/latex.php?latex=%5Cmathring%7BY%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathring{Y}' title='&#92;mathring{Y}' class='latex' /> <img src='https://s0.wp.com/latex.php?latex=M&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='M' title='M' class='latex' /> times <i>with replacement</i> to obtain <img src='https://s0.wp.com/latex.php?latex=M&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='M' title='M' class='latex' /> samples each of size <img src='https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='n' title='n' class='latex' /> called <img src='https://s0.wp.com/latex.php?latex=%5Ctilde%7BY%7D_%7Bk%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;tilde{Y}_{k}' title='&#92;tilde{Y}_{k}' class='latex' />, <img src='https://s0.wp.com/latex.php?latex=k+%3D+1%2C+%5Cdots%2C+M&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='k = 1, &#92;dots, M' title='k = 1, &#92;dots, M' class='latex' />. For each <img src='https://s0.wp.com/latex.php?latex=%5Ctilde%7BY%7D_%7Bk%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;tilde{Y}_{k}' title='&#92;tilde{Y}_{k}' class='latex' />, calculate <img src='https://s0.wp.com/latex.php?latex=h%28%5Ctilde%7BY%7D_%7Bk%7D%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='h(&#92;tilde{Y}_{k})' title='h(&#92;tilde{Y}_{k})' class='latex' /> so as to obtain <img src='https://s0.wp.com/latex.php?latex=H+%3D+h_%7B1%7D%2C+h_%7B2%7D%2C+%5Cdots%2C+h_%7BM%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='H = h_{1}, h_{2}, &#92;dots, h_{M}' title='H = h_{1}, h_{2}, &#92;dots, h_{M}' class='latex' />. The set <img src='https://s0.wp.com/latex.php?latex=H&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='H' title='H' class='latex' /> so obtained is an approximation of the sampling density of <img src='https://s0.wp.com/latex.php?latex=h%28Y%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='h(Y)' title='h(Y)' class='latex' /> from a population of all <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' />. Note that because <img src='https://s0.wp.com/latex.php?latex=%5Cmathring%7BY%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathring{Y}' title='&#92;mathring{Y}' class='latex' /> is sampled, only elements of that original set of observations will ever show up in any <img src='https://s0.wp.com/latex.php?latex=%5Ctilde%7BY%7D_%7Bk%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;tilde{Y}_{k}' title='&#92;tilde{Y}_{k}' class='latex' />. This is true even if <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' /> is drawn from an interval of the real numbers. This is where a <i>Bayesian bootstrap</i> might be more suitable.</p>
<p>In a <a href="http://hypergeometric.wordpress.com/2013/10/17/bayesian-bootstrap/"><i>Bayesian bootstrap</i></a>, the set of possibilities to be sampled are specified using a prior distribution on <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' /> [<a href="#Da2009">Da2009</a>, Section 10.5].  A specific observation of <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' />, like <img src='https://s0.wp.com/latex.php?latex=%5Cmathring%7BY%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathring{Y}' title='&#92;mathring{Y}' class='latex' />, is use to update the probability density on <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' />, and then values from <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' /> are drawn in  proportion to this updated probability. Thus, values in <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' /> never in <img src='https://s0.wp.com/latex.php?latex=%5Cmathring%7BY%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;mathring{Y}' title='&#92;mathring{Y}' class='latex' /> might be drawn. Both bootstraps will, under similar conditions, preserve the sampling distribution of <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' />.
</td>
</tr>
</table>
</div>
<h3>8. Summary</h3>
<p>Various geophysical datasets recording global surface temperature anomalies suggest a slowdown in anomalous global warming from historical baselines.   Warming is increasing, but not as fast, and much of the media attention to this is reacting to <i>the second time derivative of temperature</i>, which is negative, not the first time derivative, its rate of increase. Explanations vary. In one important respect, 20 or 30 years is an insufficiently long time to assess the state of the climate system. In another, while the global <i>surface</i> temperature increase is slowing, oceanic temperatures continue to soar, at many depths. Warming might even decrease. None of these seem to pose a challenge to the geophysics of climate, which has substantial support both from experimental science and <i>ab initio</i> calculations. An interesting discrepancy is noted by Fyfe, Gillet, and Zwiers, although their  calculation could be improved both by using a more robust estimator for trends,  and by trying to integrate out anomalous temperatures due to  internal variability in their models, because much of it is not separately observable. Nevertheless, Fyfe, Gillet, and Zwiers may have done the field a great service, making explicit a discrepancy which enables students of datasets like the important HadCRUT4 to discover an important limitation, that their dispersion across ensembles does not properly reflect the set of <i>Earth futures</i>  which one might wish they did and, in their failure for users who think of the ensemble as representing such futures, give them a dispersion which is  significantly smaller than what we might know.</p>
<p>The <i>Azimuth Project</i> can contribute, and I am planning subprojects to pursue my suggestions in Section 7, those of  examining HadCRUT4 improvements using MOS ensembles, a Bayesian bootstrap, or the Bayesian ANOVA described there. Beyond trends in mean surface temperatures, there&#8217;s another more challenging statistical problem involving trends in sea levels which awaits investigation  [<a href="#Le2012b">Le2012b</a>, <a href="#Hu2010">Hu2010</a>].</p>
<p>Working out these kinds of details is the process of science at its best, and many  disciplines,  not least mathematics, statistics, and signal processing,  have much to contribute to the methods and interpretations of these series data. It is possible too much is being asked of a limited data set, and perhaps we have <a href="#Ur2014">not yet observed enough of climate system response</a> to say anything definitive. But the urgency to act responsibly given scientific predictions remains.</p>
<h3>Bibliography</h3>
<ol>
<li><a name="CREDENTIALS"></a><b>Credentials</b>.  I have taken courses in geology from Binghamton University, but the rest of my knowledge of climate science is from reading the technical literature, principally publications from the American Geophysical Union and the American Meteorological Society, and self-teaching,  from textbooks like <a href="#Pi2012">Pierrehumbert</a>. I seek to find ways where my different perspective on things canhelp advance and explain the     climate science enterprise. I also apply my skills to working local environmental problems, ranging from inferring people&#8217;s use of energy in local municipalities, as well as studying things like trends in solid waste production at the same scales using Bayesian inversions.  I am fortunate that techniques used in my professional work and those in these problems overlap so much. I am a member of the <a href="http://www.amstat.org/about/index.cfm">American Statistical Association</a>,  the <a href="http://sites.agu.org/#section-about">American Geophysical Union</a>, the <a href="http://www.ametsoc.org/">American Meteorological Association</a>,  the <a href="http://bayesian.org/">International Society for Bayesian Analysis</a>, as well as <a href="http://www.ieee.org/index.html">the IEEE</a>     and its <a href="http://www.signalprocessingsociety.org/">signal processing society</a>.  </li>
<li>[Yo2014]<a name="Yo2014"></a> D. S. Young, &#8220;Bond. James Bond. A statistical look at cinema’s most famous spy&#8221;, <i>CHANCE</i> Magazine, 27(2), 2014,    21-27, <a href="http://chance.amstat.org/2014/04/james-bond/">http://chance.amstat.org/2014/04/james-bond/</a>.
</li>
<li>[Ca2014a]<a name="Ca2014a"></a> S. Carson, <a href="http://scienceofdoom.com/roadmap/co2/"><i>Science of Doom</i></a>, a Web site devoted to atmospheric radiation physics and forcings, last accessed 7 February 2014.
</li>
<li>[Pi2012]<a name="Pi2012"></a> R. T. Pierrehumbert, <i>Principles of Planetary Climate</i>, Cambridge University Press, 2010, reprinted 2012.
</li>
<li>[Pi2011]<a name="Pi2011"></a> R. T. Pierrehumbert, &#8220;Infrared radiative and planetary temperature&#8221;, <i>Physics Today</i>, January 2011, 33-38.
</li>
<li>[Pe2006]<a name="Pe2006"></a> G. W. Petty, <i>A First Course in Atmospheric Radiation</i>, 2<sup>nd</sup> edition, Sundog Publishing, 2006.
</li>
<li>[Le2012a]<a name="Le2012a"></a> S. Levitus, J. I. Antonov, T. P. Boyer, O. K. Baranova, H. E. Garcia, R. A. Locarnini, A. V. Mishonov, J. R. Reagan, D. Seidov, E. S. Yarosh, and M. M. Zweng,  &#8220;World ocean heat content and thermosteric sea level change (0-2000 m), 1955-2010&#8221;, <i>Geophysical Research Letters</i>, <strong>39</strong>, L10603, 2012, <a href="http://dx.doi.org/10.1029/2012GL051106">http://dx.doi.org/10.1029/2012GL051106</a>.
</li>
<li>[Le2012b]<a name="Le2012b"></a> S. Levitus, J. I. Antonov, T. P. Boyer, O. K. Baranova, H. E. Garcia, R. A. Locarnini, A. V. Mishonov, J. R. Reagan, D. Seidov, E. S. Yarosh, and M. M. Zweng, &#8220;World ocean heat content and thermosteric sea level change (0-2000 m), 1955-2010: supplementary information&#8221;, <i>Geophysical Research Letters</i>, <strong>39</strong>, L10603, 2012, <a href="http://onlinelibrary.wiley.com/doi/10.1029/2012GL051106/suppinfo">http://onlinelibrary.wiley.com/doi/10.1029/2012GL051106/suppinfo</a>.
</li>
<li>[Sm2009]<a name="Sm2009"></a> R. L. Smith, C. Tebaldi, D. Nychka, L. O. Mearns,    &#8220;Bayesian modeling of uncertainty in ensembles of climate models&#8221;,    <i>Journal of the American Statistical Association</i>, 104(485), March 2009.
</li>
<li>Nomenclature.<a name="NOMENCLAT"></a> The nomenclature can be confusing. With respect to observations, variability arising due to choice of method is      sometimes called <i>structural uncertainty</i> [<a href="#Mo2012">Mo2012</a>, <a href="#Th2005">Th2005</a>].
</li>
<li>[Kr2014]<a name="Kr2014"></a> J. P. Krasting, J. P. Dunne, E. Shevliakova,  R. J. Stouffer (2014), &#8220;Trajectory sensitivity of the transient climate response to cumulative carbon emissions&#8221;, <i>Geophysical Research Letters</i>, <strong>41</strong>, 2014, <a href="http://dx.doi.org/10.1002/2013GL059141">http://dx.doi.org/10.1002/2013GL059141</a>.
</li>
<li>[Sh2014a]<a name="Sh2014a"></a> D. T. Shindell, &#8220;Inhomogeneous forcing and transient climate sensitivity&#8221;,   <i>Nature Climate Change</i>, <strong>4</strong>, 2014, 274-277, <a href="http://dx.doi.org/10.1038/nclimate2136">http://dx.doi.org/10.1038/nclimate2136</a>.
</li>
<li>[Sh2014b]<a name="Sh2014b"></a> D. T. Shindell, &#8220;Shindell: On constraining the Transient Climate Response&#8221;, <i>RealClimate</i>,   <a href="http://www.realclimate.org/index.php?p=17134">http://www.realclimate.org/index.php?p=17134</a>, 8 April 2014.
</li>
<li>[Sa2011]<a name="Sa2011"></a> B. M. Sanderson, B. C. O’Neill, J. T. Kiehl, G. A. Meehl, R. Knutti, W. M. Washington,  &#8220;The response of the climate system to very high greenhouse gas emission scenarios&#8221;,       <i>Environmental Research Letters</i>, <strong>6</strong>, 2011, 034005,<br />
<a href="http://dx.doi.org/10.1088/1748-9326/6/3/034005">http://dx.doi.org/10.1088/1748-9326/6/3/034005</a>.
</li>
<li>[Em2011]<a name="Em2011"></a> K. Emanuel, &#8220;Global warming effects on U.S. hurricane damage&#8221;, <i>Weather, Climate, and Society</i>, <strong>3</strong>, 2011,     261-268, <a href="http://dx.doi.org/10.1175/WCAS-D-11-00007.1">http://dx.doi.org/10.1175/WCAS-D-11-00007.1</a>.
</li>
<li>[Sm2011]<a name="Sm2011"></a> L. A. Smith, N. Stern, &#8220;Uncertainty in science and its role in climate policy&#8221;, <i>Philosophical Transactions of the Royal Society A</i>,        <strong>269</strong>, 2011 369, 1-24, <a href="http://dx.doi.org/10.1098/rsta.2011.0149">http://dx.doi.org/10.1098/rsta.2011.0149</a>.
</li>
<li>[Le2010]<a name="Le2010"></a> M. C. Lemos, R. B. Rood, &#8220;Climate projections and their impact on policy and practice&#8221;, <i>WIREs Climate Change</i>,      <i>1</i>, September/October 2010, <a href="http://dx.doi.org/10.1002/wcc.71">http://dx.doi.org/10.1002/wcc.71.<br />
</a></li>
<li>[Sc2014]<a name="Sc2014"></a> G. A. Schmidt, D. T. Shindell, K. Tsigaridis, &#8220;Reconciling warming trends&#8221;, <i>Nature Geoscience</i>, <strong>7</strong>, 2014, 158-160,  <a href="http://dx.doi.org/10.1038/ngeo2105">http://dx.doi.org/10.1038/ngeo2105.<br />
</a></li>
<li>[Be2013]<a name="Be2013"></a> &#8220;Examining the recent &#8220;pause&#8221; in global warming&#8221;, <i>Berkeley Earth Memo</i>, 2013,  <a href="http://static.berkeleyearth.org/memos/examining-the-pause.pdf">http://static.berkeleyearth.org/memos/examining-the-pause.pdf</a>.
</li>
<li>[Mu2013a]<a name="Mu2013a"></a> R. A. Muller, J. Curry, D. Groom, R. Jacobsen, S. Perlmutter, R. Rohde, A. Rosenfeld, C. Wickham, J. Wurtele, &#8220;Decadal variations in the global atmospheric land temperatures&#8221;, <i>Journal of Geophysical Research: Atmospheres</i>, 118 (11), 2013, 5280-5286, <a href="http://dx.doi.org/10.1002/jgrd.50458">http://dx.doi.org/10.1002/jgrd.50458</a>.
</li>
<li>[Mu2013b]<a name="Mu2013b"></a> R. Muller, &#8220;Has global warming stopped?&#8221;, <i>Berkeley Earth Memo</i>, September 2013,  <a href="http://static.berkeleyearth.org/memos/has-global-warming-stopped.pdf">http://static.berkeleyearth.org/memos/has-global-warming-stopped.pdf</a>.
</li>
<li>[Br2006]<a name="Br2006"></a> P. Brohan, J. Kennedy, I. Harris, S. Tett, P. D. Jones, &#8220;Uncertainty estimates in regional and global observed temperature changes:     A new data set from 1850&#8221;, <i>Journal of Geophysical Research&#8212;Atmospheres</i>, 111(D12), 27 June 2006,     <a href="http://dx.doi.org/10.1029/2005JD006548">http://dx.doi.org/10.1029/2005JD006548</a>.
</li>
<li>[Co2013]<a name="Co2013"></a> K. Cowtan, R. G. Way, &#8220;Coverage bias in the HadCRUT4 temperature series and its impact on recent temperature trends&#8221;,     <i>Quarterly Journal of the Royal Meteorological Society</i>, 2013, <a href="http://dx.doi.org/10.1002/qj.2297">http://dx.doi.org/10.1002/qj.2297</a>.
</li>
<li>[Fy2013]<a name="Fy2013"></a> J. C. Fyfe, N. P. Gillett, F. W. Zwiers, &#8220;Overestimated global warming over the past 20 years&#8221;,      <i>Nature Climate Change</i>, <strong>3</strong>, September 2013, 767-769, and online at   <a href="http://dx.doi.org/10.1038/nclimate1972">http://dx.doi.org/10.1038/nclimate1972</a>.
</li>
<li>[Ha2013]<a name="Ha2013"></a> E. Hawkins, &#8220;Comparing global temperature observations and simulations, again&#8221;, <i>Climate Lab Book</i>,       <a href="http://www.climate-lab-book.ac.uk/2013/comparing-observations-and-simulations-again/">http://www.climate-lab-book.ac.uk/2013/comparing-observations-and-simulations-again/</a>, 28 May 2013.
</li>
<li>[Ha2014]<a name="Ha2014"></a> A. Hannart, A. Ribes, P. Naveau, &#8220;Optimal fingerprinting under multiple sources of uncertainty&#8221;,      <i>Geophysical Research Letters</i>, <strong>41</strong>, 2014, 1261-1268, <a href="http://dx.doi.org/10.1002/2013GL058653">http://dx.doi.org/10.1002/2013GL058653</a>.
</li>
<li>[Ka2013a]<a name="Ka2013a"></a> R. W. Katz, P. F. Craigmile, P. Guttorp, M. Haran, Bruno Sans&oacute;, M.L. Stein, &#8220;Uncertainty analysis in climate change assessments&#8221;,      <i>Nature Climate Change</i>, <strong>3</strong>, September 2013, 769-771 (&#8220;Commentary&#8221;).
</li>
<li>[Sl2013]<a name="Sl2013"></a> J. Slingo, &#8220;Statistical models and the global temperature record&#8221;, <i>Met Office</i>, May 2013,  <a href="http://www.metoffice.gov.uk/media/pdf/2/3/Statistical_Models_Climate_Change_May_2013.pdf">http://www.metoffice.gov.uk/media/pdf/2/3/Statistical_Models_Climate_Change_May_2013.pdf</a>.
</li>
<li>[Tr2013]<a name="Tr2013"></a> K. Trenberth, J. Fasullo, &#8220;An apparent hiatus in global warming?&#8221;, <i>Earth’s Future</i>, 2013,<br />
<a href="http://dx.doi.org/10.1002/2013EF000165">http://dx.doi.org/10.1002/2013EF000165</a>.
</li>
<li>[Mo2012]<a name="Mo2012"></a> C. P. Morice, J. J. Kennedy, N. A. Rayner, P. D. Jones,       &#8220;Quantifying uncertainties in global and regional temperature change using an ensemble of observational estimates: The HadCRUT4 data set&#8221;,       <i>Journal of Geophysical Research</i>, <strong>117</strong>, 2012, <a href="http://dx.doi.org/10.1029/2011JD017187">http://dx.doi.org/10.1029/2011JD017187</a>. See also <a href="http://www.metoffice.gov.uk/hadobs/hadcrut4/data/current/download.html">http://www.metoffice.gov.uk/hadobs/hadcrut4/data/current/download.html</a> where the 100 ensembles can be found.
</li>
<li>[Sa2012]<a name="Sa2012"></a> B. D. Santer, J. F. Painter, C. A. Mears, C. Doutriaux, P. Caldwell, J. M. Arblaster, P. J. Cameron-Smith, N. P. Gillett,       P. J. Gleckler, J. Lanzante, J. Perlwitz, S. Solomon, P. A. Stott, K. E. Taylor, L. Terray, P. W. Thorne, M. F. Wehner, F. J. Wentz,      T. M. L. Wigley, L. J. Wilcox, C.-Z. Zou, &#8220;Identifying human infuences on atmospheric temperature&#8221;, <i>Proceedings of the National Academy of Sciences</i>,   29 November 2012, <a href="http://dx.doi.org/10.1073/pnas.1210514109">http://dx.doi.org/10.1073/pnas.1210514109</a>.
</li>
<li>[Ke2011a]<a name="Ke2011a"></a> J. J. Kennedy, N. A. Rayner, R. O. Smith, D. E. Parker, M. Saunby, &#8220;Reassessing biases and other uncertainties in sea-surface      temperature observations measured in situ since 1850, part 1: measurement and sampling uncertainties&#8221;,       <i>Journal of Geophysical Research: Atmospheres (1984-2012)</i>, 116(D14), 27 July 2011,  <a href="http://dx.doi.org/10.1029/2010JD015218">http://dx.doi.org/10.1029/2010JD015218</a>.
</li>
<li>[Kh2008a]<a name="Kh2008a"></a> S. Kharin, &#8220;Statistical concepts in climate research: Some misuses of statistics in climatology&#8221;, Banff Summer School, 2008, part 1 of 3.      Slide 7, &#8220;Climatology is a one-experiment science. There is basically one observational record in climate&#8221;,  <a href="http://www.atmosp.physics.utoronto.ca/C-SPARC/ss08/lectures/Kharin-lecture1.pdf">http://www.atmosp.physics.utoronto.ca/C-SPARC/ss08/lectures/Kharin-lecture1.pdf</a>.
</li>
<li>[Kh2008b]<a name="Kh2008b"></a> S. Kharin, &#8220;Climate Change Detection and Attribution: Bayesian view&#8221;, Banff Summer School, 2008, part 3 of 3,  <a href="http://www.atmosp.physics.utoronto.ca/C-SPARC/ss08/lectures/Kharin-lecture3.pdf">http://www.atmosp.physics.utoronto.ca/C-SPARC/ss08/lectures/Kharin-lecture3.pdf</a>.
</li>
<li>[Le2005]<a name="Le2005"></a> T. C. K. Lee, F. W. Zwiers, G. C. Hegerl, X. Zhang, M. Tsao, &#8220;A Bayesian climate change detection and attribution assessment&#8221;,       <i>Journal of Climate</i>, <strong>18</strong>, 2005, 2429-2440.
</li>
<li>[De1982]<a name="De1982"></a> M. H. DeGroot, S. Fienberg, &#8220;The comparison and evaluation of forecasters&#8221;, <i>The Statistician</i>, 32(1-2), 1983, 12-22.
</li>
<li>[Ro2013a]<a name="Ro2013a"></a> R. Rohde, R. A. Muller, R. Jacobsen, E. Muller, S. Perlmutter, A. Rosenfeld, J. Wurtele, D. Groom, C. Wickham,       &#8220;A new estimate of the average Earth surface land temperature spanning 1753 to 2011&#8221;, <i>Geoinformatics &amp; Geostatistics: An Overview</i>,      1(1), 2013, <a href="http://dx.doi.org/10.4172/2327-4581.1000101">http://dx.doi.org/10.4172/2327-4581.1000101</a>.
</li>
<li>[Ke2011b]<a name="Ke2011b"></a> J. J. Kennedy, N. A. Rayner, R. O. Smith, D. E. Parker, M. Saunby, &#8220;Reassessing biases and other uncertainties in sea-surface      temperature observations measured in situ since 1850, part 2: Biases and homogenization&#8221;,       <i>Journal of Geophysical Research: Atmospheres (1984-2012)</i>, 116(D14), 27 July 2011,  <a href="http://dx.doi.org/10.1029/2010JD015220">http://dx.doi.org/10.1029/2010JD015220</a>.
</li>
<li>[Ro2013b]<a name="Ro2013b"></a> R. Rohde, &#8220;Comparison of Berkeley Earth, NASA GISS, and Hadley CRU averaging techniques on ideal synthetic data&#8221;,      <i>Berkeley Earth Memo</i>, January 2013, <a href="http://static.berkeleyearth.org/memos/robert-rohde-memo.pdf">http://static.berkeleyearth.org/memos/robert-rohde-memo.pdf</a>.
</li>
<li>[En2014]<a name="En2014"></a> M. H. England, S. McGregor, P. Spence, G. A. Meehl, A. Timmermann, W. Cai, A. S. Gupta, M. J. McPhaden, A. Purich, A. Santoso,     &#8220;Recent intensification of wind-driven circulation in the Pacific and the ongoing warming hiatus&#8221;,      <i>Nature Climate Change</i>, <strong>4</strong>, 2014, 222-227, <a href="http://dx.doi.org/10.1038/nclimate2106">http://dx.doi.org/10.1038/nclimate2106</a>. See     also <a href="http://www.realclimate.org/index.php/archives/2014/02/going-with-the-wind/">http://www.realclimate.org/index.php/archives/2014/02/going-with-the-wind/</a>.
</li>
<li>[Fy2014]<a name="Fy2014"></a> J. C. Fyfe, N. P. Gillett, &#8220;Recent observed and simulated warming&#8221;, <i>Nature Climate Change</i>, <strong>4</strong>, March 2014,  150-151, <a href="http://dx.doi.org/10.1038/nclimate2111">http://dx.doi.org/10.1038/nclimate2111</a>.
</li>
<li>[Ta2013]<a name="Ta2013"></a> Tamino, &#8220;el Ni&ntilde;o and the Non-Spherical Cow&#8221;, <i>Open Mind</i> blog, <a href="http://tamino.wordpress.com/2013/09/02/el-nino-and-the-non-spherical-cow/">http://tamino.wordpress.com/2013/09/02/el-nino-and-the-non-spherical-cow/</a>, 2 September 2013.
</li>
<li>[Fy2013s]<a name="Fy2013s"></a> Supplement to J. C. Fyfe, N. P. Gillett, F. W. Zwiers, &#8220;Overestimated global warming over the past 20 years&#8221;,      <i>Nature Climate Change</i>, <strong>3</strong>, September 2013, online at  <a href="http://www.nature.com/nclimate/journal/v3/n9/extref/nclimate1972-s1.pdf">http://www.nature.com/nclimate/journal/v3/n9/extref/nclimate1972-s1.pdf</a>.
</li>
<li>Ionizing.<a name="IONIZING"></a> There are tiny amounts of heating due to impinging ionizing radiation from space, and changes in Earth&#8217;s magnetic field.
</li>
<li>[Ki1997]<a name="Ki1997"></a> J. T. Kiehl, K. E. Trenberth, &#8220;Earth&#8217;s annual global mean energy budget&#8221;, <i>Bulletin of the American Meteorological Society</i>,  78(2), 1997, <a href="http://dx.doi.org/10.1175/1520-0477(1997)0782.0.CO;2">http://dx.doi.org/10.1175/1520-0477(1997)0782.0.CO;2</a>.
</li>
<li>[Tr2009]<a name="Tr2009"></a> K. Trenberth, J. Fasullo, J. T. Kiehl, &#8220;Earth&#8217;s global energy budget&#8221;, <i>Bulletin of the American Meteorological Society</i>,  <strong>90</strong>, 2009, 311–323, <a href="http://dx.doi.org/10.1175/2008BAMS2634.1">http://dx.doi.org/10.1175/2008BAMS2634.1</a>.
</li>
<li>[IP2013]<a name="IP2013"></a> IPCC, 2013: Climate Change 2013: The Physical Science Basis. Contribution of Working Group I to the Fifth Assessment Report of the Intergovernmental Panel on Climate Change [Stocker, T.F., D. Qin, G.-K. Plattner, M. Tignor, S.K. Allen, J. Boschung, A. Nauels, Y. Xia, V. Bex and P.M. Midgley  (eds.)]. Cambridge University Press, Cambridge, United Kingdom and New York, NY, USA, 1535 pp.  Also available online at <a href="https://www.ipcc.ch/report/ar5/wg1/">https://www.ipcc.ch/report/ar5/wg1/</a>.
</li>
<li>[Ve2012]<a name="Ve2012"></a> A. Vehtari, J. Ojanen, &#8220;A survey of Bayesian predictive methods for model assessment, selection and comparison&#8221;,    <i>Statistics Surveys</i>, <strong>6</strong> (2012), 142-228, <a href="http://dx.doi.org/10.1214/12-SS102">http://dx.doi.org/10.1214/12-SS102</a>.
</li>
<li>[Ge1998]<a name="Ge1998"></a> J. Geweke, &#8220;Simulation Methods for Model Criticism and Robustness Analysis&#8221;, in <i>Bayesian Statistics 6</i>,       J. M. Bernardo, J. O. Berger, A. P. Dawid and A. F. M. Smith (eds.), Oxford University Press, 1998.
</li>
<li>[Co2006]<a name="Co2006"></a> P. Congdon, <i>Bayesian Statistical Modelling</i>, 2<sup>nd</sup> edition, John Wiley &amp; Sons, 2006.
</li>
<li>[Fe2011b]<a name="Fe2011b"></a> D. Ferreira, J. Marshall, B. Rose, &#8220;Climate determinism revisited: Multiple equilibria in a complex climate model&#8221;,      <i>Journal of Climate</i>, <strong>24</strong>, 2011, 992-1012, <a href="http://dx.doi.org/10.1175/2010JCLI3580.1">http://dx.doi.org/10.1175/2010JCLI3580.1</a>.
</li>
<li>[Bu2002]<a name="Bu2002"></a> K. P. Burnham, D. R. Anderson, <i>Model Selection and Multimodel Inference</i>, 2<sup>nd</sup> edition, Springer-Verlag, 2002.
</li>
<li>[Ea2014a]<a name="Ea2014a"></a> S. Easterbrook, &#8220;What Does the New IPCC Report Say About Climate Change? (Part 4): Most of the heat is going into the oceans&#8221;,      11 April 2014, at the <i>Azimuth</i> blog,   <a href="https://johncarlosbaez.wordpress.com/2014/04/11/what-does-the-new-ipcc-report-say-about-climate-change-part-4/">https://johncarlosbaez.wordpress.com/2014/04/11/what-does-the-new-ipcc-report-say-about-climate-change-part-4/</a>. </li>
<li>[Ko2014]<a name="Ko2014"></a> Y. Kostov, K. C. Armour, and J. Marshall, &#8220;Impact of the Atlantic meridional overturning circulation on ocean heat storage and transient climate change&#8221;,      <i>Geophysical Research Letters</i>, <strong>41</strong>, 2014, 2108–2116, <a href="http://dx.doi.org/10.1002/2013GL058998">http://dx.doi.org/10.1002/2013GL058998</a>.
</li>
<li>[Me2011]<a name="Me2011"></a> G. A. Meehl, J. M. Arblaster, J. T. Fasullo, A. Hu.K. E. Trenberth,  &#8220;Model-based evidence of deep-ocean heat uptake during surface-temperature hiatus periods&#8221;,  <i>Nature Climate Change</i>, <strong>1</strong>, 2011, 360–364, <a href="http://dx.doi.org/10.1038/nclimate1229">http://dx.doi.org/10.1038/nclimate1229</a>.
</li>
<li>[Me2013]<a name="Me2013"></a> G. A. Meehl, A. Hu, J. M. Arblaster, J. Fasullo, K. E. Trenberth,  &#8220;Externally forced and internally generated decadal climate variability associated with the Interdecadal Pacific Oscillation&#8221;,  <i>Journal of Climate</i>, <strong>26</strong>, 2013, 7298–7310,  <a href="http://dx.doi.org/10.1175/JCLI-D-12-00548.1">http://dx.doi.org/10.1175/JCLI-D-12-00548.1</a>.
</li>
<li>[Ha2010]<a name="Ha2010"></a> J. Hansen, R. Ruedy, M. Sato, and K. Lo, &#8220;Global surface temperature change&#8221;, <i>Reviews of Geophysics</i>, 48(RG4004), 2010,  <a href="http://dx.doi.org/10.1029/2010RG000345">http://dx.doi.org/10.1029/2010RG000345</a>. </li>
<li>[GISS-BEST]<a name="GISS-BEST"></a> 3.667 (GISS) versus 3.670 (BEST).
</li>
<li><b>Spar.</b><a name="SPAR"></a> The smoothing parameter is a constant which weights a penalty term proportional to the second directional derivative of the curve. The effect is that if a candidate spline is chosen which is very bumpy, this candidate is penalized and will only be chosen if the data demands it. There is more said about choice of such parameters in the caption of Figure 12.
</li>
<li>[Ea2009]<a name="Ea2009"></a> D. R. Easterling, M. F. Wehner, &#8220;Is the climate warming or cooling?&#8221;, <i>Geophysical Research Letters</i>, <strong>36</strong>, L08706, 2009,  <a href="http://dx.doi.org/10.1029/2009GL037810">http://dx.doi.org/10.1029/2009GL037810</a>.
</li>
<li><b>Hiatus.</b><a name="HIATUS"></a> The term <i>hiatus</i> has a formal meaning in climate science, as described by the <a href="#IP2013">IPCC itself</a> (Box TS.3).
</li>
<li>[Ea2000]<a name="Ea2000"></a> D. J. Easterbrook, D. J. Kovanen, &#8220;Cyclical oscillation of Mt. Baker glaciers in response to climatic changes and their correlation with periodic oceanographic changes in the northeast Pacific Ocean&#8221;, <strong>32</strong>, 2000, <i>Proceedings of the Geological Society of America</i>,      Abstracts with Program, page 17, <a href="http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf">http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf</a>, abstract reviewed 23 April 2014.
</li>
<li>[Ea2001]<a name="Ea2001"></a> D. J. Easterbrook, &#8220;The next 25 years: global warming or global cooling? Geologic and      oceanographic evidence for cyclical climatic oscillations&#8221;, <strong>33</strong>, 2001, <i>Proceedings of the Geological Society of America</i>,      Abstracts with Program, page 253, <a href="http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf">http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf</a>, abstract reviewed 23 April 2014.
</li>
<li>[Ea2005]<a name="Ea2005"></a> D. J. Easterbrook, &#8220;Causes and effects of abrupt, global, climate changes and global warming&#8221;,      <i>Proceedings of the Geological Society of America</i>, <strong>37</strong>, 2005, Abstracts with Program, page 41, <a href="http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf">http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf</a>, abstract reviewed 23 April 2014.
</li>
<li>[Ea2006a]<a name="Ea2006a"></a> D. J. Easterbrook, &#8220;The cause of global warming and predictions for the coming century&#8221;,      <i>Proceedings of the Geological Society of America</i>, 38(7), Astracts with Programs, page 235,  <a href="http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf">http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf</a>, abstract reviewed 23 April 2014.
</li>
<li>[Ea2006b]<a name="Ea2006b"></a> D. J. Easterbrook, 2006b, &#8220;Causes of abrupt global climate changes and global warming predictions for the coming century&#8221;,     <i>Proceedings of the Geological Society of America</i>, <strong>38</strong>, 2006, Abstracts with Program, page 77, <a href="http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf">http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf</a>, abstract reviewed 23 April 2014.
</li>
<li>[Ea2007]<a name="Ea2007"></a> D. J. Easterbrook, &#8220;Geologic evidence of recurring climate cycles and their implications for the cause of global warming and climate changes in the coming century&#8221;, <i>Proceedings of the Geological Society of      America</i>, 39(6), Abstracts with Programs, page 507,  <a href="http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf">http://myweb.wwu.edu/dbunny/pdfs/dje_abstracts.pdf</a>, abstract reviewed 23 April 2014.
</li>
<li>[Ea2008]<a name="Ea2008"></a> D. J. Easterbrook, &#8220;Correlation of climatic and solar variations over the past 500 years and predicting global      climate changes from recurring climate cycles&#8221;, <i>Proceedings of the International Geological      Congress</i>, 2008, Oslo, Norway.
</li>
<li>[Wi2007]<a name="Wi2007"></a> J. K. Willis, J. M. Lyman, G. C. Johnson, J. Gilson, &#8220;Correction to &#8216;Recent cooling of the upper ocean&#8221;&#8216;,    <i>Geophysical Research Letters</i>, <strong>34</strong>, L16601, 2007, <a href="http://dx.doi.org/10.1029/2007GL030323">http://dx.doi.org/10.1029/2007GL030323</a>.
</li>
<li>[Ra2006]<a name="Ra2006"></a> N. Rayner, P. Brohan, D. Parker, C. Folland, J. Kennedy, M. Vanicek, T. Ansell, S. Tett,      &#8220;Improved analyses of changes and uncertainties in sea surface temperature measured in situ since the mid-nineteenth century: the HadSST2 dataset&#8221;, <i>Journal of Climate</i>, <strong>19</strong>, 1 February 2006, <a href="http://dx.doi.org/10.1175/JCLI3637.1">http://dx.doi.org/10.1175/JCLI3637.1</a>.
</li>
<li>[Pi2006]<a name="Pi2006"></a> R. Pielke, Sr, &#8220;The Lyman et al paper &#8216;Recent cooling in the upper ocean&#8217; has been published&#8221;,  blog entry, September 29, 2006, 8:09 AM, <a href="https://pielkeclimatesci.wordpress.com/2006/09/29/the-lyman-et-al-paper-recent-cooling-in-the-upper-ocean-has-been-published/">https://pielkeclimatesci.wordpress.com/2006/09/29/the-lyman-et-al-paper-recent-cooling-in-the-upper-ocean-has-been-published/</a>,       last accessed 24 April 2014.
</li>
<li>[Ko2013]<a name="Ko2013"></a> Y. Kosaka, S.-P. Xie, &#8220;Recent global-warming hiatus tied to equatorial Pacific surface cooling&#8221;,       <i>Nature</i>, <strong>501</strong>, 2013, 403–407, <a href="http://dx.doi.org/10.1038/nature12534">http://dx.doi.org/10.1038/nature12534</a>.
</li>
<li>[Ke1998]<a name="Ke1998"></a> C. D. Keeling, &#8220;Rewards and penalties of monitoring the Earth&#8221;,       <i>Annual Review of Energy and the Environment</i>,  <strong>23</strong>, 1998, 25–82, <a href="http://dx.doi.org/10.1146/annurev.energy.23.1.25">http://dx.doi.org/10.1146/annurev.energy.23.1.25</a>.
</li>
<li>[Wa1990]<a name="Wa1990"></a> G. Wahba, <i>Spline Models for Observational Data</i>, Society for Industrial and Applied Mathematics (SIAM), 1990.
</li>
<li>[Go1979]<a name="Go1979"></a> G. H. Golub, M. Heath, G. Wahba, &#8220;Generalized cross-validation as a method for choosing      a good ridge parameter&#8221;, <i>Technometrics</i>, 21(2), May 1979, 215-223,  <a href="http://www.stat.wisc.edu/~wahba/ftp1/oldie/golub.heath.wahba.pdf">http://www.stat.wisc.edu/~wahba/ftp1/oldie/golub.heath.wahba.pdf</a>.
</li>
<li>[Cr1979]<a name="Cr1979"></a> P. Craven, G. Wahba, &#8220;Smoothing noisy data with spline functions: Estimating the correct degree of smoothing by the method of generalized cross-validation&#8221;, <i>Numerische Mathematik</i>,     <strong>31</strong>, 1979, 377-403, <a href="http://www.stat.wisc.edu/~wahba/ftp1/oldie/craven.wah.pdf">http://www.stat.wisc.edu/~wahba/ftp1/oldie/craven.wah.pdf</a>.
</li>
<li>[Sa2013]<a name="Sa2013"></a> S. S&auml;rkk&auml;, <i>Bayesian Filtering and Smoothing</i>, Cambridge University Press, 2013. </li>
<li>[Co2009]<a name="Co2009"> P. S. P. Cowpertwait, A. V. Metcalfe, <i>Introductory Time Series With <strong>R</strong></i>, Springer, 2009.<br />
</a></li>
<li>[Ko2005]<a name="Ko2005"></a> R. Koenker, <i>Quantile Regression</i>, Cambridge University Press, 2005.
</li>
<li>[Du2012]<a name="Du2012"></a> J. Durbin, S. J. Koopman, <i>Time Series Analysis by State Space Methods</i>, Oxford University Press, 2012.
</li>
<li><b>Process variance</b>.<a name="PROCESS-VARIANCE"></a> Here, the process variance was taken here to be <img src='https://s0.wp.com/latex.php?latex=%5Cfrac%7B1%7D%7B50%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;frac{1}{50}' title='&#92;frac{1}{50}' class='latex' /> of the observations variance.
</li>
<li><b>Probabilities</b>. <a name="PROBABILITIES"></a> &#8220;In this Report, the following terms have been used to indicate the assessed likelihood of an outcome or a result: Virtually certain 99-100% probability, Very likely 90-100%, Likely 66-100%, About as likely as not 33-66$%, Unlikely 0-33%, Very unlikely 0-10%, Exceptionally unlikely 0-1%. Additional terms (Extremely likely: 95-100%, More likely than not 50-100%, and Extremely unlikely 0-5%) may also be used when appropriate. Assessed likelihood is typeset in italics, e.g., very likely (see Section 1.4 and Box TS.1 for more details).&#8221;
</li>
<li>[Ki2013]<a name="Ki2013"></a> E. Kintsch, &#8220;Researchers wary as DOE bids to build sixth U.S. climate model&#8221;,       <i>Science</i> <strong>341</strong> (6151), 13 September 2013, page 1160, <a href="http://dx.doi.org/10.1126/science.341.6151.1160">http://dx.doi.org/10.1126/science.341.6151.1160</a>. </li>
<li><b>Inez Fung</b>. <a name="IFUNG"></a> &#8220;It&#8217;s great there&#8217;s a new initiative,&#8221; <a href="#Ki2013">says modeler Inez Fung</a> of DOE&#8217;s Lawrence Berkeley National Laboratory and the University of California,      Berkeley. &#8220;But all the modeling efforts are very short-handed. More brains working on one set of code would be better than working separately&#8221;&#8221;.
</li>
<li><b>Exchangeability</b>.<a name="EXCHANGE"></a> <i>Exchangeability</i> is a weaker assumption than <i>independence</i>. Random variables are <i>exchangeable</i> if      their joint distribution only depends upon the set of variables, and not their order [<a href="#Di1977">Di1977</a>, <a href="#Di1988">Di1988</a>, <a href="#Ro2013c">Ro2013c</a>]. Note the caution in  <a href="#Co2005">Coolen</a>.
</li>
<li>[Di1977]<a name="Di1977"></a> P. Diaconis, &#8220;Finite forms of de Finetti&#8217;s theorem on exchangeability&#8221;, <i>Synthese</i>, <strong>36</strong>, 1977, 271-281.
</li>
<li>[Di1988]<a name="Di1988"></a> P. Diaconis, &#8220;Recent progress on de Finetti&#8217;s notions of exchangeability&#8221;, <i>Bayesian Statistics</i>, <strong>3</strong>, 1988, 111-125.
</li>
<li>[Ro2013c]<a name="Ro2013c"></a> J.C. Rougier, M. Goldstein, L. House, &#8220;Second-order exchangeability analysis for multi-model ensembles&#8221;,       <i>Journal of the American Statistical Association</i>, <strong>108</strong>, 2013, 852-863, <a href="http://dx.doi.org/10.1080/01621459.2013.802963">http://dx.doi.org/10.1080/01621459.2013.802963</a>.
</li>
<li>[Co2005]<a name="Co2005"></a> F. P. A. Coolen, &#8220;On nonparametric predictive inference and objective Bayesianism&#8221;,  <i>Journal of Logic, Language and Information</i>, <strong>15</strong>, 2006, 21-47, <a href="http://dx.doi.org/10.1007/s10849-005-9005-7">http://dx.doi.org/10.1007/s10849-005-9005-7</a>.    (&#8220;Generally, though, both for frequentist and Bayesian approaches, statisticians are often happy to assume exchangeability at the prior stage.      Once data are used in combination with model assumptions, exchangeability no longer holds ‘post-data’ due to the influence of modelling assumptions,      which effectively are based on mostly subjective input added to the information from the data.&#8221;).
</li>
<li>[Ch2008]<a name="Ch2008"></a> M. R. Chernick, <i>Bootstrap Methods: A Guide for Practitioners and Researches</i>, 2<sup>nd</sup> edition, 2008, John Wiley &amp; Sons.
</li>
<li>[Da2009]<a name="Da2009"></a> A. C. Davison, D. V. Hinkley,     <i>Bootstrap Methods and their Application</i>,     first published 1997, 11<sup>th</sup> printing, 2009,      Cambridge University Press.
</li>
<li>[Mu2007]<a name="Mu2007"></a> M. Mudelsee, M. Alkio, &#8220;Quantifying effects in two-sample environmental experiments using bootstrap condidence intervals&#8221;,     <i>Environmental Modelling and Software</i>, <strong>22</strong>, 2007, 84-96,  <a href="http://dx.doi.org/10.1016/j.envsoft.2005.12.001">http://dx.doi.org/10.1016/j.envsoft.2005.12.001</a>.
</li>
<li>[Wi2011]<a name="Wi2011"></a> D. S. Wilks, <i>Statistical Methods in the Atmospheric Sciences</i>, 3<sup>rd</sup> edition, 2011, Academic Press.
</li>
<li>[Pa2006]<a name="Pa2006"></a> T. N. Palmer, R. Buizza, R. Hagedon, A. Lawrence, M. Leutbecher, L. Smith,  &#8220;Ensemble prediction: A pedagogical perspective&#8221;, <i>ECMWF Newsletter</i>, <strong>106</strong>, 2006, 10–17.
</li>
<li>[To2001]<a name="To2001"></a> Z. Toth, Y. Zhu, T. Marchok, &#8220;The use of ensembles to identify forecasts with small and large uncertainty&#8221;,      <i>Weather and Forecasting</i>, <strong>16</strong>, 2001, 463–477,     <a><a href="http://dx.doi.org/10.1175/1520-0434(2001)0162.0.CO;2" rel="nofollow">http://dx.doi.org/10.1175/1520-0434(2001)0162.0.CO;2</a></a>.
</li>
<li>[Le2013a]<a name="Le2013a"></a> L. A. Lee, K. J. Pringle, C. I. Reddington, G. W. Mann, P. Stier, D. V. Spracklen, J. R. Pierce, K. S. Carslaw,        &#8220;The magnitude and causes of uncertainty in global model simulations of cloud condensation nuclei&#8221;, <i>Atmospheric Chemistry       and Physics Discussion</i>, <strong>13</strong>, 2013, 6295-6378, <a href="http://www.atmos-chem-phys.net/13/9375/2013/acp-13-9375-2013.pdf">http://www.atmos-chem-phys.net/13/9375/2013/acp-13-9375-2013.pdf</a>.
</li>
<li>[Gl2011]<a name="Gl2011"></a> D. M. Glover, W. J. Jenkins, S. C. Doney, <i>Modeling Methods for Marine Science</i>, Cambridge University Press, 2011.
</li>
<li>[Ki2014]<a name="Ki2014"></a> E. Kintisch, &#8220;Climate outsider finds missing global warming&#8221;, <i>Science</i>, <strong>344</strong> (6182), 25 April 2014, page 348, <a href="http://dx.doi.org/10.1126/science.344.6182.348">http://dx.doi.org/10.1126/science.344.6182.348</a>.
</li>
<li>[GL2011]<a name="GL2011"></a> D. M. Glover, W. J. Jenkins, S. C. Doney, <i>Modeling Methods for Marine Science</i>, Cambridge University Press, 2011,     Chapter 7.
</li>
<li>[Le2013b]<a name="Le2013b"></a> L. A. Lee, &#8220;Uncertainties in climate models: Living with uncertainty in an uncertain world&#8221;,        <i>Significance</i>, 10(5), October 2013, 34-39, <a href="http://dx.doi.org/10.1111/j.1740-9713.2013.00697.x">http://dx.doi.org/10.1111/j.1740-9713.2013.00697.x</a>.
</li>
<li>[Ur2014]<a name="Ur2014"></a> N. M. Urban, P. B. Holden, N. R. Edwards, R. L. Sriver, K. Keller,  &#8220;Historical and future learning about climate sensitivity&#8221;,    <i>Geophysical Research Letters</i>, <strong>41</strong>,  <a href="http://dx.doi.org/10.1002/2014GL059484">http://dx.doi.org/10.1002/2014GL059484</a>.
</li>
<li>[Th2005]<a name="Th2005"></a> P. W. Thorne, D. E. Parker, J. R. Christy, C. A. Mears, &#8220;Uncertainties in climate trends: Lessons from upper-air temperature records&#8221;,  <i>Bulletin of the American Meteorological Society</i>, <strong>86</strong>, 2005, 1437-1442, <a href="http://dx.doi.org/10.1175/BAMS-86-10-1437">http://dx.doi.org/10.1175/BAMS-86-10-1437</a>.
</li>
<li>[Fr2008]<a name="Fr2008"></a> C. Fraley, A. E. Raftery, T. Gneiting, &#8220;Calibrating multimodel forecast ensembles with exchangeable and missing members using Bayesian model averaging&#8221;, <i>Monthly Weather Review</i>.  <strong>138</strong>, January 2010, <a href="http://dx.doi.org/10.1175/2009MWR3046.1">http://dx.doi.org/10.1175/2009MWR3046.1</a>. </li>
<li>[Ow2001]<a name="Ow2001"> A. B. Owen, <i>Empirical Likelihood</i>, Chapman &amp; Hall/CRC, 2001. </a>
</li>
<li>[Al2012]<a name="Al2012"></a> M. Aldrin, M. Holden, P. Guttorp, R. B. Skeie, G. Myhre, T. K. Berntsen, &#8220;Bayesian estimation of climate sensitivity based on a simple climate model fitted to observations of hemispheric temperatures and global ocean heat content&#8221;, <i>Environmentrics</i>, 2012, <strong>23</strong>, 253-257, <a href="http://dx.doi.org/10.1002/env.2140">http://dx.doi.org/10.1002/env.2140</a>.
</li>
<li>[AS2007]<a name="AS2007"></a> &#8220;ASA Statement on Climate Change&#8221;, <i>American Statistical Association</i>, ASA Board of Directors, adopted    30 November 2007, <a href="http://www.amstat.org/news/climatechange.cfm">http://www.amstat.org/news/climatechange.cfm</a>, last visited 13 September 2013.
</li>
<li>[Be2008]<a name="Be2008"> L. M. Berliner, Y. Kim, &#8220;Bayesian design and analysis for superensemble-based climate forecasting&#8221;, <i>Journal of Climate</i>,    <strong>21</strong>, 1 May 2008, </a><a href="http://dx.doi.org/10.1175/2007JCLI1619.1">http://dx.doi.org/10.1175/2007JCLI1619.1</a>.
</li>
<li>[Fe2011a]<a name="Fe2011a"></a> X. Feng, T. DelSole, P. Houser, &#8220;Bootstrap estimated seasonal potential predictability of global temperature and precipitation&#8221;,     <i>Geophysical Research Letters</i>, <strong>38</strong>, L07702, 2011, <a href="http://dx.doi.org/10.1029/2010GL046511">http://dx.doi.org/10.1029/2010GL046511</a>.
</li>
<li>[Fr2013]<a name="Fr2013"></a> P. Friedlingstein, M. Meinshausen, V. K. Arora, C. D. Jones, A. Anav, S. K. Liddicoat, R. Knutti, &#8220;Uncertainties in CMIP5 climate projections due to carbon cycle feedbacks&#8221;, <i>Journal of Climate</i>, 2013, <a href="http://dx.doi.org/10.1175/JCLI-D-12-00579.1">http://dx.doi.org/10.1175/JCLI-D-12-00579.1</a>.
</li>
<li>[Ho2003]<a name="Ho2003"></a> T. J. Hoar, R. F. Milliff, D. Nychka, C. K. Wikle, L. M. Berliner, &#8220;Winds from a Bayesian hierarchical model: Computations for atmosphere-ocean research&#8221;, <i>Journal of Computational and Graphical Statistics</i>, 12(4), 2003, 781-807, <a href="http://www.jstor.org/stable/1390978">http://www.jstor.org/stable/1390978</a>.
</li>
<li>[Jo2013]<a name="Jo2013"></a> V. E. Johnson, &#8220;Revised standards for statistical evidence&#8221;, <i>Proceedings of the National Academy of Sciences</i>,      11 November 2013, <a href="http://dx.doi.org/10.1073/pnas.1313476110">http://dx.doi.org/10.1073/pnas.1313476110</a>, published online before print.
</li>
<li>[Ka2013b]<a name="Ka2013b"></a> J. Karlsson, J., Svensson, &#8220;Consequences of poor representation of Arctic sea-ice albedo and cloud-radiation interactions in the CMIP5 model ensemble&#8221;, <i>Geophysical Research Letters</i>, <strong>40</strong>, 2013, 4374-4379,  <a href="http://dx.doi.org/10.1002/grl.50768">http://dx.doi.org/10.1002/grl.50768</a>.
</li>
<li>[Kh2002]<a name="Kh2002"></a> V. V. Kharin, F. W. Zwiers, &#8220;Climate predictions with multimodel ensembles&#8221;, <i>Journal of Climate</i>, <strong>15</strong>, 1 April 2002, 793-799.
</li>
<li>[Kr2011]<a name="Kr2011"></a> J. K. Kruschke, <i>Doing Bayesian Data Analysis: A Tutorial with <strong>R</strong> and <strong>BUGS</strong></i>,  Academic Press, 2011.
</li>
<li>[Li2008]<a name="Li2008"></a> X. R. Li, X.-B. Li, &#8220;Common fallacies in hypothesis testing&#8221;, <i>Proceedings of the 11<sup>th</sup> IEEE International      Conference on Information Fusion</i>, 2008, New Orleans, LA.
</li>
<li>[Li2013]<a name="Li2013"></a> J.-L. F. Li, D. E. Waliser, G. Stephens, S. Lee, T. L’Ecuyer, S. Kato, N. Loeb, H.-Y. Ma,       &#8220;Characterizing and understanding radiation budget biases in CMIP3/CMIP5 GCMs, contemporary GCM, and reanalysis&#8221;,       <i>Journal of Geophysical Research: Atmospheres</i>, <strong>118</strong>, 2013, 8166-8184, <a href="http://dx.doi.org/10.1002/jgrd.50378">http://dx.doi.org/10.1002/jgrd.50378</a>.
</li>
<li>[Ma2013b]<a name="Ma2013b"></a> E. Maloney, S. Camargo, E. Chang, B. Colle, R. Fu, K. Geil, Q. Hu, x. Jiang, N. Johnson, K. Karnauskas, J. Kinter, B. Kirtman, S. Kumar, B. Langenbrunner,  K. Lombardo, L. Long, A. Mariotti, J. Meyerson, K. Mo, D. Neelin, Z. Pan, R. Seager, Y. Serra, A. Seth, J. Sheffield, J. Stroeve, J. Thibeault, S. Xie,  C. Wang, B. Wyman, and M. Zhao, &#8220;North American Climate in CMIP5 Experiments: Part III: Assessment of 21st Century Projections&#8221;,  <i>Journal of Climate</i>, 2013, in press, <a href="http://dx.doi.org/10.1175/JCLI-D-13-00273.1">http://dx.doi.org/10.1175/JCLI-D-13-00273.1</a>.
</li>
<li>[Mi2007]<a name="Mi2007"></a> S.-K. Min, D. Simonis, A. Hense, &#8220;Probabilistic climate change predictions applying Bayesian model averaging&#8221;,       <i>Philosophical Transactions of the Royal Society</i>, <i>Series A</i>, <strong>365</strong>, 15 August 2007,  <a href="http://dx.doi.org/10.1098/rsta.2007.2070">http://dx.doi.org/10.1098/rsta.2007.2070</a>.
</li>
<li>[Ni2001]<a name="Ni2001"></a> N. Nicholls, &#8220;The insignificance of significance testing&#8221;, <i>Bulletin of the American Meteorological Society</i>,       <strong>82</strong>, 2001, 971-986.
</li>
<li>[Pe2008]<a name="Pe2008"></a> G. Pennello, L. Thompson, &#8220;Experience with reviewing Bayesian medical device trials&#8221;,       <i>Journal of Biopharmaceutical Statistics</i>, 18(1), 81-115).
</li>
<li>[Pl2013]<a name="Pl2013"> M. Plummer</a>, &#8220;Just Another Gibbs Sampler&#8221;, <a href="http://mcmc-jags.sourceforge.net/">JAGS</a>, 2013. Plummer describes this      in greater detail at &#8220;JAGS: A program for analysis of Bayesian graphical models using Gibbs sampling&#8221;, <i>Proceedings      of the 3<sup>rd</sup> International Workshop on Distributed Statistical Computing</i> (DSC 2003), 20-22 March 2003, Vienna. See also M. J. Denwood, [in review] &#8220;runjags: An R package providing interface utilities, parallel computing methods and       additional distributions for MCMC models in JAGS&#8221;, <i>Journal of Statistical Software</i>, and <a href="http://cran.r-project.org/web/packages/runjags/">http://cran.r-project.org/web/packages/runjags/</a>. See also J. Kruschke, &#8220;Another reason to use JAGS instead of BUGS&#8221;,       <a href="http://doingbayesiandataanalysis.blogspot.com/2012/12/another-reason-to-use-jags-instead-of.html">http://doingbayesiandataanalysis.blogspot.com/2012/12/another-reason-to-use-jags-instead-of.html</a>, 21 December 2012.
</li>
<li>[Po1994]<a name="Po1994"></a> D. N. Politis, J. P. Romano, &#8220;The Stationary Bootstrap&#8221;, <i>Journal of the American Statistical Association</i>,       89(428), 1994, 1303-1313, <a href="http://dx.doi.org/10.1080/01621459.1994.10476870">http://dx.doi.org/10.1080/01621459.1994.10476870</a>.
</li>
<li>[Sa2002]<a name="Sa2002"></a> C.-E. S&auml;rndal, B. Swensson, J. Wretman, <i>Model Assisted Survey Sampling</i>, Springer, 1992.
</li>
<li>[Ta2012]<a name="Ta2012"></a> K. E. Taylor, R.J. Stouffer, G.A. Meehl, &#8220;An overview of CMIP5 and the experiment design&#8221;,  <i>Bulletin of the American Meteorological Society</i>, <strong>93</strong>, 2012, 485-498, <a href="http://dx.doi.org/10.1175/BAMS-D-11-00094.1">http://dx.doi.org/10.1175/BAMS-D-11-00094.1</a>.
</li>
<li>[To2013]<a name="To2013"></a> A. Toreti, P. Naveau, M. Zampieri, A. Schindler, E. Scoccimarro, E. Xoplaki, H. A. Dijkstra, S. Gualdi, J, Luterbacher,  &#8220;Projections of global changes in precipitation extremes from CMIP5 models&#8221;, <i>Geophysical Research Letters</i>, 2013,  <a href="http://dx.doi.org/10.1002/grl.50940">http://dx.doi.org/10.1002/grl.50940</a>.
</li>
<li>[WC2013]<a name="WC2013"></a> World Climate Research Programme (WCRP), &#8220;CMIP5: Coupled Model Intercomparison Project&#8221;, <a href="http://cmip-pcmdi.llnl.gov/cmip5/">http://cmip-pcmdi.llnl.gov/cmip5/</a>,    last visited 13 September 2013.
</li>
<li>[We2011]<a name="We2011"></a> M. B. Westover, K. D. Westover, M. T. Bianchi, &#8220;Significance testing as perverse probabilistic reasoning&#8221;, <i>BMC Medicine</i>,  9(20), 2011, <a href="http://www.biomedcentral.com/1741-7015/9/20">http://www.biomedcentral.com/1741-7015/9/20</a>.
</li>
<li>[Zw2004]<a name="Zw2004"></a> F. W. Zwiers, H. Von Storch, &#8220;On the role of statistics in climate research&#8221;, <i>International Journal of Climatology</i>,    <strong>24</strong>, 2004, 665-680.
</li>
<li>[Ra2005]<a name="Ra2005"></a> A. E. Raftery, T. Gneiting , F. Balabdaoui , M. Polakowski, &#8220;Using Bayesian model averaging to calibrate forecast ensembles&#8221;,      <i>Monthly Weather Review</i>, <strong>133</strong>, 1155–1174, <a href="http://dx.doi.org/10.1175/MWR2906.1">http://dx.doi.org/10.1175/MWR2906.1</a>.
</li>
<li>[Ki2010]<a name="Ki2010"></a> G. Kitagawa, <i>Introduction to Time Series Modeling</i>, Chapman &amp; Hall/CRC, 2010.
</li>
<li>[Hu2010]<a name="Hu2010"></a> C. W. Hughes, S. D. P. Williams, &#8220;The color of sea level: Importance of spatial variations in spectral shape for assessing the significance of trends&#8221;, <i>Journal of Geophysical Research</i>,  <strong>115</strong>, C10048, 2010, <a href="http://dx.doi.org/10.1029/2010JC006102">http://dx.doi.org/10.1029/2010JC006102</a>.
</li>
</ol>
]]></html><thumbnail_url><![CDATA[https://i0.wp.com/math.ucr.edu/home/baez/ecological/galkowski/KeelingDecomposition.png?fit=440%2C330]]></thumbnail_url><thumbnail_height><![CDATA[330]]></thumbnail_height><thumbnail_width><![CDATA[391]]></thumbnail_width></oembed>