Description Usage Arguments Details Value Examples
View source: R/logLik.GNARfit.R
Returns the log-likelihood for a GNARfit
object.
1 2 |
object |
A |
... |
Optional additional arguments, not used here. |
S3 method for the GNARfit class. The function returns the value of
-TN/2 \log(2 π) - T/2 \log(| Σ |) - 1/2 trace(E Σ^{-1} E'),
where T is the time length of the observations, N is the number of nodes, Σ = E E' /T is the estimated covariance matrix and E is the matrix of residuals.
A logLik
object.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.