Description Usage Arguments Value Slots Details References See Also
The "SSM"
class represents a dynamic linear model,
also called state-space model.
1 2 |
T |
|
Z |
|
H |
|
R |
|
Q |
|
P1 |
|
a1 |
|
dd |
|
cc |
|
kappa |
Default multiplier for diagonal values of
|
An object of class SSM
.
T
"MatrixOrMatrixList"
.
The T matrix.
Z
"MatrixOrMatrixList"
. The Z
matrix.
H
"MatrixOrMatrixList"
. The
H matrix.
Q
"MatrixOrMatrixList"
. The Q
matrix.
R
"MatrixOrMatrixList"
. The
R matrix.
P1
"MatrixOrMatrixList"
. The
P_1 matrix with the covariance of the initial
states.
a1
"MatrixOrMatrixList"
.
The a_1 vector with the mean of initial states.
dd
"MatrixOrMatrixList"
. The d
vector.
cc
"MatrixOrMatrixList"
.
The c vector.
The structure and notation of state spece models represented this class is based on that used in SsfPack and dlm. See the package vignette for details.
Giovanni Petris (2010), An R Package for Dynamic Linear Models.
Petris, Petrone, and Campagnoli, Dynamic Linear Models with R, Springer (2009).
West and Harrison, Bayesian forecasting and dynamic models (2nd ed.), Springer (1997).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.