var.ricf | R Documentation |
Calculate Fisher information for non-structural zeros in B and Omega matrix. The ordering of the estimates in the Information matrix follows standard vec(-) convention indexing over rows first then columns. The elements of B are ordered before the elements of Omega. Duplicate elements of Omega are not included.
var.ricf(Y, B, Omega, B.hat, Omega.hat, type = "expected")
Y |
V by n data matrix where each row corresponds to an observed variable and each column corresponds to a multivariate observation |
B |
V by V matrix with 0,1 giving structure of directed edges |
Omega |
V by V matrix with 0,1 giving structure of bi-directed edges |
B.hat |
V by V matrix giving estimated edges weights for directed edges |
Omega.hat |
V by V matrix giving estimated edge weights for bi-directed edges |
type |
string describing which Fisher Information to calculate. Options are "expected", "observed", or "sandwich". |
The inverse (scaled by n) Fisher information matrix as derived by Fox and Drton 2014 or the Huber-White misspecified model covariance estimate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.