HMMextra0s: Hidden Markov Models with Extra Zeros

Contains functions for hidden Markov models with observations having extra zeros as defined in the following two publications, Wang, T., Zhuang, J., Obara, K. and Tsuruoka, H. (2016) <doi:10.1111/rssc.12194>; Wang, T., Zhuang, J., Buckby, J., Obara, K. and Tsuruoka, H. (2018) <doi:10.1029/2017JB015360>. The observed response variable is either univariate or bivariate Gaussian conditioning on presence of events, and extra zeros mean that the response variable takes on the value zero if nothing is happening. Hence the response is modelled as a mixture distribution of a Bernoulli variable and a continuous variable. That is, if the Bernoulli variable takes on the value 1, then the response variable is Gaussian, and if the Bernoulli variable takes on the value 0, then the response is zero too. This package includes functions for simulation, parameter estimation, goodness-of-fit, the Viterbi algorithm, and plotting the classified 2-D data. Some of the functions in the package are based on those of the R package 'HiddenMarkov' by David Harte.

Version: 1.0.0
Depends: methods
Imports: mvtnorm, ellipse
Suggests: HiddenMarkov
Published: 2018-09-17
Author: Ting Wang - I am grateful to Jiancang Zhuang for some helpful suggestions and contributions
Maintainer: Ting Wang <ting.wang at otago.ac.nz>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: http://www.stats.otago.ac.nz/?people=ting_wang
NeedsCompilation: yes
CRAN checks: HMMextra0s results

Downloads:

Reference manual: HMMextra0s.pdf
Package source: HMMextra0s_1.0.0.tar.gz
Windows binaries: r-devel: HMMextra0s_1.0.0.zip, r-release: HMMextra0s_1.0.0.zip, r-oldrel: HMMextra0s_1.0.0.zip
macOS binaries: r-release: HMMextra0s_1.0.0.tgz, r-oldrel: HMMextra0s_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=HMMextra0s to link to this page.