[Pomp-commits] r599 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 19 13:06:20 CET 2012
Author: kingaa
Date: 2012-01-19 13:06:19 +0100 (Thu, 19 Jan 2012)
New Revision: 599
Modified:
pkg/man/ricker.Rd
Log:
- cosmetics
Modified: pkg/man/ricker.Rd
===================================================================
--- pkg/man/ricker.Rd 2012-01-19 12:03:03 UTC (rev 598)
+++ pkg/man/ricker.Rd 2012-01-19 12:06:19 UTC (rev 599)
@@ -7,8 +7,8 @@
}
\usage{data(ricker)}
\details{
- The state process is \eqn{N_{t+1} = r N_{t} exp(-N_{t}+e_{t})}, where the \eqn{e_t} are i.i.d. normal random deviates with variance \eqn{\sigma^2}.
- The observed variables \eqn{y_t} are distributed as \eqn{\mathrm{Poisson}(\phi N_t)}.
+ The state process is \eqn{N_{t+1} = r N_{t} \exp(-N_{t}+e_{t})}{N[t+1] = r N[t] exp(-N[t]+e[t])}, where the \eqn{e_t}{e[t]} are i.i.d. normal random deviates with variance \eqn{\sigma^2}{sigma^2}.
+ The observed variables \eqn{y_t}{y[t]} are distributed as \eqn{\mathrm{Poisson}(\phi N_t)}{Poisson(phi N[t])}.
}
\examples{
data(ricker)
More information about the pomp-commits
mailing list