CRAN/E | HMMextra0s

HMMextra0s

Hidden Markov Models with Extra Zeros

Installation

About

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. This updated version has included an example dataset and R code examples to show how to transform the data into the objects needed in the main functions. We have also made changes to increase the speed of some of the functions.

www.stats.otago.ac.nz/?people=ting_wang

Key Metrics

Version 1.1.0
Published 2021-08-03 1005 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks HMMextra0s results

Downloads

Yesterday 5 0%
Last 7 days 46 +10%
Last 30 days 161 -2%
Last 90 days 420 -34%
Last 365 days 1.952 -32%

Maintainer

Maintainer

Ting Wang

ting.wang@otago.ac.nz

Authors

Ting Wang
Wolfgang Hayek
Alexander Pletzer

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

HMMextra0s archive

Depends

methods

Imports

mvtnorm
ellipse

Suggests

HiddenMarkov