Dendroclimatic Analyses
You now have the climate variables. What’s the next step? Statistical analyses to select the ONE climate variable to eventually reconstruct. We must first carefully analyze the climate/tree growth relationship 1. Response function analysis: biological model of tree growth/climate relationship developed by Hal Fritts in early 1970s uses the final tree-ring chronology developed after standardization uses monthly temperature and precipitation (others possible) uses months from the previous year as well (why?)
1. Response function analysis: uses principal components (PC) multiple regression PC analysis removes effects of interdependence among climate variables more recent software (PRECON) also uses bootstrapping to calculate confidence intervals notice r-squared values due to climate and prior growth interpret the diagram. Look for bumps, humps, dips, and dumps. Bump = single positive monthly variable Hump = two or more consecutive positive monthly variables Dip = single negative monthly variable Dump = two or more consecutive negative monthly variables
Response function analysis:
Response Function Analysis
2. Correlation analysis Correlation analysis complements results from response function analysis. RFA primarily concerned with temp and precip. Correlation analysis can be done on ALL climate variables (PDSI, ENSO, PDO, etc.) Correlation analysis best done with stats packages (SAS, Systat) or PRECON. Range of values = -1.0 < r < +1.0 Associated with each r-value is its p-value which tests for statistical significance. In general, we want p-values less than 0.05, or p < As in response function analysis, we also analyze months from the previous growing season (why?). As in response function analysis, we look for groupings of monthly variables to indicate seasonal response by trees.
Correlation analysis Graphical output from PRECON. Any value above +0.2 or below -0.2 is significant. Positive! Negative!
Note how response function analysis (top) and correlation analysis (bottom) are complementary (but different).
Pearson Correlation Coefficients Prob > |r| under H0: Rho=0 Number of Observations lmayt ljunt ljult laugt lsept loctt lnovt Correlation analysis R-values also known as Pearson correlation coefficients SAS output below: r-value (top), p-value (middle), n size (bottom) How do you interpret negative correlations?
Pearson Correlation Coefficients Prob > |r| under H0: Rho=0 Number of Observations jult augt sept octt novt dect Correlation analysis
Stepwise multiple regression analysis Another complementary technique Why do the two series diverge here?
Climate Reconstruction You’ve chosen your ONE climate variable to reconstruct based on these analyses. Use ordinary least squares regression techniques, which says: Tree growth is a function of climate, but we want to reconstruct climate. Instead, we state climate is a function of tree growth. x-values are the predictor variable = tree-ring chronology y-values are the predictand variable = climate variable ^ y = ax + b + eis the form of the regression line Common to conduct a regression over a calibration period (e.g ), and verify this equation against data in a verification period (e.g ) to ensure the robustness of the predicted values and the equation used for reconstruction.
In SAS: proc reg; model jult = std; where “jult” = July temperature being reconstructed, and “std” = the tree-ring (standard) chronology In the regression output, you will be given the regression coefficient (a) and the constant (b). To generate predicted climate data before the calibration period, plug these two values into an equation to predict July temperature. Do this for the full length of the tree-ring record for each year. predict = ( *std) ; where “predict” is predicted July temperature and “std” = the tree-ring data. Climate Reconstruction
Reconstructed Bemidji Feb-May Mean Monthly Max Temp Climate Reconstruction
Reconstructed Water Year Rainfall, New Mexico
Reconstructed Nov-Apr average temp, Tasmania
Reconstructed Blue River Annual Streamflow, Colorado
Reconstructed Temperatures from Multiple Proxies, the famous “Hockey Stick” graph