[Depmix-commits] r194 - trunk

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jun 28 11:33:57 CEST 2008


Author: ingmarvisser
Date: 2008-06-28 11:33:57 +0200 (Sat, 28 Jun 2008)
New Revision: 194

Modified:
   trunk/NEWS
   trunk/README
Log:
Updated NEWS, added more changes of the upcoming release 0.2-0
Updated README (changed on section on transition from old to new depmix)

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2008-06-27 11:12:10 UTC (rev 193)
+++ trunk/NEWS	2008-06-28 09:33:57 UTC (rev 194)
@@ -2,14 +2,27 @@
 
 Changes in depmixS4 version 0.2-0
 
-  o restructured R and Rd files
+  o restructured R and Rd (help) files
   
   o added function simulate to generate new data from a (fitted) model
-
+  
   o added function forwardbackward to access the forward and backward 
     variables as well as the smoothed transition and state variables
   
   o added new glm distributions: gamma, poisson
+  
+  o added multivariate normal distribution
+  
+  o freepars now works correctly on both depmix and depmix.fitted objects
+  
+  o added mix class for mixture and latent class models; the depmix class 
+    extends this mix class and adds a transition model to it
+  
+  o 
+  
+  o 
+  
+  o 
 
 
 Changes in depmixS4 version 0.1-1

Modified: trunk/README
===================================================================
--- trunk/README	2008-06-27 11:12:10 UTC (rev 193)
+++ trunk/README	2008-06-28 09:33:57 UTC (rev 194)
@@ -1,5 +1,5 @@
 
-depmixS4 provides a framework for specifying and fitting hidden Markov models. Currently, it has an interface to the gaussian() family of glm for specifying gaussian responses with covariates. There is also a multinomial() family function that provides functionality for multinomial logistic responses with covariates. The transition matrix and the initial state probabilities are also modeled as multinomial logistics with the possibility of including covariates. Optimization is by default done by the EM algorithm. When linear constraints are included, Rdonlp2 is used for optimization (see details below). New response distributions can be added by extending the response-class and writing appropriate methods for it (dens, and getpars and setpars). 
+depmixS4 provides a framework for specifying and fitting hidden Markov models. Currently, it interfaces the glm functions to specify the state dependent measurement models. There is also a multinomial() family function that provides functionality for multinomial logistic responses with covariates. The transition matrix and the initial state probabilities are also modeled as multinomial logistics with the possibility of including covariates. Optimization is by default done by the EM algorithm. When linear constraints are included, Rdonlp2 is used for optimization (see details below). New response distributions can be added by extending the response-class and writing appropriate methods for it (dens, and getpars and setpars). depmixS4 also fits latent class and mixture models. 
 
 The latest development version of depmix can be found at: 
 https://r-forge.r-project.org/projects/depmix/
@@ -7,11 +7,11 @@
 
 DIFFERENCES BETWEEN DEPMIXS4 AND DEPMIX
 
-depmixS4 is a completely new implementation of the depmix package using S4 classes. Model specification now uses formulae and family objects, familiar from the lm and glm functions. Moreover, the transition matrix and the initial state probabilities (as well as multinomial responses) are now modeled by default as multinomial logistics with a baseline. 
+depmixS4 is a completely new implementation of the depmix package using S4 classes. Model specification now uses formulae and family objects, familiar from the lm and glm functions. Moreover, the transition matrix and the initial state probabilities (as well as multinomial responses) are now modeled by default as multinomial logistics with a baseline. Specification of linear constraints uses the same mechanism as was used in depmix, with the only difference that constraints are passed as arguments to the fit function rather than the model specification function. See the help files for further details.
 
 
 USING RDONLP2
 
-Optimization of models with general linear constraints can only be done using the Rdonlp2 package, written Ryuichi Tamura(ry.tamura @ gmail.com), which is available from: http://arumat.net/Rdonlp2/
+Optimization of models with (general) linear (in-)equality constraints can be done using the Rdonlp2 package, written Ryuichi Tamura(ry.tamura @ gmail.com), which is available from: http://arumat.net/Rdonlp2/
 
-Optimization with Rdonlp2 is automatically selected when constraints are specified in the depmix.fit function. 
+Optimization with Rdonlp2 is automatically selected when constraints are specified in the fit function. 



More information about the depmix-commits mailing list