Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: multi
See also: domulti

Macro: hgenrr
Description: Generation of H for the Reduced Rank VAR Model

Usage: hgenrr(a,b,di,ord,rang)
Input:
a Matrix A (di x rk)
b Matrix B (rk x di)
di integer, dimension of time series
ord integer, order of VAR model
rang integer, rank of VAR model

Example:
library("multi")
hgenrr(1|2,1~3,2,1,1)
Result:
[1,] 1.000000 0.000000 1.000000 0.000000 
[2,] 0.000000 1.000000 2.000000 0.000000 
[3,] 3.000000 0.000000 0.000000 1.000000 
[4,] 0.000000 3.000000 0.000000 2.000000 

Library: multi
See also: domulti

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: TP A2, CH 980408
(C) MD*TECH Method and Data Technologies, 28.6.1999