[Pomp-commits] r448 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Apr 27 16:59:10 CEST 2011
Author: kingaa
Date: 2011-04-27 16:59:10 +0200 (Wed, 27 Apr 2011)
New Revision: 448
Modified:
pkg/inst/ChangeLog
pkg/inst/NEWS
Log:
- version 0.36-5
- update NEWS file and Changelog
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2011-04-24 15:14:54 UTC (rev 447)
+++ pkg/inst/ChangeLog 2011-04-27 14:59:10 UTC (rev 448)
@@ -1,5 +1,7 @@
2011-04-24 kingaa
+ * [r447] inst/ChangeLog, inst/doc/advanced_topics_in_pomp.pdf,
+ inst/doc/intro_to_pomp.pdf:
* [r446] DESCRIPTION, R/pfilter.R, inst/ChangeLog, src/resample.c:
- fix bug in 'pfilter' introduced in version 0.32-6 (rev 315):
upon filtering failure, state variables were left un-updated.
Modified: pkg/inst/NEWS
===================================================================
--- pkg/inst/NEWS 2011-04-24 15:14:54 UTC (rev 447)
+++ pkg/inst/NEWS 2011-04-27 14:59:10 UTC (rev 448)
@@ -1,3 +1,18 @@
+NEW IN VERSION 0.36-5:
+
+ o The "intro_to_pomp" vignette has been updated. The first part of the vignette centers on a new, more transparent first example.
+
+ o A bug in 'pfilter' has been fixed. This bug was introduced in version 0.32-6 (SVN revision 315). Upon filtering failure, state variables were left un-updated. Thanks to Karim Khader for reporting circumstances that led to the identification of this bug.
+
+ o There is now a method for 'loglik' on 'probed.pomp' objects. This returns the synthetic likelihood.
+
+ o The box-constrained simulated annealing optimization method 'sannbox' is now an option in 'probe.match'.
+
+ o Calling 'states' on a pomp object having no unobserved states now fails gracefully (returning NULL rather than generating an error).
+
+ o The rprocess plugin 'discrete.time.sim' now takes an optional 'delta.t' argument to allow for arbitrary (but still necessarily regular) spacing of observations. By default, delta.t=1.
+
+
NEW IN VERSION 0.36-1:
o There are two new classes: 'traj.matched.pomp' and 'pfilterd.pomp' to hold the results of 'traj.match' and 'pfilter' computations, respectively. The old classes 'mif' and 'pmcmc' now inherit from 'pfilterd.pomp' in a natural way.
More information about the pomp-commits
mailing list