Page 1 of 1

question about "mtos" & NA obs & genr arfima

Posted: Sun Jan 10, 2016 10:20 am
by clubmed
hi everybody
when i use mtos it extract columns as a series, how can extract series from matrix by rows?
how to put NA obs in the first and last and in the middle of series, i have 200 obs ( put NA obs between the obs 50 and 51).
i generate arfima by this code (this methodologie is true or not), and can i generate arfima by fix d ( several value of d).

Code: Select all

create u 10000 series x=0 series y=nrnd smpl 1 10000 x=y ls x d

Re: question about "mtos" & NA obs & genr arfima

Posted: Sun Jan 10, 2016 11:08 am
by EViews Gareth
Take the transpose of the matrix prior to using mtos

Code: Select all

smpl 50 51 x=na