snakebacon.DatedProxyRecord

class snakebacon.DatedProxyRecord(data, age)
__init__(data, age)

Create a dated proxy record instance

Parameters:

data : DataFrame

Pandas dataframe containing columns with proxy sample measurements. Must also have ‘depth’ column.

age : iterable

Iterable containing calendar year, or a list of years (cal yr BP) for corresponding to each sample depth in data.depth.

Methods

__init__(data, age) Create a dated proxy record instance
n_members() Get number of MCMC ensemble members in calendar age estimates
to_pandas() Convert record to pandas.DataFrame