approxSMM
computes the linear Gaussian
approximation of a state space model where the
observations have a non-Gaussian exponential family
distribution. Currently only Poisson and Binomial
distributions are supported.approxSSM(object, theta = NULL, maxiter = 100)
SSModel
.log(mean(y/u))
for Poisson and
log(mean(y/(u-y)))
for Binomial distribution (or
log(mean(y))
in case of $u_t-y_t =
0$ for some $t$).original.distribution
, original.y
,
thetahat
, and iterations
(the number of
iterations used).The linearization of the exponential family state space model is based on the first two derivatives of the observational logdensity.
The approximating Gaussian model is used in computation of the log-likelihood of the non-Gaussian model and in importance sampling of non-Gaussian model.
importanceSSM
, construct a SSModel
object SSModel
.