[Depmix-commits] r487 - in pkg/depmixS4: . inst/doc man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 1 12:32:58 CEST 2011
Author: ingmarvisser
Date: 2011-09-01 12:32:58 +0200 (Thu, 01 Sep 2011)
New Revision: 487
Modified:
pkg/depmixS4/DESCRIPTION
pkg/depmixS4/NEWS
pkg/depmixS4/inst/doc/depmixS4.Rnw
pkg/depmixS4/man/depmixS4-package.Rd
Log:
Corrected a typo in the vignette; updated version nr in Description and package help file.
Modified: pkg/depmixS4/DESCRIPTION
===================================================================
--- pkg/depmixS4/DESCRIPTION 2011-08-17 14:39:43 UTC (rev 486)
+++ pkg/depmixS4/DESCRIPTION 2011-09-01 10:32:58 UTC (rev 487)
@@ -1,10 +1,10 @@
Package: depmixS4
Version: 1.1-0
-Date: 2011-06-23
+Date: 2011-09-01
Title: Dependent Mixture Models - Hidden Markov Models of GLMs and Other Distributions in S4
Author: Ingmar Visser <i.visser at uva.nl>, Maarten Speekenbrink <m.speekenbrink at ucl.ac.uk>
Maintainer: Ingmar Visser <i.visser at uva.nl>
-Depends: R (>= 2.13.0), stats, nnet, methods, MASS, Rsolnp, stats4
+Depends: R (>= 2.13.1), stats, nnet, methods, MASS, Rsolnp, stats4
Suggests: Rdonlp2, gamlss, gamlss.dist
Description: Fit latent (hidden) Markov models on mixed categorical and continuous (timeseries)
data, otherwise known as dependent mixture models
Modified: pkg/depmixS4/NEWS
===================================================================
--- pkg/depmixS4/NEWS 2011-08-17 14:39:43 UTC (rev 486)
+++ pkg/depmixS4/NEWS 2011-09-01 10:32:58 UTC (rev 487)
@@ -1,4 +1,12 @@
+Changes in depmixS4 version 1.1-0
+
+ o Corrected a typo in the vignette in Equation 1; the first occurrence
+ of S read S_t instead of S_1 (thanks to Peng Yu for reporting this).
+
+ o
+
+
Changes in depmixS4 version 1.0-4
o Added examples of the use of ntimes argument on ?depmix and ?fit
Modified: pkg/depmixS4/inst/doc/depmixS4.Rnw
===================================================================
--- pkg/depmixS4/inst/doc/depmixS4.Rnw 2011-08-17 14:39:43 UTC (rev 486)
+++ pkg/depmixS4/inst/doc/depmixS4.Rnw 2011-09-01 10:32:58 UTC (rev 487)
@@ -188,7 +188,7 @@
= (\vc{z}_1,\ldots,\vc{z}_T)$, can be written as:
\begin{equation}
\Prob(\vc{O}_{1:T},\vc{S}_{1:T}|\greekv{\theta},\vc{z}_{1:T}) =
- \pi_{i}(\vc{z}_1) \vc{b}_{S_t}(\vc{O}_1|\vc{z}_{1})
+ \pi_{i}(\vc{z}_1) \vc{b}_{S_1}(\vc{O}_1|\vc{z}_{1})
\prod_{t=1}^{T-1} a_{ij}(\vc{z}_{t}) \vc{b}_{S_t}(\vc{O}_{t+1}|\vc{z}_{t+1}),
\end{equation}
where we have the following elements:
Modified: pkg/depmixS4/man/depmixS4-package.Rd
===================================================================
--- pkg/depmixS4/man/depmixS4-package.Rd 2011-08-17 14:39:43 UTC (rev 486)
+++ pkg/depmixS4/man/depmixS4-package.Rd 2011-09-01 10:32:58 UTC (rev 487)
@@ -34,8 +34,8 @@
\tabular{ll}{
Package: \tab depmixS4\cr
Type: \tab Package\cr
- Version: \tab 1.0-3\cr
- Date: \tab 2011-03-22\cr
+ Version: \tab 1.1-0\cr
+ Date: \tab 2011-00-01\cr
License: \tab GPL\cr
}
More information about the depmix-commits
mailing list