forked from luisdamiano/BayesHMM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.45 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: BayesHMM
Type: Package
Title: Full Bayesian Inference for Hidden Markov Models
Version: 0.0.1
Authors@R: c(person("Luis", "Damiano", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Michael", "Weylandt", email = "[email protected]", role = c("aut")),
person("Brian", "Peterson", email = "[email protected]", role = c("aut")))
Description: An R Package to run full Bayesian inference on Hidden Markov Models (HMM) using the probabilistic programming language Stan. 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.
License: GPL (>=3)
Copyright: (c) 2018
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0.0),
Rcpp (>= 0.12.0)
Imports:
doParallel,
foreach,
methods,
rstan (>= 2.16),
utils
Suggests:
RUnit,
matrixcalc,
knitr,
rmarkdown
URL: https://github.com/luisdamiano/BayesHMM/, https://summerofcode.withgoogle.com/projects/#4681157036212224
BugReports: https://github.com/luisdamiano/BayesHMM/issues
RoxygenNote: 6.1.0
VignetteBuilder: knitr