blowflies: Nicholson's blowflies.

Description Usage Arguments Details Value References See Also Examples

Description

blowflies is a data frame containing the data from several of Nicholson's classic experiments with the Australian sheep blowfly, Lucilia cuprina.

Usage

1
2
3
4
5
blowflies1(P = 3.2838, delta = 0.16073, N0 = 679.94,
  sigma.P = 1.3512, sigma.d = 0.74677, sigma.y = 0.026649)

blowflies2(P = 2.7319, delta = 0.17377, N0 = 800.31,
  sigma.P = 1.442, sigma.d = 0.76033, sigma.y = 0.010846)

Arguments

P

reproduction parameter

delta

death rate

N0

population scale factor

sigma.P

intensity of e noise

sigma.d

intensity of eps noise

sigma.y

measurement error s.d.

Details

blowflies1() and blowflies2() construct ‘pomp’ objects encoding stochastic delay-difference equation models. The data for these come from "population I", a control culture. The experiment is described on pp. 163–4 of Nicholson (1957). Unlimited quantities of larval food were provided; the adult food supply (ground liver) was constant at 0.4g per day. The data were taken from the table provided by Brillinger et al. (1980).

The models are discrete delay equations:

R[t+1] ~ Poisson(P N[t-tau] exp(-N[t-tau]/N0) e[t+1] dt)

S[t+1] ~ binomial(N[t],exp(-delta eps[t+1] dt))

N[t]=R[t]+S[t]

where e[t] and eps[t] are Gamma-distributed i.i.d. random variables with mean 1 and variances sigma.P^2/dt, sigma.d^2/dt, respectively. blowflies1 has a timestep (dt) of 1 day; blowflies2 has a timestep of 2 days. The process model in blowflies1 thus corresponds exactly to that studied by Wood (2010). The measurement model in both cases is taken to be

y[t] ~ negbin(N[t],1/sigma.y^2),

i.e., the observations are assumed to be negative-binomially distributed with mean N[t] and variance N[t]+(sigma.y N[t])^2.

Default parameter values are the MLEs as estimated by Ionides (2011).

Value

blowflies1 and blowflies2 return ‘pomp’ objects containing the actual data and two variants of the model.

References

A. J. Nicholson (1957) The self-adjustment of populations to change. Cold Spring Harbor Symposia on Quantitative Biology, 22, 153–173.

Y. Xia and H. Tong (2011) Feature Matching in Time Series Modeling. Statistical Science 26, 21–46.

E. L. Ionides (2011) Discussion of "Feature Matching in Time Series Modeling" by Y. Xia and H. Tong. Statistical Science 26, 49–52.

S. N. Wood (2010) Statistical inference for noisy nonlinear ecological dynamic systems. Nature 466, 1102–1104.

W. S. C. Gurney, S. P. Blythe, and R. M. Nisbet (1980) Nicholson's blowflies revisited. Nature 287, 17–21.

D. R. Brillinger, J. Guckenheimer, P. Guttorp and G. Oster (1980) Empirical modelling of population time series: The case of age and density dependent rates. In: G. Oster (ed.), Some Questions in Mathematical Biology, vol. 13, pp. 65–90. American Mathematical Society, Providence.

See Also

Other pomp examples: dacca, gompertz, measles, ou2, ricker, rw2, sir_models, verhulst

Other datasets: bsflu, dacca, measles, parus

Examples

1
2

kidusasfaw/pomp documentation built on May 20, 2019, 2:59 p.m.