Skip to content

Commit

Permalink
version 0.0-8
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfTurner authored and gaborcsardi committed Jul 3, 2008
1 parent 3ac43be commit a30e10a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
@@ -1,14 +1,14 @@
Package: hmm.discnp
Version: 0.0-7
Date: 2006-08-24
Version: 0.0-8
Date: 2008-07-03
Title: Hidden Markov models with discrete non-parametric
observation distributions.
Author: Rolf Turner <rolf@math.unb.ca> and Limin Liu.
Maintainer: Rolf Turner <rolf@math.unb.ca>
Author: Rolf Turner <r.turner@auckland.ac.nz> and Limin Liu.
Maintainer: Rolf Turner <r.turner@auckland.ac.nz>
Depends: R (>= 0.99)
Description: Fits hidden Markov models with discrete non-parametric
observation distributions to data sets. Simulates data
from such models.
License: GPL version 2 or newer
URL: http://www.math.unb.ca/~rolf/
Packaged: Thu Aug 24 16:44:27 2006; rolf
Packaged: Thu Jul 3 10:58:24 2008; rturner
2 changes: 1 addition & 1 deletion R/revise.tpm.R
@@ -1,4 +1,4 @@
revise.tpm <- function(xi,mixture) {
if(mixture) matrix(apply(xi,2,sum)/sum(xi),byrow=T,nrow=nrow(xi))
if(mixture) matrix(apply(xi,2,sum)/sum(xi),byrow=TRUE,nrow=nrow(xi))
else xi/apply(xi,1,sum)
}
9 changes: 9 additions & 0 deletions man/hmm.Rd
Expand Up @@ -130,11 +130,20 @@ by this function.
The hard work is done by a Fortran subroutine "recurse" (actually
coded in Ratfor) which is dynamically loaded.
}

\references{
Rabiner, L. R., "A tutorial on hidden Markov models and
selected applications in speech recognition," Proc. IEEE vol. 77,
pp. 257 -- 286, 1989.

Zucchini, W. and Guttorp, P., "A hidden Markov model
for space-time precipitation," Water Resources Research vol.
27, pp. 1917-1923, 1991.

MacDonald, I. L., and Zucchini, W., "Hidden Markov
and Other Models for Discrete-valued Time Series, Chapman \& Hall,
London, 1997.
Liu, Limin, "Hidden Markov Models for Precipitation in a Region
of Atlantic Canada", Master's Report, University of New Brunswick,
1997.
Expand Down

0 comments on commit a30e10a

Please sign in to comment.