Learn R Programming

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

hmm.discnp (version 0.1-1)

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

240

Version

0.1-1

License

GPL (>= 2)

Maintainer

Rolf Turner

Last Published

November 30th, 2009

Functions in hmm.discnp (0.1-1)

hmm.discnp-internal

Internal hmm.discnp functions.
sp

Calculate the conditional state probabilities.
hmm

Fit a hidden Markov model to discrete data.
viterbi

Most probable state sequence.
sim.hmm

Simulate discrete data from a hidden Markov model.
fitted.hmm.discnp

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

Probability of state sequences.
mps

Most probable states.