Search found 1520 matches

by trubador
Mon Sep 23, 2024 7:10 am
Forum: Installation and Registration
Topic: Initializing EViewsPyConn
Replies: 8
Views: 258225

Re: Initializing EViewsPyConn

I have the very same problem. After installing Pandas, I get the following error message:

Failed to initialize EViewsPyConn.
Failed to load EViews python module: _eviewsPandas.
by trubador
Wed Jun 12, 2024 1:23 am
Forum: Add-in Support
Topic: BN filter
Replies: 16
Views: 135512

Re: BN filter

Thanks for the add-in and hope you are doing fine. I'd like to ask you a favour regarding this one. I'm planning to use it on a large number of series, but it seems there is no way to suppress the chart output that add-in generates (this is also the case for RBNfilter). Is it possible for you to put...
by trubador
Mon Dec 25, 2023 12:55 am
Forum: Programming
Topic: Is there a solver tool?
Replies: 6
Views: 17208

Re: Is there a solver tool?

I tried with the add-in irrval, but i could not programmed it. Does anybody knows if i can code an add-in? Or how can i use it in a loop? Thanks Each add-in comes with the help file, where author explains its use in detail. You can find the document in the add-in's folder-> C:\Users\...\Documents\E...
by trubador
Mon Dec 25, 2023 12:52 am
Forum: Programming
Topic: Is there a solver tool?
Replies: 6
Views: 17208

Re: Is there a solver tool?

Hi I too failed to manage to use the command-line version of irrval. Tried both the global command, and the series version. Irrval(series=«seriesname») Irrval(«seriesname») Irrval(seriesname) (And with versions like scalar test = …. Any of the above). Seriesname.irrval(results) Since the menu -alte...
by trubador
Sat Nov 05, 2016 6:11 pm
Forum: Bug Reports
Topic: Null hypothesis in the omitted variables test
Replies: 0
Views: 15274

Null hypothesis in the omitted variables test

I believe the null hypothesis in the omitted variables test should either read "..are NOT jointly significant..." or "...are jointly INsignificant..." wfcreate u 100 series x1 = nrnd series x2 = nrnd series y = 2 + .8*x1 + 0.2*x2 + @rnorm equation eq1.ls y c freeze(omitted) eq1.t...
by trubador
Fri Nov 04, 2016 12:53 am
Forum: Add-in Support
Topic: L1FILTER
Replies: 1
Views: 18681

L1FILTER

This thread is about l1filter add-in. The add-in allows you to extract a piecewise linear trend by primal-dual interior point method proposed by Kim et al. (2009). It is an alternative trend estimation method to well-known Hodrick-Prescott filter, but can also be used in determining the break (kink)...
by trubador
Sun Jul 17, 2016 3:44 pm
Forum: Suggestions and Requests
Topic: EViews 10
Replies: 16
Views: 59680

Re: EViews 10

I am not sure if the seed option would be enough to produce random subsets for k-fold CV as each set should hold unique values of the total sample (e.g. draw without replacement). It should be clear that the code above does not ensure this property.
by trubador
Sun Jul 17, 2016 9:31 am
Forum: Suggestions and Requests
Topic: EViews 10
Replies: 16
Views: 59680

Re: EViews 10

I think OP refers to me as the "author" who put the effort in writing the k-fold CV subroutine: http://forums.eviews.com/viewtopic.php?f=23&t=12261 I already shared with him the code behind this routine and totally agree that such approach (i.e. cross validation) should be made availab...
by trubador
Wed Jul 13, 2016 11:40 am
Forum: Econometric Discussions
Topic: Root Mean Square Error in Forecasting
Replies: 1
Views: 9730

Re: Root Mean Square Error in Forecasting

That's the way how RMSE (or any other evaluation metric) is computed. There is nothing inherently wrong here. Whether or not to keep insignificant variables in the model is up to you (based on the research question, hypotheses and other statistical criteria of course).
by trubador
Wed Jul 13, 2016 11:32 am
Forum: Add-in Support
Topic: DCCGARCH11
Replies: 121
Views: 543308

Re: DCCGARCH11

Hey, So right now I am estimating bivariate dcc garch (return in 2 indices such as s&p500 and klse). Some of the paper that I read, define the mean equation such: r_t=γ_0 + γ_1 r_(t-1)+ γ_2 r_(t-1)^us + ε_t ( I attached the paper's method and result) , it uses ar(1) process in the mean equation...
by trubador
Wed Jul 13, 2016 8:17 am
Forum: Add-in Support
Topic: HDecomp (historical decomposition)
Replies: 32
Views: 117203

Re: HDecomp (historical decomposition)

Hi Trubador, When using the historical decomposition, I am looking to identify the SVAR using the Choleski Decomposition which you have provided However, there does not appear to be any place to provide the casual ordering necessary to identify the SVAR using the Choleski Decomposition approach. (T...
by trubador
Wed Jul 13, 2016 8:10 am
Forum: Add-in Support
Topic: RunsTest
Replies: 4
Views: 21876

Re: RunsTest

From the documentation that comes with the add-in: Analysis returns a vector of two values. First value corresponds to the number of runs and the second value represents the associated p-value. As for computing the z-stat: You can exploit the following relationship: scalar zstat = @qnorm(1-pval/2)

Go to advanced search