Learn R Programming

SIRE (version 1.1.0)

dec_calc: 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 \(\Gamma'\) matrix.

Sigma

the \(\Sigma\) matrix.

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'\).