[Depmix-commits] r252 - / trunk

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 18 11:28:06 CET 2009


Author: ingmarvisser
Date: 2009-02-18 11:28:06 +0100 (Wed, 18 Feb 2009)
New Revision: 252

Modified:
   todo
   trunk/NEWS
Log:
Updated to do list; moved new feature requests to a tracker as well as doc issues and bugs

Modified: todo
===================================================================
--- todo	2009-02-17 16:09:56 UTC (rev 251)
+++ todo	2009-02-18 10:28:06 UTC (rev 252)
@@ -1,9 +1,13 @@
 
 TODO list for paper
 
-1) do extensive testing
+1) do extensive testing:
+	- generate data for response models and parameter recovery (mostly
+	done in the test files)
+	- similarly for actual markov models and mixture models
 
-2) add example of adding new response model
+2) add example of adding new response model to JSS paper (still looking
+for a good candidate model ...)
 
 3) check models with boundary values in the transition and initial
 state probabilities (possibly work on identity link for multinomial
@@ -13,49 +17,31 @@
 
 4) write the paper
 
-5) bugs in transInit met covariaat met 3 level factor?
-
-6) bug in nlin: see lincon versus linconFull in depmixfit.R
-
-7) help voor fixed, equal constraints opgeven
-
-8) check bug in posterior versus viterbi bij de modellen van Maartje
-
-9) AIC/BIC help files: refs toevoegen
-
-10) balance data set refs toevoegen en toestemming vragen aan Brenda, data set 
+5) balance data set refs toevoegen en toestemming vragen aan Brenda, data set 
 reduceren dmv random subset
 
+6) Tests: 
+	- make output files for test files
 
 
 TODO Medium term
 
-1) look at initial value generation?
+1) Discrimination learning example, need covariates with these data!
 
-2) Discrimination learning example, need covariates with these data!
-
-3) Factor depmix model as example of user specified model
-
-4) make C versions of fb and lystig to speed things up a little bit 
-(have a look at the profile code in depmixNew-test4.R to see where 
-the speed problems are)
+2) Factor depmix model as example of user specified model
 
-5) Change stop criterion in EM: make it relative to the magnitude of the 
-likelihood to avoid overly long iterations with large likelihoods, ie for 
-thousands of cases
+3) Discrimination learning example: find data set with interesting covariates
 
 
 TODO long term 
 
 Design issues
 
-1) Analytical gradients in lystig + standard errors of parameters
+1) Multi group possibilities: use group factor in call to depmix??
 
-2) Multi group possibilities: use group factor in call to depmix??
+2) Missing data options?
 
-3) Missing data options?
 
-
 Other capabilities
 
 1) Look at log and exp of matrices to have continuous time observations
@@ -67,10 +53,12 @@
 
 4) Check flexclust package for an example of extending models
 
-5) Check glmc pack for constrained glm models!!!!!
+5) Check glmc pack for constrained glm models
 
 6) stochmod pack for stochastic models
 
-7) use relevel function to recode factors into different base
+7) use relevel function to recode factors into different base categories
 
-8) Standard errors (Hessian) for EM (computed by e.g. Louis' method)
+8) Standard errors (Hessian) for EM (computed by e.g. Louis' method)
+
+

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-02-17 16:09:56 UTC (rev 251)
+++ trunk/NEWS	2009-02-18 10:28:06 UTC (rev 252)
@@ -14,6 +14,10 @@
     prior and transInit models with covariates (thanks to Verena Schmittmann 
     for reporting this)
 
+  o Added newx argument to predict function of transInit objects, to be used
+    for predicting probabilities depending on covariates (useful in eg plotting
+    transition probabilities as function of a covariate)
+
   o 
 
 Changes in depmixS4 version 0.2-0



More information about the depmix-commits mailing list