All Projects → luisdamiano → BayesHMM

luisdamiano / BayesHMM

Licence: other
Full Bayesian Inference for Hidden Markov Models

Programming Languages

r
7636 projects
Stan
76 projects

Projects that are alternatives of or similar to BayesHMM

Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (+877.14%)
Mutual labels:  statistics, bayesian, bayesian-inference, mcmc
Probabilistic Models
Collection of probabilistic models and inference algorithms
Stars: ✭ 217 (+520%)
Mutual labels:  bayesian, bayesian-inference, mcmc
MultiBUGS
Multi-core BUGS for fast Bayesian inference of large hierarchical models
Stars: ✭ 28 (-20%)
Mutual labels:  bayesian, bayesian-inference, mcmc
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (-5.71%)
Mutual labels:  bayesian, bayesian-inference, mcmc
Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (+202.86%)
Mutual labels:  bayesian, bayesian-inference, mcmc
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (+391.43%)
Mutual labels:  bayesian, bayesian-inference, mcmc
LogDensityProblems.jl
A common framework for implementing and using log densities for inference.
Stars: ✭ 26 (-25.71%)
Mutual labels:  bayesian, bayesian-inference, mcmc
Exoplanet
Fast & scalable MCMC for all your exoplanet needs!
Stars: ✭ 122 (+248.57%)
Mutual labels:  time-series, bayesian-inference, mcmc
Pydlm
A python library for Bayesian time series modeling
Stars: ✭ 375 (+971.43%)
Mutual labels:  statistics, time-series, bayesian
SMC.jl
Sequential Monte Carlo algorithm for approximation of posterior distributions.
Stars: ✭ 53 (+51.43%)
Mutual labels:  time-series, bayesian-inference, mcmc
Projpred
Projection predictive variable selection
Stars: ✭ 76 (+117.14%)
Mutual labels:  statistics, bayesian, bayesian-inference
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (+2131.43%)
Mutual labels:  bayesian, bayesian-inference, mcmc
Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (+1068.57%)
Mutual labels:  bayesian, bayesian-inference, mcmc
walker
Bayesian Generalized Linear Models with Time-Varying Coefficients
Stars: ✭ 38 (+8.57%)
Mutual labels:  time-series, bayesian, mcmc
Collapse
Advanced and Fast Data Transformation in R
Stars: ✭ 184 (+425.71%)
Mutual labels:  statistics, time-series, rstats
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (+134.29%)
Mutual labels:  statistics, bayesian-inference, mcmc
Elfi
ELFI - Engine for Likelihood-Free Inference
Stars: ✭ 208 (+494.29%)
Mutual labels:  statistics, bayesian, bayesian-inference
go-topics
Latent Dirichlet Allocation
Stars: ✭ 23 (-34.29%)
Mutual labels:  bayesian, mcmc
ml
machine learning
Stars: ✭ 29 (-17.14%)
Mutual labels:  hmm, mcmc
pyfilter
Particle filtering and sequential parameter inference in Python
Stars: ✭ 52 (+48.57%)
Mutual labels:  time-series, bayesian-inference

Full Bayesian Inference for Hidden Markov Models

Travis build status

We create an R Package to run full Bayesian inference on Hidden Markov Models (HMM) using the probabilistic programming language Stan. By providing an intuitive, expressive yet flexible input interface, we enable non-technical users to carry out research using the Bayesian workflow. We provide the user with an expressive interface to mix and match a wide array of options for the observation and latent models, including ample choices of densities, priors, and link functions whenever covariates are present. The software enables users to fit HMM with time-homogeneous transitions as well as time-varying transition probabilities. Priors can be set for every model parameter. Implemented inference algorithms include forward (filtering), forward-backwards (smoothing), Viterbi (most likely hidden path), prior predictive sampling, and posterior predictive sampling. Graphs, tables and other convenience methods for convergence diagnosis, goodness of fit, and data analysis are provided.

Google Summer of Code 2018

Install

devtools::install_github("luisdamiano/BayesHMM")

Prerequisites

  • R (>= 3.4.0)

Examples

See the vignette, which may not reflect the latest changes in the current version. Note that you may also find examples in inst/examples, but these may not work with the last version in the repository.

Contributing

Reach out to us at #r-finance (freenode.net).

Authors

License

GPL (>=3)

Acknowledgments

  • The Google Summer Of Code (GSOC) program for funding.
  • The members of the Stan Development Team.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].