Skip to content

Releases: kingaa/pomp

5.2.2.3

18 Jun 13:11
27c5d63

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

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

Choose a tag to compare

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

5.1.1.0

25 Apr 21:10
14a6113

Choose a tag to compare

We no longer import from dplyr. Instead, we use data.table::rbindlist to bind data frames together.

5.1.0.0

17 Apr 17:47
73859f9

Choose a tag to compare

Identical to CRAN version 5.1.

5.0.1.2

14 Apr 11:43
05515cc

Choose a tag to compare

This is a bug-fix release.

5.0.1.1

12 Apr 12:50
d1d416a

Choose a tag to compare

In bake and stew, the archive directory will be created if it does not exist.

version 5.0.0.3

31 Mar 00:24
99c71e8

Choose a tag to compare

  • We no longer import from plyr.

  • The dimnames attributes of various arrays that appear in pomp, including arrays of observables, state variables, parameters, covariates, and so on, have been made uniform. In particular, when a dimension of an array corresponds to variables with different names, this dimension is itself named "name". Previously, its name was sometimes "variable" and sometimes "parameter". This change is meant to streamline interaction with the tidyverse.

  • Some minor bugfixes.

4.7.0.1

20 Mar 22:20
05d8658

Choose a tag to compare

Some improvements to the internal implementation and documentation of stateful objective functions.

Identical to version 4.7

04 Mar 21:30
187b2a7

Choose a tag to compare

  • Functions with names.that.contain.dots that were been deprecated in version 4.5.1 are now defunct. Attempts to use such functions will generate an error with a message indicating the replacement function.
  • plot now removes NA.