objects not found in database
Hello:I created an Eviews database from a workfile and, later on, deleted a few objects in the database directly. Now if I fetch all the objects from that database to a workfile, it tells me the...
View Articleobjects not found in database
I'm not sure I follow. You're saying that you deliberately deleted an object from a database, then you try to fetch that object, and EViews tells you it isn't there? That's what is supposed to happen.
View ArticleWhite Test after ARIMA Test
Dear All,I'm really glad to be part of you in this forum. Actually I'm new comer in Eviews Forum even though I have been using Eviews since university. I'm Sofwan from Indonesia. I'm studying for...
View Articleobjects not found in database
to clarify:I run the following code on the database.fetch(d=T) *Then an error message pops up saying that it cannot find the objects I deleted. I don't want the objects to be in the database that is...
View ArticleWhite Test after ARIMA Test
What version of EViews are you using and what is the build date?
View ArticleARIMA (2,1,3) - insignificant coefficients?
Hi ConfusedaboutEViews, Generally speaking, when selecting an ARIMA model one of the desirables is to choose a parsimonious model, so, on that basis, removing the MA(1) term from the ARIMA(2,1,3) model...
View ArticleInflation Targeting
Hi diederikvanduuren,If this is for a class exercise, why not ask your professor? He/she should be in a better position to guide you on your econometric software needs given your level of study, course...
View ArticleSVAR Matrix A and B
Dear all,I' m working on a block recursive VAR. Hence, my identification matrix is not lower triangular. Clearly, in order to impose the restrictions I need to specify matrix A.However, why do I need...
View ArticleProgram to run the same equation on different observations
Hi,I want to run the same equation on different observation of a data set. The objective of this study to check at which point of time there is change in the model parameters.For example suppose if I...
View ArticlePanel unit root, testing for trend significativity
Hi!I have a question relating to panel unit roots:Do I have to do panel unit root tests for my data????My work deals with executive remuneration data with N>T (or) Is it that panel unit root tests...
View ArticleProgram to run the same equation on different observations
Hi nawal,If you're estimating the equations using OLS then there is a built-in feature that you could use instead of trying to write a program from scratch. Here's how to do it. Open an equation...
View ArticleF stat in dynamic model
I noticed that Eviews does not report F-stat in dynamic model estimation results. Could anyone tell me why?Thank you.
View ArticleF stat in dynamic model
Thanks for your reply, Gareth. When I use dlog(Y) as left hand side variable, or use lagged dependent variable as right hand side variable, F stat is not reported in the regression output. I am using...
View ArticleF stat in dynamic model
Code:create u 100series y=nrndequation eq1.ls y c y(-1)show eq1That displays an F-stat.
View ArticleWhite Test after ARIMA Test
I'm using Eviews 8. I have tried using both "dated-specify by data series" and "unstructured/undated" but I got same results. I used frequency "daily-5 week".Thanks for the response.
View ArticleF stat in dynamic model
Gareth meant to ask you what version of EViews are you using and what's the build date.
View ArticleWhite Test after ARIMA Test
You might want to be sure you have the most recent version of EViews 8. Updates are free.
View ArticleCalling % sign instead of using it as a string variable
I want to replace % in alpha series. However, when i replace it with the line:Code:alphaseries = @replace(alphaseries, "%","percent")when I run the program, I think EViews interprets it as a string...
View ArticleCalling % sign instead of using it as a string variable
Code:create u 100alpha a = "100%"a = @replace(a, "%", "percent")show a
View Article