dec_calc {SIRE} | R Documentation |
Decomposition starting from Gamma and Sigma
Description
Function to decompose \Gamma'
into recursive and
interdependent sub-matrices (internal use)
Usage
dec_calc(Gamma, Sigma)
Arguments
Gamma |
the |
Sigma |
the |
Value
A list with components
-
C
: the matrix highlighting the interdependent mechanisms at deterministic level. -
Psi1
: the matrix highlighting the interdependent mechanisms at stochastic level. -
Psi0
: the matrix highlighting the causal mechanisms. -
powers
: a list containing the matrix powers of\Gamma'
.
[Package SIRE version 1.1.0 Index]