snakebacon.AgeDepthModel.date

AgeDepthModel.date(proxy, how='median', n=500)

Date a proxy record

Parameters:

proxy : ProxyRecord

how : str

How to perform the dating. ‘median’ returns the average of the MCMC ensemble. ‘ensemble’ returns a ‘n’ randomly selected members of the MCMC ensemble. Default is ‘median’.

n : int

If ‘how’ is ‘ensemble’, the function will randomly select ‘n’ MCMC ensemble members, with replacement.

Returns:

DatedProxyRecord