Data table format#
The inference model requires two inputs: proxy data for multiple stratigraphic sections and age constraints (at least a minimum and maximum age for each section). Proxy data and age constraints should be saved in separate .csv files formatted according to the tables below.
Stratigraphic proxy data#
The table below describes the values expected in the data table (.csv file) with proxy data for each section. Each entry corresponds to a single sample. Optional parameters that you do not wish to specify should be left blank, and will be replaced with the default value when the data are loaded with load_data() in stratmc.data.
Parameter |
Description |
|---|---|
|
Name of the section this data belongs to (type |
|
Height of sample in section (in meters). For sections where stratigraphic position instead is described by depth, leave blank. |
|
Depth of sample in core (in meters). For sections where stratigraphic position instead is described by height, leave blank. |
|
Proxy value for sample (replace column header with name of proxy). |
|
1-\(\sigma\) uncertainty of proxy measurement (in column header, proxy must match name of the column with the associated proxy value). If not provided, defaults to 0.1. |
|
Only required if custom groups of samples share an offset term in the model (otherwise, all samples from the same section will share an offset term). Set to the same value ( |
|
Only required if custom groups of samples share a noise term in the model (otherwise, all samples from the same section will share a noise term). Set to the same value ( |
|
Only required if sample age is directly constrained by a depositional age included in the Age constraints table; must match name of the constraint in Age constraints (type |
|
Only required if superposition relationships between some samples (within a given section) are unknown. Groups of samples with unknown superposition relationships should be marked as |
|
Whether to exclude sample from the inference ( |
Age constraints#
The table below describes the values expected in the data table (.csv file) with age constraints for each section. Each entry corresponds to a single age constraint from one of the sections included in the Stratigraphic proxy data table. Optional parameters that you do not wish to specify should be left blank, and will be replaced with the default value when the data are loaded with load_data() in stratmc.data.
Parameter |
Description |
|---|---|
|
Name of the section this data belongs to (type |
|
Height of age constraint in section (in meters). For sections where stratigraphic position instead is described by depth, leave blank. |
|
Depth of age constraint in core (in meters). For sections where stratigraphic position instead is described by height, leave blank. |
|
Age (in Myr). |
|
1-\(\sigma\) age uncertainty (in Myr). |
|
Name of age constraint (type |
|
Whether the age constraint is shared between multiple sections (and should have the same age in all sections where it is present – i.e., a correlative age constraint) ( |
|
Whether the age constraint is an intermediate (i.e., in the middle of a section) detrital age, which provides a maximum age for all overlying samples but does not constrain the age of underlying samples ( |
|
Whether the age constraint is an intermediate (i.e., in the middle of a section) intrusive age, which provides a minimum age for all underlying samples but does not constrain the age of overlying samples ( |
|
Whether the age constraint directly dates the age of a sample in the Stratigraphic proxy data table (rather than constraining its minimum or maximum age). Must match the name of the age constraint in the depositional age column of the Stratigraphic proxy data table. |
|
Probability distribution used to model age constraint; must correspond to the name of a continuous |
|
Name of parameter for custom distribution; only required if using a distribution other than |
|
Value of parameter for custom distribution; only required if using a distribution other than |
|
Name of parameter for custom distribution; only required if using a distribution other than |
|
Value of parameter for custom distribution; only required if using a distribution other than |
|
Whether to exclude age constraint from the inference ( |