kfLLH | R Documentation |
The data distribution, i.e. the (log-)likelihood, given all parameters
\theta=A, B, C, D, P, Q
, as described in Data distribution -
observed likelihood computation of the Details
section from
kfLGSSM
.
kfLLH(yObs, wReg, xtt1, Ptt1, C, D, R, dimX, dimY, TT, LOG = TRUE)
yObs |
A matrix or vector of measurements (observations):
If |
wReg |
Matrix (vector) of regressors for the measurement process of
dimension |
xtt1 |
predictive means as produced by |
Ptt1 |
predictive variances as produced by |
C |
Parameter (or system) matrix of dimension |
D |
Parameter (or system) matrix of dimension |
R |
Error VCM of measurement process of dimension |
dimX |
integer giving the dimension of the latent state process |
dimY |
integer giving the dimension of the measurement process |
TT |
integer giving the length of the time series |
LOG |
logical; if |
the (logarithmic, if LOG=TRUE
) value of the data likelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.