Search found 13312 matches

by EViews Gareth
Wed Apr 10, 2024 10:55 am
Forum: Estimation
Topic: Ridge Estimation
Replies: 3
Views: 194

Re: Ridge Estimation

Where L1 is the sum of the absolute values, and L2 is the square root of the sum of the squares.
by EViews Gareth
Sun Apr 07, 2024 9:42 am
Forum: Programming
Topic: Bloomberg Querry Language (BQL) Fetch
Replies: 1
Views: 194

Re: Bloomberg Querry Language (BQL) Fetch

It is not currently supported by EViews.
by EViews Gareth
Fri Mar 29, 2024 8:54 am
Forum: Programming
Topic: Unable to open RTF file
Replies: 1
Views: 181

Re: Unable to open RTF file

Have you tried saving it to somewhere other than onedrive?
by EViews Gareth
Fri Mar 29, 2024 5:58 am
Forum: Add-in Support
Topic: Dowload series from DatastreamEDX uing EViews
Replies: 8
Views: 556

Re: Dowload series from DatastreamEDX uing EViews

Yes, but they wrote the EViews bit too :)
by EViews Gareth
Thu Mar 28, 2024 10:30 am
Forum: Estimation
Topic: STL Forecasting
Replies: 4
Views: 323

Re: STL Forecasting

I'm not sure I understand what you're asking, sorry. Are you asking how to do the seasonal forecast, or how EViews does it? If the latter, the Help section has details here: https://eviews.com/help/helpintro.html#page/content%2Fseries-Seasonal_Adjustment.html%23ww161272 (scroll down to the paragraph...
by EViews Gareth
Thu Mar 28, 2024 6:42 am
Forum: Estimation
Topic: STL Forecasting
Replies: 4
Views: 323

Re: STL Forecasting

EViews doesn't support forecasting from its STL routine as a built in feature.
by EViews Gareth
Tue Mar 26, 2024 2:50 pm
Forum: Data Manipulation
Topic: Problem with frequency conversion
Replies: 3
Views: 300

Re: Problem with frequency conversion

It sounds like you're pasting in the wrong place.
by EViews Gareth
Tue Mar 26, 2024 9:24 am
Forum: Data Manipulation
Topic: Problem with frequency conversion
Replies: 3
Views: 300

Re: Problem with frequency conversioin

What does "rewrite in monthly" mean?

Perhaps you could include some screenshots of what you're doing?
by EViews Gareth
Mon Mar 25, 2024 1:52 pm
Forum: Programming
Topic: Passing Variable to "R"
Replies: 5
Views: 233

Re: Passing Variable to "R"

Don't put it in braces.
by EViews Gareth
Mon Mar 25, 2024 11:19 am
Forum: Programming
Topic: Passing Variable to "R"
Replies: 5
Views: 233

Re: Passing Variable to "R"

If you have something like: %fcast_series = "X" xput {%fcast_series} xon fcst_series<-ts({%fcst_series}) xoff that will be passed into R as: fcast_series<-ts("x") which will cause the error because R is not expecting the quotes. So you'd need to use R to remove the quotes. Perhap...
by EViews Gareth
Mon Mar 25, 2024 10:57 am
Forum: Programming
Topic: Passing Variable to "R"
Replies: 5
Views: 233

Re: Passing Variable to "R"

Presumably you've already used XPUT to transfer the data across, and the issue is referencing that variable in R?
by EViews Gareth
Mon Mar 25, 2024 10:32 am
Forum: Programming
Topic: Customizing Lags in ARDL Models
Replies: 4
Views: 138

Re: Customizing Lags in ARDL Models

Ah, you want separate lags for different regressors. Yeah, no :(
by EViews Gareth
Mon Mar 25, 2024 9:53 am
Forum: Programming
Topic: Customizing Lags in ARDL Models
Replies: 4
Views: 138

Re: Customizing Lags in ARDL Models

Use fixed lags.
by EViews Gareth
Fri Mar 22, 2024 9:45 am
Forum: Estimation
Topic: SARIMA INTEGRATED FACTORS
Replies: 6
Views: 5277

Re: SARIMA INTEGRATED FACTORS

It would choose the best ARIMA orders for the given seasonal difference of one.

Go to advanced search