Search found 24 matches

by dman
Mon May 01, 2023 8:59 pm
Forum: Bug Reports
Topic: EIA v2 API not working
Replies: 3
Views: 3109

Re: EIA v2 API not working

Thanks!
I tested the fix.
Monthly and annual frequency requests seem to work.
Quarterly requests fail with the error pictured in the attachement.

But I can work around those.
Thanks again.
by dman
Mon May 01, 2023 12:32 pm
Forum: Bug Reports
Topic: EIA v2 API not working
Replies: 3
Views: 3109

EIA v2 API not working

Hello.
I'm trying to pull some data via the recently-added EIA v2 API.
I can select the variables via browsing the DB (STEO - PAIMPORT), but the 'export to workfile' fails with '404 not found error.'
Please look into it asap.

Thanks!
by dman
Mon Mar 13, 2023 2:34 pm
Forum: Programming
Topic: EIA API V2
Replies: 1
Views: 2258

EIA API V2

Hello, In an older topic, I was told that EIA APIv2 support was coming soon. We have noticed the instability of getting reply from EIA API as well. We are not sure if it is related to their work on the v2 API. The v1 API will be deprecated (which means no further support) but it should continue to w...
by dman
Thu Mar 02, 2023 8:27 am
Forum: Bug Reports
Topic: Bug when "copy" from a closed workfile
Replies: 9
Views: 4882

Re: Bug when "copy" from a closed workfile

It worked, thank you!
by dman
Wed Mar 01, 2023 9:20 am
Forum: Bug Reports
Topic: Bug when "copy" from a closed workfile
Replies: 9
Views: 4882

Re: Bug when "copy" from a closed workfile

EViews Steve wrote:Will be fixed in next patch.

Thanks.
Any ETA on that next patch?
by dman
Tue Feb 28, 2023 11:28 am
Forum: Bug Reports
Topic: Bug when "copy" from a closed workfile
Replies: 9
Views: 4882

Re: Bug when "copy" from a closed workfile

EViews Gareth wrote:Which issue (or both?)

This one

Code: Select all


wfuse %filepath1
wfopen %filepath2
copy(o) %filepath2::* %filepath1::

Where %filepathX is a full path like "C:\work\fileX.wf1"
by dman
Tue Feb 28, 2023 10:55 am
Forum: Bug Reports
Topic: Bug when "copy" from a closed workfile
Replies: 9
Views: 4882

Re: Bug when "copy" from a closed workfile

Updated to the most recent release of Eview13, and the issue is still there.
Any help?
by dman
Mon Feb 06, 2023 2:53 pm
Forum: Bug Reports
Topic: Bug when "copy" from a closed workfile
Replies: 9
Views: 4882

Re: Bug when "copy" from a closed workfile

A possibly related bit of info. We are also having our code fail in Eviews 13 (Jan19 build), where it's solid in Eviews 12. This code bit runs fine in Eviews 12. wfuse %filepath1 wfopen %filepath2 copy(o) %filepath2::* %filepath1:: Where %filepathX is a full path like "C:\work\fileX.wf1" I...
by dman
Thu Nov 03, 2022 9:00 am
Forum: Programming
Topic: EIA API
Replies: 8
Views: 4298

Re: EIA API

EIA API having issues for the second day in a row for me. I'm getting like 5% of requests processed normally, the rest return "unexpected reply from server" errors. Simply opening the database and hitting 'browse' results in the same error. Any help would appreciated. I'm on Eviews 12, Oct...
by dman
Tue May 31, 2022 10:44 am
Forum: General Information and Tips and Tricks
Topic: Replicating Census X13 auto model seasonal adjustment.
Replies: 2
Views: 4267

Replicating Census X13 auto model seasonal adjustment.

Hello. How would I replicate an automodel selection outlined here (at ARIMA model Tab section) in Eviews. It would seem that I'd need to feed the X13 code the following options. transform{function=auto} outlier{} automdl{maxorder = (2 1) maxdiff = (2 1)} x11{ save=(d11 d12 d13) I cannot seem to find...
by dman
Tue Feb 15, 2022 12:56 pm
Forum: Programming
Topic: EIA API
Replies: 8
Views: 4298

Re: EIA API

Same issue, Eviews 11.
It would seem that the EIA has disabled HTTP access and now requires HTTPS connections only.

https://www.eia.gov/opendata/register.php

Notice: As of February 11th, 2022: The API now only respond to HTTPS. Insecure (HTTP) web protocols are no longer supported.
by dman
Thu Aug 01, 2019 12:16 pm
Forum: Data Manipulation
Topic: Importing BEA quarterly file
Replies: 1
Views: 5361

Re: Importing BEA quarterly file

Hello.
Just upgraded to Eviews11. Still no solution to this that I see?
Nevermind, I see the BEA API now.
by dman
Tue Feb 20, 2018 5:59 pm
Forum: Estimation
Topic: State space model with nothing to estimate, "near-singular matrix" error
Replies: 6
Views: 6853

Re: State space model with nothing to estimate, "near-singular matrix" error

Is there a reference on how it works w/o it? I'm trying to understand why it works in some rank-deficient signal variance cases and fails in others, so that I could possibly prevent failures early.
by dman
Thu Feb 15, 2018 9:10 am
Forum: Estimation
Topic: State space model with nothing to estimate, "near-singular matrix" error
Replies: 6
Views: 6853

Re: State space model with nothing to estimate, "near-singular matrix" error

Here's a slightly different file, with a rank-deficient idiosyncratic covariance matrix where Eviews estimation works. @inverse(@transpose(H)*P1_0*H+R) would give a 'near-singular' matrix error. The code above (with @pinverse) and the Eviews now.ml produce results differing in the 4th decimal. I sus...

Go to advanced search