Crossdating Simulator: Pattern Matching for Tree-Ring Chronologies

simulator intermediate ~12 min
Loading simulation...
r = 0.72 — strong crossdate at offset 0

Two 80-year series with signal strength 0.7 and noise 0.2 crossdate with correlation r = 0.72 at zero offset. This exceeds the 99% confidence threshold and confirms synchronous dating.

Formula

r = Σ(xi - x̄)(yi - ȳ) / √(Σ(xi - x̄)² × Σ(yi - ȳ)²)
t = r × √(N - 2) / √(1 - r²)
GLK = (agreements + 0.5 × ties) / (N - 1)

The Foundation of Tree-Ring Science

Crossdating is the fundamental principle that makes dendrochronology a science rather than mere ring counting. A.E. Douglass discovered in the early 1900s that trees across a region share recognizable ring-width patterns because they respond to the same climate. A sequence of wide-narrow-wide rings in one tree should appear in all nearby trees of the same species, creating a unique temporal fingerprint.

Pattern Matching & Correlation

Modern crossdating uses statistical methods alongside visual skeleton plots. The Pearson correlation coefficient quantifies the linear relationship between two ring-width series at each possible offset position. The Student's t-statistic tests whether the correlation is significant given the overlap length. High correlation at a single offset confirms the match; multiple peaks suggest problems.

Building Master Chronologies

By crossdating living trees with progressively older dead wood — fallen logs, archaeological timbers, subfossil wood — scientists extend chronologies far beyond any single tree's lifespan. The European oak chronology reaches back 12,460 years. The bristlecone pine chronology exceeds 10,000 years. These master chronologies serve as absolute calendars for dating and climate reconstruction.

Quality Control

Programs like COFECHA statistically verify every ring date against the master chronology, flagging segments with low correlation that may contain dating errors. This rigorous quality control distinguishes dendrochronology from other proxy methods — every single year must match the pattern, making it the most precisely dated paleoenvironmental archive available.

FAQ

What is crossdating in dendrochronology?

Crossdating is the principle that trees growing in the same region during the same period produce similar ring-width patterns due to shared climate forcing. By matching these patterns, scientists can assign exact calendar dates to rings in samples of unknown age, extending chronologies back thousands of years.

How does the sliding correlation method work?

One ring-width series is held fixed while the other is slid year by year. At each position, the Pearson correlation coefficient is computed for the overlapping segment. The position with the highest statistically significant correlation identifies the correct temporal alignment.

What is Gleichläufigkeit (GLK)?

GLK is a non-parametric measure of agreement between two series. It counts the fraction of intervals where both series change in the same direction (both increase or both decrease). GLK above 65% generally supports crossdating; above 75% is considered excellent.

Why is crossdating essential?

Without crossdating, ring counts can be wrong due to missing rings (drought years) or false rings (mid-season growth pulses). Crossdating catches these errors by requiring pattern agreement across multiple trees, ensuring every ring is assigned its true calendar year.

Sources

Embed

<iframe src="https://homo-deus.com/lab/dendrochronology/crossdating/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub