STATE SPACE MODEL WITH SVECTORS

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt

salahaddin
Posts: 17
Joined: Thu Dec 11, 2014 7:11 am

STATE SPACE MODEL WITH SVECTORS

Postby salahaddin » Sat May 06, 2017 9:23 pm

Hello friends,

I wonder whether it is possible to specify a state space model in vector form in eviews. For example,

@signal sam1=sv1*c(1)+e1
.
.
.
.
@signal sam7=sv7*c(42)+e42
@state sv1=sv1(-1)+e2
...
@state sv7=sv7(-1)++e7



Now assume I have vectors of observations called observed and states called stat. My question is can I specify the same system in two lines as follows:

@signal observed = state*coefficients+epsilons
@states stat=stat(-1)+ettas

thanks in advance.

EViews Glenn
EViews Developer
Posts: 2682
Joined: Wed Oct 15, 2008 9:17 am

Re: STATE SPACE MODEL WITH SVECTORS

Postby EViews Glenn » Mon May 08, 2017 11:46 am

Unfortunately, no.


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 2 guests