BridgeSDEInference.jl

DOI BridgeSDEInference.jl

mmider mschauer SebaGraz
mmider mschauer SebaGraz

BridgeSDEInference.jl is a software package for Julia programming language in which we implement various inference algorithms for diffusion processes based on Guided proposals. It is hosted on github and can be installed using Julia’s built-in package manager:

using Pkg
Pkg.add("BridgeSDEInference")

We provide routines for running an MCMC sampler that infers posterior distribution over the unknown parameters $\theta$ governing the stochastic differential equation

from discrete-time, partial and noisy observations of the process $X$:

where $\xi_i$ are iid Gaussian random variables and $L_i\in R^{m_i\times d}$.

We also provide routines for inference from first passage time observations, as well as for mixed effect models (the last one is still in development).

Check out the documentation for more details.