.. title:: StratMC Documentation .. figure:: logos/stratmc.svg :width: 60 % :alt: StratMC logo :align: center ============================================================ Reconstructing proxy signals from the stratigraphic record ============================================================ StratMC is a statistical framework for reconstructing past Earth system change using sediment-hosted proxy data. It is built on the Python probabilistic programming library `PyMC `_, which provides a flexible toolbox for constructing Bayesian models and sampling their posteriors using Markov chain Monte Carlo (MCMC) methods. Using geochemical proxy observations and geological age constraints from multiple stratigraphic sections, StratMC simultaneously infers the global proxy signal recorded by all sections and builds an age model for each section. For a complete description of the model, see Edmonsond & Dyer (submitted to *Geoscientific Model Development*). The StratMC Python package can be :doc:`installed ` from `PyPI `_ using the `pip package installer `_. The :doc:`API reference ` catalogs built-in functions for processing data, running the inference model, and plotting the results. For a full list of resources, visit the :doc:`User Guide `. Getting Started ---------------- * :doc:`Installation ` * :doc:`Quick start guide ` * :doc:`Example notebooks ` * :doc:`API reference ` * :doc:`Data table formatting ` .. toctree:: :maxdepth: 1 :hidden: User Guide API Reference Examples Installation