I'm trying to program the variance decomposition for a VEC Model, I try with the "decomp" command, but does not work.
This command is exclusive to VAR?
How I can program this for VEC?
thanks
Variance decomposition for VEC
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Variance decomposition for VEC
Code: Select all
create u 100
series y=nrnd
series z=nrnd
series x=nrnd
var v.ec 1 2 x y z
show v.decomp(2) x y z
Re: Variance decomposition for VEC
this works very well, thanks
Who is online
Users browsing this forum: No registered users and 2 guests
