[Pomp-commits] r122 - in pkg: . inst inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu May 7 22:44:38 CEST 2009
Author: kingaa
Date: 2009-05-07 22:44:38 +0200 (Thu, 07 May 2009)
New Revision: 122
Modified:
pkg/DESCRIPTION
pkg/inst/ChangeLog
pkg/inst/doc/compiled_code_in_pomp.pdf
pkg/inst/doc/intro_to_pomp.pdf
Log:
version 0.23-6
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2009-05-07 20:41:44 UTC (rev 121)
+++ pkg/DESCRIPTION 2009-05-07 20:44:38 UTC (rev 122)
@@ -1,8 +1,8 @@
Package: pomp
Type: Package
Title: Statistical inference for partially observed Markov processes
-Version: 0.23-5
-Date: 2009-04-29
+Version: 0.23-6
+Date: 2009-05-07
Author: Aaron A. King, Edward L. Ionides, Carles Martinez Breto, Steve Ellner, Bruce Kendall
Maintainer: Aaron A. King <kingaa at umich.edu>
Description: Inference methods for partially-observed Markov processes
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2009-05-07 20:41:44 UTC (rev 121)
+++ pkg/inst/ChangeLog 2009-05-07 20:44:38 UTC (rev 122)
@@ -1,5 +1,29 @@
+2009-05-07 kingaa
+
+ * [r121] inst/doc/compiled_code_in_pomp.pdf,
+ inst/doc/intro_to_pomp.pdf, inst/include/pomp.h,
+ src/eulermultinom.c, src/pomp.h, tests/sir.R,
+ tests/sir.Rout.save: streamline "reulermultinom" by moving
+ GetRNGstate() and PutRNGstate() outside of a level of looping. If
+ you want to use 'reulermultinom' at the C level, you must take
+ care that it is wrapped inside of the RNGstate functions. An
+ approx. 10-fold increase in speed for the euler.simulate function
+ is realized by this simple change.
+
+2009-05-05 kingaa
+
+ * [r120] inst/include/pomp.h: fix the pomp.h header comments
+
+2009-05-01 kingaa
+
+ * [r119] R/init.state-pomp.R: when params is missing, use params <-
+ coef(object)
+
2009-04-29 kingaa
+ * [r118] src/pomp.h: fix comments
+ * [r117] inst/ChangeLog, inst/doc/compiled_code_in_pomp.pdf,
+ inst/doc/intro_to_pomp.pdf:
* [r116] DESCRIPTION, inst/include/pomp.h, man/euler.Rd,
src/euler.c, src/lookup_table.c, src/pomp.h, src/pomp_internal.h:
rearrange the headers
Modified: pkg/inst/doc/compiled_code_in_pomp.pdf
===================================================================
(Binary files differ)
Modified: pkg/inst/doc/intro_to_pomp.pdf
===================================================================
(Binary files differ)
More information about the pomp-commits
mailing list