Learn R Programming

⚠️There's a newer version (3.0-9) of this package.Take me there.

hmm.discnp (version 0.1-0)

Hidden Markov models with discrete non-parametric observation distributions.

Description

Fits hidden Markov models with discrete non-parametric observation distributions to data sets. Simulates data from such models. Finds most probable underlying hidden states and most probable sequences of such states.

Copy Link

Version

Install

install.packages('hmm.discnp')

Monthly Downloads

260

Version

0.1-0

License

GPL (>= 2)

Maintainer

Rolf Turner

Last Published

September 28th, 2009

Functions in hmm.discnp (0.1-0)

hmm.discnp-internal

Internal hmm.discnp functions.
hmm

Fit a hidden Markov model to discrete data.
fitted.hmm.discnp

Fitted values of a discrete non-parametric hidden Markov model.
sim.hmm

Simulate discrete data from a hidden Markov model.
sp

Calculate the conditional state probabilities.
mps

Most probable states.
pr

Probability of state sequences.
viterbi

Most probable state sequence.