How do we deal with age errors in the statistical modelling of time dependent data?

Dr Niamh Cahill (she/her)

IGCP 725 Radiocarbon workshop (January 2022)

Introduction

Model Specification

I use a Bayesian approach to statistical modelling and when it comes to the specifying the Bayesian model recipe, the ingredients are

  1. The process model
  2. The data model (likelihood)
  3. The priors

Combining the priors and the data model gives us the posterior. The posterior tells us everything we need to know about what we are trying to estimate.

Model Specification Cont.

Expected Y = f(parameters,x)

Uncertain Data (Y) = Expected Y + error

Priors = Constraints

A Modelling Option: Simple Linear Regression

Expected Y = f(parameters,x), where f = linear

\[\text{Expected } Y = \alpha + \beta Age\]

Y = Expected Y + error, where error \(\sim\) Normal

\[Y = \alpha + \beta Age + error\]

\[error \sim Normal(0, \sigma_{Y})\]

Priors = Constraints

What happens when x has associated errors?

Instead of \[\text{Expected } Y = \alpha + \beta Age\] What we want is \[\text{Expected } Y = \alpha + \beta Age^{TRUE}\]

But we don’t know \(Age^{TRUE}\) 😞

We can use an Errors-in-Variables (EIV) approach 😄

We can again assume that

X = Expected X + error, where error \(\sim\) Normal

\[Age = Age^{TRUE} + error\]

\[error \sim Normal(0, \sigma_{Age})\]

Priors = Constraints

We need a prior for \(Age^{TRUE}\) with a plausible range.

This is called an Errors-in-Variables model.

Extending these ideas

We can extend the Errors-in-Variables idea to be used with more complex process models.

Expected Y = f(parameters,xtrue), where f = change point model

\(\text{Expected } Y = \alpha + \beta_1 (Age^{TRUE} - cp) \hspace{2em} \text{for x $<$ $cp$}\)

\(\text{Expected } Y = \alpha + \beta_2 (Age^{TRUE} - cp) \hspace{2em} \text{for x $\geq$ $cp$}\)

Expected Y = f(parameters,xtrue), where f = Gaussian process model

\(\text{Expected } Y \sim GP(0,K)\)

\[K_{i,j} = \sigma_g^2exp\bigg(-\rho^2(Age_i^{TRUE} -Age_j^{TRUE})^2\bigg)\]

Let’s explore these ideas further