[Depmix-commits] r129 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue May 20 17:15:37 CEST 2008


Author: ingmarvisser
Date: 2008-05-20 17:15:37 +0200 (Tue, 20 May 2008)
New Revision: 129

Modified:
   pkg/man/depmix.Rd
   pkg/man/depmix.fit.Rd
Log:
Minor changes in pkg version to make it compatible with version 2.7, changed version to 0.1-1

Modified: pkg/man/depmix.Rd
===================================================================
--- pkg/man/depmix.Rd	2008-05-20 10:42:09 UTC (rev 128)
+++ pkg/man/depmix.Rd	2008-05-20 15:15:37 UTC (rev 129)
@@ -57,14 +57,14 @@
 		ntimes=NULL,...)
 	
 	\S4method{summary}{depmix}(object)
-	\S4method{logLik}{depmix}(object)
-	\S4method{AIC}{depmix}(object)
-	\S4method{BIC}{depmix}(object)
-	\S4method{nobs}{depmix}(object)
+	\S4method{logLik}{depmix}(object, method="lystig")
+	\S4method{AIC}{depmix}(object, ..., k=2)
+	\S4method{BIC}{depmix}(object, ...)
+	\S4method{nobs}{depmix}(object, ...)
 	
 	\S4method{npar}{depmix}(object)
 	\S4method{freepars}{depmix}(object)
-	\S4method{setpars}{depmix}(object,which="pars",...)
+	\S4method{setpars}{depmix}(object,values,which="pars",...)
 	\S4method{getpars}{depmix}(object,which="pars",...)	
 	
 }
@@ -107,6 +107,13 @@
 		assumed to form a single time series. If the data argument has an
 		attribute ntimes, then this is used.}
 	
+	\item{method}{Can be used to compute the likelihood by calling the
+		forward backward routine instead of the recursion defined by Lystig
+		& Hughes (2002).  The latter is faster as it does not compute
+		backward variables which are not neccessary for computing the
+		likelihood.  This option is likely to be removed in future versions
+		as it serves no purpose.}
+	
 	\item{which}{The default "pars" returns a vector of all parameters of a
 		\code{depmix} object; the alternative value "fixed" return a
 		logical vector of the same length indicating which parameters are
@@ -116,7 +123,13 @@
 		\code{getpars} and \code{setpars} functions for \code{depmix} 
 		objects simply call the functions of the same name for the response
 		and transition models.}
-		
+	
+	\item{values}{In \code{setpars} used to set the parameters to these
+		values.}
+	
+	\item{k}{The penalty factor in the AIC which defaults to 2.
+		log(nobs) can be used to get the BIC.}
+
 	\item{...}{Not used currently.}
 	
 }

Modified: pkg/man/depmix.fit.Rd
===================================================================
--- pkg/man/depmix.fit.Rd	2008-05-20 10:42:09 UTC (rev 128)
+++ pkg/man/depmix.fit.Rd	2008-05-20 15:15:37 UTC (rev 129)
@@ -24,7 +24,7 @@
 	\S4method{fit}{depmix}(object, fixed=NULL, equal=NULL, conrows=NULL,
 		conrows.upper=0, conrows.lower=0, method=NULL,...)
 	
-	\S4method{posterior}{depmix.fitted}(object,...)
+	\S4method{posterior}{depmix.fitted}(object)
 	\S4method{summary}{depmix.fitted}(object)
 	
 }



More information about the depmix-commits mailing list