Skip to content

Commit

Permalink
version 0.0-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolf Turner authored and gaborcsardi committed Feb 2, 2005
1 parent eeda2fe commit a3117e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,5 +1,5 @@
Package: hmm.discnp
Version: 0.0-3
Version: 0.0-4
Date: 2005-02-02
Title: Hidden Markov models with discrete non-parametric
observation distributions.
Expand All @@ -11,4 +11,4 @@ Description: Fits hidden Markov models with discrete non-parametric
from such models.
License: GPL version 2 or newer
URL: http://www.math.unb.ca/~rolf/
Packaged: Thu Mar 31 17:33:59 2005; rolf
Packaged: Tue Apr 5 11:48:40 2005; rolf
3 changes: 2 additions & 1 deletion man/sim.hmm.Rd
Expand Up @@ -36,7 +36,8 @@ those observations are integers between 1 and \code{nrow(Rho)}.
\seealso{\code{\link{hmm}()}}
\examples{
P <- matrix(c(0.7,0.3,0.1,0.9),2,2,byrow=TRUE)
R <- matrix(c(0.33,0.24,0.05,0.24,0.23,0.23,0.33,0.26,0.06,0.04),
R <- matrix(c(0.33,0.24,0.05,0.24,0.23,
0.23,0.33,0.25,0.06,0.04),
5,2,byrow=TRUE)
y.sim <- sim.hmm(300,P,R,20)
}
Expand Down

0 comments on commit a3117e0

Please sign in to comment.