Skip to content

JuliaDiffusionBayes/DiffusionMCMCTools.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


DiffusionMCMCTools.jl
DiffusionMCMCTools.jl

Structures and routines that facilitate more convenient code solutions to problems of inference and smoothing for diffusion processes.

Stable Dev Build Status

Key FeaturesInstallationHow To UseRelatedLicense

Key features

  • Structs that gather all containers needed for inference and smoothing of diffusions in one place
  • Structs that provide views into structs above i.e. facilitate use of the blocking technique
  • Structs that provide a translation between
    • names of the parameters as known by the Markov chain updating parameter values
    • and names of the parameters as known by the diffusion laws or observations
  • Multiple methods for all of the above

Installation

⚠️ This package is in an early development stage. In particular, some functionality may depend on code in repositories DiffusionDefinition.jl, ObservationsSchemes.jl or GuidedProposals.jl that I haven't pushed to those repos yet. I would suggest not to use DiffusionMCMCTools.jl until this message disappears!

The package is not yet registered. To install it, type in:

] add https://github.com/JuliaDiffusionBayes/DiffusionMCMCTools.jl

How To Use

See the documentation.

Related

DiffusionMCMCTools.jl belongs to a suite of packages in JuliaDiffusionBayes, whose aim is to facilitate Bayesian inference for diffusion processes. Some other packages in this suite are as follows:

License

MIT

About

Tools for running MCMC inference for diffusions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages