Skip to content

Releases: kingaa/pomp

5.4.0.0

07 Aug 20:00
3c5cfab
Compare
Choose a tag to compare

Identical to version 5.4 on CRAN.

5.3.1.3

29 Jul 10:26
1d1e675
Compare
Choose a tag to compare

Eliminate spurious warnings arising on certain platforms.

5.3.1.2

24 Jul 14:28
04b510a
Compare
Choose a tag to compare

Release to eliminate warnings on certain platforms.

5.3.1.0

17 Jul 01:57
5aacfa3
Compare
Choose a tag to compare

Changes in pomp version 5.3.1:

  • stew now returns timing information by default.

5.2.5.1

11 Jul 17:13
2559cef
Compare
Choose a tag to compare

Changes in pomp version 5.2.5:

  • The new option on_load allows one to specify a C snippet that will be executed at the time the C snippet library is loaded.
  • Internally, the userdata are made available via calls to pompLoad rather than within each call to a pomp workhorse.

5.2.4.3

27 Jun 01:14
bd6bb5f
Compare
Choose a tag to compare
  • The data frames returned by cond_logLik and eff_sample_size when format="data.frame" have been improved. In particular, they contain (as variable time) the times (rather than the index of the time vector as before).
  • Changes to the report generated by spy.
  • Some documentation improvements.

5.2.3.4

22 Jun 14:52
73214a8
Compare
Choose a tag to compare

Changes in pomp version 5.2.3:

  • The manual pages have been reorganized, with improved cross-linking.
  • A bug in filter_traj etc. arising when not all state variables have names was fixed.

5.2.2.3

18 Jun 13:11
27c5d63
Compare
Choose a tag to compare
  • This version adds the new basic component dinit for evaluating the probability density function of the initial-state distribution. There is a corresponding workhorse function, dinit().

  • The constructor pomp now takes the optional argument nstatevars, which can be used to increase the dimension of the latent state-vectors created by rinit. By default, nstatevars = length(statenames), and nstatevars can only be used to increase, not to decrease, the dimension of the latent state process. Moreover, nstatevars has no effect if the rinit basic component is furnished as an R function.

  • Name checking on internally-created vectors and arrays is less strict than previously. In particular, it is possible to have variables without names (i.e., "").

5.2.1.0

10 Jun 11:56
387daf3
Compare
Choose a tag to compare

Changes in pomp version 5.2.1:

  • reulermultinom now returns NA rather than NaN, in keeping with the behavior of rbinom. Thanks to John Drake for calling attention to this issue.

5.1.1.3

28 Apr 02:56
19a8baf
Compare
Choose a tag to compare

A bug in stew resulting in namespace conflicts has been repaired.