Skip to content
State space models (dynamic linear models, hidden Markov models) implemented in Stan.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
StanStateSpace misc Dec 2, 2016
bin rename scripts dir to bin Dec 2, 2016
doc misc Dec 2, 2016
lib misc Jul 7, 2016
stan rename scripts dir to bin Dec 2, 2016
tests misc Dec 2, 2016
.gitignore
LICENSE.md
Makefile
README.md Add WIP badge and note Mar 7, 2017

README.md

stability-wip

This is work in progress. It is a template for writing Kalman filters in Stan, but I wouldn't recommend directly using it in your work.

Example and code for state-space models in Stan. This includes an implementation of Kalman filtering, smoothing, and simulation for dynamic linear models (Gaussian linear state-space models).

Licensing

All Stan code is licensed under the New BSD License. All R code is licensed under the GPL-2 License. All documentation is licensed CC-BY.

You can’t perform that action at this time.