least square regression matrices
Thank you.I have realised that everything I want to do would be easier in Matlab, but unfortunately I do not have a license.Actually, what I want to do is to perform a simple regression with two...
View ArticleBIVARIATE GARCH BEKK
Estimated coefficients yield a negative value for the variance at some point. Change the starting values and re-estimate the model until you have a statistically valid and feasible output.
View Articleoptset
EV 9 20150825 xpnot allow inline commentCode:optsave e:\tmpoptset e:\Tmp 'testThen, the error msg: Path or file not found : E:\TMP \EViews32.ini in "OPTSET E:\TMP".remove the inline comment will...
View ArticleLine and 5year Max/Min range on the same seasonal graph
Thank you for your reply. Unfortunately, Eviews doesn't seem to like line and band chart types on the same graph (I have had such problems while trying out myself before I leave a question in this...
View ArticleGregory-Hansen Cointegration Test
Thanks again Trubador - I am really happy with the outcome and the results.
View Articleleast square regression matrices
I think you can use the Optimize feature in EViews:Code:'Generate some artificial datawfcreate u 100series x1 = nrndseries x2 = nrndseries y = 5 + 3*x1 + 2*x2 + nrnd/2group xgr.add 1 x1...
View ArticleFor loop and parallel computing
Thanks a lot Charlie. I'll keep you in touch with how we finally handle this !Loulouviews
View ArticleCharting Issue
In the following program, if I look at the merged chart "merged", and click and drag "label 2" above the zero line in the top panel, it gets teleported to the top of the chart.wfcreate(wf = "Test",...
View ArticleVECM-selection of cointegrating equations
Hello, I hope you have some advice for me on this. I would like to run a VEC model with five endogenous variables, all I(1). I tested for cointegration after running a VAR (using all my 5 variables)...
View ArticleCharting Issue
Hello Kun0,We did see your previous post about the problem in the previous thread but we were also little backed up. We are working on a solution.
View ArticleGraphs: Adding a line in a scatter plot
I would like to add a line showing the relationship between two variables x and y in a scatter plot.graph gra_b1.scat(n) x y gra_b1.option linepatgra_b1.setelem(1) lcolor(blue) lwidth(2)...
View ArticleGraphs: Adding a line in a scatter plot
Code:wfcreate u 100genr x = nrndgenr y = nrndgroup myscat x yfreeze(myscat_graph) myscat.scat linefit
View ArticleGraphs: Adding a line in a scatter plot
It is useful, but it seems not flexible enough.For example you cannot standardize variables with the option (n): myscat.scat(n)or you cannot add a text with the option myscat.addtext(.2, .1, x)...
View Article