[Pomp-commits] r548 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 29 21:52:11 CEST 2011
Author: kingaa
Date: 2011-08-29 21:52:10 +0200 (Mon, 29 Aug 2011)
New Revision: 548
Modified:
pkg/DESCRIPTION
pkg/inst/ChangeLog
pkg/inst/TODO
Log:
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2011-08-29 19:51:05 UTC (rev 547)
+++ pkg/DESCRIPTION 2011-08-29 19:52:10 UTC (rev 548)
@@ -2,7 +2,7 @@
Type: Package
Title: Statistical inference for partially observed Markov processes
Version: 0.39-2
-Date: 2011-08-24
+Date: 2011-08-29
Author: Aaron A. King, Edward L. Ionides, Carles Breto, Steve Ellner, Bruce Kendall, Helen Wearing, Matthew J. Ferrari, Michael Lavine, Daniel C. Reuman
Maintainer: Aaron A. King <kingaa at umich.edu>
URL: http://pomp.r-forge.r-project.org
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2011-08-29 19:51:05 UTC (rev 547)
+++ pkg/inst/ChangeLog 2011-08-29 19:52:10 UTC (rev 548)
@@ -1,5 +1,37 @@
+2011-08-29 kingaa
+
+ * [r547] data/LondonYorke.rda, data/blowflies.rda, data/dacca.rda,
+ data/euler.sir.rda, data/gillespie.sir.rda, data/gompertz.rda,
+ data/ou2.rda, data/ricker.rda, data/rw2.rda, data/verhulst.rda: -
+ compress the data files
+
+2011-08-24 kingaa
+
+ * [r546] R/plot-pomp.R: - one can now change the ylabels in
+ plotting a pomp object
+ * [r545] DESCRIPTION, NAMESPACE, R/plot-pomp.R, R/pomp-methods.R,
+ inst/NEWS, src/initstate.c, src/lookup_table.c,
+ src/pomp_internal.h, tests/gillespie.Rout.save,
+ tests/sir.Rout.save: - improve 'lookup_in_table', which can now
+ handle multiple index values
+ - as(po,'data.frame'), 'po' a 'pomp' object, now has columns for
+ (interpolated) covariates
+ - plot(po) behaves as before if 'po' is a 'pomp' object
+
+2011-08-23 kingaa
+
+ * [r544] DESCRIPTION, data/dacca.rda, inst/data-R/dacca.R: - fix
+ infelicity in 'dacca' object
+
2011-08-17 kingaa
+ * [r543] DESCRIPTION, inst/doc/ricker-probe-plot.jpg: - minor
+ changes
+ * [r542] inst/doc/advanced_topics_in_pomp.pdf,
+ inst/doc/intro_to_pomp.pdf, inst/doc/pomp.bib,
+ inst/doc/ricker-probe-plot.jpg: - update reference in intro
+ vignette
+ * [r541] inst/ChangeLog: - update ChangeLog
* [r540] inst/NEWS: - update NEWS file
* [r539] man/pomp-methods.Rd, src/dprocess.c: - remove unused
variable in 'dprocess.c'
Modified: pkg/inst/TODO
===================================================================
--- pkg/inst/TODO 2011-08-29 19:51:05 UTC (rev 547)
+++ pkg/inst/TODO 2011-08-29 19:52:10 UTC (rev 548)
@@ -16,3 +16,7 @@
prediction variances, prediction means?
* Add plugin for adaptive tau leaping algorithm.
+
+* Parallel 'pfilter' algorithm.
+
+* Add LPA model example.
More information about the pomp-commits
mailing list