Archive for the ‘Climate’ Category.

Hockeystick for Matlab

Here’s the version 1.1: hockeystick1.txt

Some notes:

  • Download to empty folder and rename to hockeystick.m
  • Program downloads necessary data from the web (once), uses urlwrite.m (newish Matlab needed)
  • It’s a script
  • Shows what PC1_fixed does
  • Only one file is downloaded from CA (AD1000 proxies), sorry RC, but I don’t know where to find morc014 elsewhere..
  • Pl. tell me if it works or not, uc_edit at yahoo.com !

Updated to Ver 1.1, added cooling trends:

fig1.1.png

Multivariate Calibration (II)

In the previous post, I mentioned that Juckes et al INVR is essentially CCE. In addition, it was noted that CCE is not ML estimator and that Brown82 shows how to really compute confidence region in multivariate calibration problems. As Dr. Juckes made a good job of archiving his results, we can now compare his CCE (S=I) and ML estimator results Brown’s confidence region (with central point as point estimate) .

Continue reading ‘Multivariate Calibration (II)’ »

Multivariate Calibration

In calibration problem we have accurately known data values (X) and a responses to those values (Y). Responses are scaled and contaminated by noise (E), but easier to obtain. Given the calibration data (X,Y), we want to estimate new data values (X’) when we observe response Y’. Using Brown’s (Brown 1982) notation, we have a model

 Y=\textbf{1}\alpha ^T + XB + E (1)

 Y'=\alpha ^T + X'^T B + E' (2)

where sizes of matrices are Y (nXq), E (nXq), B(pXq), Y’ (1Xq), E’ (1Xq), X (nXp) and X’ (pX1). \textbf{1} is a column vector of ones (nX1). This is a bit less general than Brown’s model (only one response vector for each X’). n is length of the calibration data, q length of the response vector, and p length of the unknown X’. For example, if Y contains proxy responses to global temperature X, p is one and q the number of proxy records.

In the following, it is assumed that columns of E are zero mean, normally distributed vectors. Furthermore, rows of E are uncorrelated. (This assumption would be contradicted by red proxy noise.) The (qXq) covariance matrix of noise is denoted by G. In addition, columns of X are centered and have average sum of squares one.

Continue reading ‘Multivariate Calibration’ »

UC’s Millennium Problems

  1. How are those MBH99 uncertainties estimated?
  2. How many meteorological stations would be needed to beat the uncertainty levels of MBH99?
  3. If you don’t have a prior distribution of the signal, and observe signal+noise (noise independent of the signal), what kind of estimator yields a reconstruction that has a smaller sample variance than the true signal?
  4. How to define / measure natural variability ?
  5. Where do we need evolving multivariate regression ?
  6. Calibration: ICE, CCE or maybe even CVM. Why Kendall’s ATS claims that once the model is clearly stated, the choice of estimator follows directly ?