[Pomp-commits] r481 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 19 05:11:19 CEST 2011


Author: kingaa
Date: 2011-05-19 05:11:18 +0200 (Thu, 19 May 2011)
New Revision: 481

Modified:
   pkg/man/pomp-package.Rd
   pkg/man/pomp.Rd
Log:
- improve the documentation a bit


Modified: pkg/man/pomp-package.Rd
===================================================================
--- pkg/man/pomp-package.Rd	2011-05-17 22:18:38 UTC (rev 480)
+++ pkg/man/pomp-package.Rd	2011-05-19 03:11:18 UTC (rev 481)
@@ -36,8 +36,13 @@
   \code{\link{pomp}},
   \code{\link{pfilter}},
   \code{\link[=simulate-pomp]{simulate}},
+  \code{\link{trajectory}},
   \code{\link{mif}},
-  \code{\link{nlf}}
+  \code{\link{nlf}},
+  \code{\link{probe.match}},
+  \code{\link{traj.match}},
+  \code{\link{bsmc}},
+  \code{\link{pmcmc}}
 }
 \keyword{models}
 \keyword{ts}

Modified: pkg/man/pomp.Rd
===================================================================
--- pkg/man/pomp.Rd	2011-05-17 22:18:38 UTC (rev 480)
+++ pkg/man/pomp.Rd	2011-05-19 03:11:18 UTC (rev 481)
@@ -221,7 +221,7 @@
 	}
     }
     \item{\code{dmeasure}}{
-      if provided, must take at least the arguments \code{y}, \code{x}, \code{times}, \code{params}, \code{log}, and \code{\dots}.
+      if provided, must take at least the arguments \code{y}, \code{x}, \code{t}, \code{params}, \code{log}, and \code{\dots}.
       \code{y} may be assumed to be a named vector of length \code{nobs} containing (actual or simulated) values of the observed variables;
       \code{x} will be a named vector of length \code{nvar} containing state variables
       \code{params}, a named vector containing parameters;



More information about the pomp-commits mailing list