Releases: kingaa/pomp
5.4.0.0
5.3.1.3
5.3.1.2
5.3.1.0
5.2.5.1
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 topompLoad
rather than within each call to a pomp workhorse.
5.2.4.3
- The data frames returned by
cond_logLik
andeff_sample_size
whenformat="data.frame"
have been improved. In particular, they contain (as variabletime
) 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
5.2.2.3
-
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 argumentnstatevars
, which can be used to increase the dimension of the latent state-vectors created byrinit
. By default,nstatevars = length(statenames)
, andnstatevars
can only be used to increase, not to decrease, the dimension of the latent state process. Moreover,nstatevars
has no effect if therinit
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.,
""
).