Skip to content
Ronojoy Adhikari edited this page Apr 5, 2014 · 8 revisions

pybisp : Bayesian inference for stochastic processes

This project aims to provide tools to estimate the parameters associated with the drift and diffusion coefficients of multi-dimensional diffusion processes,

dX = mu(X, theta) dt + sigma(X, theta) dW

where mu(X, theta) is the drift and sigma(X, theta) is the diffusion and dW is a Wiener increment.

Roadmap

  1. Use pandas data frame to load time series data.
  2. Write functions for exact inference for Wiener and Ornstein-Uhlenbeck processes.

Similar projects

Published resources