[Pomp-commits] r363 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 5 18:28:22 CEST 2010
Author: kingaa
Date: 2010-10-05 18:28:22 +0200 (Tue, 05 Oct 2010)
New Revision: 363
Modified:
pkg/inst/ChangeLog
Log:
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-10-05 16:27:11 UTC (rev 362)
+++ pkg/inst/ChangeLog 2010-10-05 16:28:22 UTC (rev 363)
@@ -1,3 +1,37 @@
+2010-10-05 kingaa
+
+ * [r362] tests/ou2-pmcmc.Rout.save, tests/skeleton.R,
+ tests/skeleton.Rout.save: - add in results from ou2-pmcmc test
+ - add another set of tests in 'skeleton.R'
+ * [r361] DESCRIPTION, R/aaa.R, R/nlf-lql.R, R/nlf-objfun.R,
+ R/nlf.R, R/pomp-methods.R, R/simulate-pomp.R, R/spect.R,
+ R/traj-match.R, R/trajectory-pomp.R, data/euler.sir.rda,
+ data/gillespie.sir.rda, data/ou2.rda, data/ricker.rda,
+ data/rw2.rda, data/verhulst.rda, inst/ChangeLog, inst/NEWS,
+ inst/data-R/ou2.R, inst/doc/advanced_topics_in_pomp.pdf,
+ inst/doc/intro_to_pomp.Rnw, inst/doc/intro_to_pomp.pdf,
+ inst/doc/ou2-first-mif.rda, inst/doc/ou2-trajmatch.rda,
+ man/pomp-class.Rd, man/simulate-pomp.Rd, man/trajectory-pomp.Rd,
+ man/verhulst.Rd, src/probe.c, tests/gillespie.R,
+ tests/gillespie.Rout.save, tests/logistic.R,
+ tests/logistic.Rout.save, tests/ou2-forecast.R,
+ tests/ou2-forecast.Rout.save, tests/ou2-nlf.Rout.save,
+ tests/ou2-probe.Rout.save, tests/ou2-simulate.Rout.save,
+ tests/ou2-trajmatch.Rout.save, tests/ricker-probe.Rout.save,
+ tests/ricker.R, tests/ricker.Rout.save, tests/rw2.Rout.save,
+ tests/sir.Rout.save: - The default behaviors of 'simulate' and
+ 'trajectory' with respect to the argument 'times' has changed.
+ There is a new argument, 't0', which specifies the time at which
+ the initial conditions obtain. The default for 't0' is
+ 'timezero(object)'. The default for 'times' is now
+ 'time(object,t0=FALSE)' (it was 'time(object,t0=TRUE)'). This
+ change eliminates an infelicity in which 'simulate' and
+ 'trajectory' returned undesired values at the initial time. To
+ aid users in modifying their codes, a warning is now displayed
+ whenever a potentially affected call is made.
+ - A banner is now displayed on package attachment. This will be
+ used to report important changes.
+
2010-10-04 kingaa
* [r360] R/trajectory-pomp.R: - put guts of trajectory calculation
More information about the pomp-commits
mailing list