Description Usage Arguments Value
Function fitSSM
finds the maximum likelihood
estimates for unknown parameters of an arbitary state
space model if an user defined model building function is
defined. As a default, fitSSM
estimates the
non-zero elements, which are marked as NA, of the
time-invariant covariance matrices H and Q of the given
model.
1 2 3 |
inits |
Initial values for |
model |
Model object of class |
modFun |
User defined function which builds the
model of class |
method |
The method to be used in |
nsim |
Number of independent samples used in estimating the log-likelihood of the non-gaussian state space object. Default is 0, which gives good starting value for optimisation. Only used in case of non-Gaussian state space model. |
antithetics |
Logical. If TRUE, two antithetic variables are used in simulations, one for location and another for scale. Default is TRUE. Only used in case of non-Gaussian state space model. |
taylor |
Logical. If TRUE, control variable based on Taylor approximation is used. Default is TRUE. Only used in case of non-Gaussian state space model. |
theta |
Initial values for conditional mode theta.
Default is |
maxiter |
Maximum number of iterations used in linearisation. Only used in case of non-Gaussian state space model. |
... |
Optional arguments for functions |
A list with elements
optim.out |
Output from
function |
model |
Model with estimated parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.