[Pomp-commits] r516 - in pkg: inst man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jun 9 14:08:22 CEST 2011
Author: kingaa
Date: 2011-06-09 14:08:22 +0200 (Thu, 09 Jun 2011)
New Revision: 516
Modified:
pkg/inst/ChangeLog
pkg/man/eulermultinom.Rd
Log:
- tweak to 'eulermultinom' man page
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2011-06-08 15:35:39 UTC (rev 515)
+++ pkg/inst/ChangeLog 2011-06-09 12:08:22 UTC (rev 516)
@@ -1,3 +1,9 @@
+2011-06-08 kingaa
+
+ * [r515] DESCRIPTION, inst/ChangeLog, inst/doc/intro_to_pomp.Rnw,
+ inst/doc/intro_to_pomp.pdf: - remove the deterministic skeleton
+ from the SIR-model pomp objects.
+
2011-06-07 kingaa
* [r514] man/dacca.Rd, man/eulermultinom.Rd: - fix 'dacca.Rd' to
Modified: pkg/man/eulermultinom.Rd
===================================================================
--- pkg/man/eulermultinom.Rd 2011-06-08 15:35:39 UTC (rev 515)
+++ pkg/man/eulermultinom.Rd 2011-06-09 12:08:22 UTC (rev 516)
@@ -31,11 +31,9 @@
\code{reulermultinom(n=m,size=N,rate=r,dt=dt)},
where \code{r} is the vector of rates.
- Evaluate the probability that \eqn{x_1,\dots,x_k}{x1,\dots,xk} are the numbers of individuals who have died in each of the \eqn{k} ways over the interval \eqn{\Delta t=}{}\code{dt}, by doing
+ Evaluate the probability that \eqn{x=(x_1,\dots,x_k)}{x=(x1,\dots,xk)} are the numbers of individuals who have died in each of the \eqn{k} ways over the interval \eqn{\Delta t=}{}\code{dt}, by doing
- \code{deulermultinom(x=x,size=N,rate=r,dt=dt)},
-
- where \code{x=c(x1,\dots,xk)}.
+ \code{deulermultinom(x=x,size=N,rate=r,dt=dt)}.
Direct access to the underlying C routines is available: see the header file \dQuote{pomp.h}, included with the package.
}
More information about the pomp-commits
mailing list