[Pomp-commits] r314 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 31 22:40:15 CEST 2010


Author: kingaa
Date: 2010-08-31 22:40:14 +0200 (Tue, 31 Aug 2010)
New Revision: 314

Modified:
   pkg/man/pomp.Rd
Log:
- minor clarification


Modified: pkg/man/pomp.Rd
===================================================================
--- pkg/man/pomp.Rd	2010-08-30 16:24:21 UTC (rev 313)
+++ pkg/man/pomp.Rd	2010-08-31 20:40:14 UTC (rev 314)
@@ -29,12 +29,12 @@
     The stochastic dynamical system is initialized at time \code{t0}.
   }
   \item{rprocess}{
-    optional; a function of prototype \code{rprocess(xstart,times,params,\dots)} that simulates from the unobserved process.
+    optional function; a function of prototype \code{rprocess(xstart,times,params,\dots)} that simulates from the unobserved process.
     The easiest way to specify \code{rprocess} is to use one of the \code{\link{plugins}} provided as part of the \pkg{pomp} package.
     See below for details.
   }
   \item{dprocess}{
-    optional; a function of prototype \code{dprocess(x,times,params,log,\dots)} that evaluates the likelihood of a sequence of consecutive state transitions.
+    optional function; a function of prototype \code{dprocess(x,times,params,log,\dots)} that evaluates the likelihood of a sequence of consecutive state transitions.
     The easiest way to specify \code{dprocess} is to use one of the \code{\link{plugins}} provided as part of the \pkg{pomp} package.
     It is not typically necessary (or even feasible) to define \code{dprocess}.
     See below for details.



More information about the pomp-commits mailing list