Skip to content

stevenalfonso/McmcHermes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runtests Documentation CI

McmcHermes.jl

logo

McmcHermes is a pure-Julia implementation of Metropolis Hasting Algorithm under an MIT license. McmcHermes will help you if you want to estimate model parameters or sample a probability density distribution.

Installation

using Pkg
Pkg.add("McmcHermes")

Some examples and basic usage are in the documentation.