View source: R/model_fitting.R
undiff_Sigma | R Documentation |
This function transforms the differenced error term covariance matrix
Sigma
back to a non-differenced error term covariance matrix.
undiff_Sigma(Sigma, i, checks = TRUE, pos = TRUE, labels = TRUE)
Sigma |
An error term covariance matrix of dimension |
i |
An integer, the alternative number with respect to which |
checks |
If |
pos |
If |
labels |
If |
A covariance matrix of dimension J
x J
. If this covariance
matrix gets differenced with respect to alternative i
, the results is
again Sigma
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.