User:Carl Boettiger/Notebook/Stochastic Population Dynamics/2010/05/16

From OpenWetWare
Jump to navigationJump to search
Stochastic Population Dynamics Main project page
Previous entry      Next entry

General matrix form and correcting equations

Pursuing a matrix form, seems I had missed some terms in the covariance equations Friday, which are suggested by the nice symmetry of this representation: (sometimes chalk and a camera are faster than tex).

This suggests the general form looks like

[math]\displaystyle{ dM = J M + (J M)^T + g }[/math]

Where M is the covariance matrix and J the Jacobian of f as before. dM is the matrix of derivative terms, though clearly not a rigorous notation.

Fixing Crowley results

  • A couple numerical errors in the implementation of the Crowley model yesterday led to the divergence. The updated numerical results can produce large but stable noise. Also applies system size scaling to match the individual-based simulation.

  • Working on graphing the direct comparison between the approximation and the individual simulation next.
  • Also working on updating gillespie simulation in warningSignals in order to remerge the crowley branch with the master branch.
  • warningSignals crowley branch successfully merged back onto master.
  • Next steps:
    • Add individual simulations to R interface for warningSignals (currently C code just computes window-averaging and ensemble on the fly instead of saving the full sample history).
    • add R function interface to Crowley model
    • Compare Crowley simulation to analytics.
    • Increase density-dependence and decrease size of key class in Crowley for larger noise effects.