logLik.stsm | R Documentation |
logLik
computes the exact or conditional log-likelihood of object of
the class stsm
.
## S3 method for class 'stsm'
logLik(mdl, y = NULL, method = c("exact", "cond"), ...)
mdl |
an object of class |
y |
an object of class |
method |
exact or conditional. |
... |
additional parameters. |
tol |
tolerance to check if a root is close to one. |
The exact or conditional log-likelihood.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.