powered by
Computes the log-likelihood of a linear-Gaussian state space model of bssm package.
bssm
# S3 method for gaussian logLik(object, ...)
Model model.
Ignored.
# NOT RUN { model <- ssm_ulg(y = c(1,4,3), Z = 1, H = 1, T = 1, R = 1) logLik(model) # }
Run the code above in your browser using DataLab