dive documentation
dive
is a Python package for Bayesian analysis of dipolar EPR (electron paramagnetic resonance) spectroscopy data through Markov chain Monte Carlo (MCMC) sampling with the Python package PyMC.
About
dive
is a Python package for analyzing DEER spectroscopy with Bayesian
inference. When given a model (Tikhonov regularization or Gaussian mixture),
prior distributions for model parameters (which are already included in dive
),
and experimental data, Markov chain Monte Carlo (MCMC) sampling is run with
PyMC
to yield refined posterior distributions for each parameter. These
posterior distributions provide full quantification of the uncertainty of all
parameters, and can be analyzed for their means, confidence intervals, and so on.
Usage
See Usage for information on how to use dive
.