Skip to content

Instantly share code, notes, and snippets.

@mschauer
Created December 10, 2017 17:44
Show Gist options
  • Select an option

  • Save mschauer/3b40301d5c76afafeaea066b6b44398b to your computer and use it in GitHub Desktop.

Select an option

Save mschauer/3b40301d5c76afafeaea066b6b44398b to your computer and use it in GitHub Desktop.
Release 0.7

Releases

Release v0.6.0

This release contains a much improved implementation of guided proposals, which adopt a new interface. The corresponding improvements for partial guided bridges are postponed for the next release, so they still use the old interface.

  • New scripts hypo.jl and elliptic.jl in the example directory to verify the correctness of the implementation.
  • Fix: The llikelihood function is missing a factor -1/2 from the former likeliXcirc in SDE.jl, discovered by the method.
  • Add a README.md file describing the examples
  • Better test coverage

Cite as: M. Schauer et al. Bridge 0.6.0. Zenodo, doi:10.5281/zenodo.891231, 2017.

Release v0.5.0

  • Use Documenter
  • Fix Ellipse regression
  • Parametrize LinPro
  • Add non-adaptive 3-order method for Ordinary Differential Equations
  • Extended Levy process methods
  • Gamma process example
  • Delete chol method on UniformScaling
  • Add interface mclog
  • Small infrastructure for speed regressions
  • Add precompile.

Inital release v0.4.1

This is the inital (pre-)release of Bridge.jl, a statistical toolbox for diffusion processes written in julia.

The package allows for simulation of univariate and multivariate stochastic processes in continuous time, and also from conditional diffusion processes (similar to Brownian bridges.)

Several examples illustrate how the functions in this package can be used in Bayesian inference for drift and diffusion coefficients using the Metropolis-Hastings algorithm, see F. v. d. Meulen, M. Schauer: Bayesian estimation of discretely observed multi-dimensional diffusion procesases using guided proposals. Electronic Journal of Statistics 11 (1), 2017, 10.1214/17-EJS1290.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment