Search found 60 matches

by loulouviews
Mon Sep 05, 2016 5:07 am
Forum: Programming
Topic: Displaying help for a subroutine
Replies: 2
Views: 3151

Displaying help for a subroutine

Hi, Is there any way to display help for a subroutine ? So that the programmer can write some lines of code to explain how to use it (especially the type and nb of arguments). I'm looking for something similar to Matlab : > help(addition) >>> addition computes the sum of two scalars. >>> Syntax : ad...
by loulouviews
Tue Aug 09, 2016 8:48 am
Forum: Programming
Topic: VAR forecasting suffix
Replies: 2
Views: 3239

Re: VAR forecasting suffix

Ok thanks for your quickreply !
Btw, I think there is clearly something with EViews and lengthy variable names !
by loulouviews
Tue Aug 09, 2016 8:33 am
Forum: Programming
Topic: VAR forecasting suffix
Replies: 2
Views: 3239

VAR forecasting suffix

Hi, I've a strange error in EViews. I've a VAR and I'm doing forecast on a rolling window. The code line is var_diesel_gas.forecast v{!ii} with !ii going from 0 to a number lower than 100. However I've the following error : 'VAR forecast name suffix must be 3 characters or less in "DO_ VAR_DIES...
by loulouviews
Wed Jul 27, 2016 3:12 am
Forum: Data Manipulation
Topic: Limit number of decimals in EViews equation output
Replies: 2
Views: 4500

Limit number of decimals in EViews equation output

Hi, I'm wondering if it exists something like : myEquation.setformat f.xx for equation output so that coefficient, R-squared, etc. only have a specific number of decimals. I've tried coef(2) cc cc.serformat f.3 equation eq1.ls myTs = cc(1)+cc(2)*myTS(-1) But this is not working, the output of the eq...
by loulouviews
Tue Jul 19, 2016 1:06 am
Forum: Installation and Registration
Topic: EViews 9.5 and Fred v1
Replies: 6
Views: 14185

Re: EViews 9.5 and Fred v1

Hi Jason,

I've installed the last patch (06/28/2016) and this is working fine now.
Before that I was working with Patch 04/05/2016.
Thanks for your support !

Louis
by loulouviews
Mon Jul 18, 2016 9:53 am
Forum: Installation and Registration
Topic: EViews 9.5 and Fred v1
Replies: 6
Views: 14185

Re: EViews 9.5 and Fred v1

The window that opens afer executing dbopen(t=fredv1) fred is exactly entitled "FRED Database v1:FRED - (fredv1)". Doing a query with "Easy Query" leads to the same error (ie : Database Error: FRED library error: 'Host could not be resolved') I do not have any FRED entry in my Da...
by loulouviews
Mon Jul 18, 2016 8:21 am
Forum: Installation and Registration
Topic: EViews 9.5 and Fred v1
Replies: 6
Views: 14185

Re: EViews 9.5 and Fred v1

Hi Jason, Thanks for your help. I'm indeed highly suspicious that the problem comes from my side with IT blocking some ports for applications (it had happened in the past). I can not opened the link because of the apikey, error is the following : <error code="400" message="Bad Request...
by loulouviews
Mon Jul 18, 2016 2:11 am
Forum: Installation and Registration
Topic: EViews 9.5 and Fred v1
Replies: 6
Views: 14185

EViews 9.5 and Fred v1

Hi, I'm not able to connect to Fred v1 anymore since I've installed EViews 9.5 The code below wfcreate M 1990 2016 dbopen(t=fredv1) fred fetch fred::MCOILBRENTEU generates the error : "FRED library error : 'Host could not be resolved in "Fetch FRED:MCOILBRENTEU"" Have you changed...
by loulouviews
Fri Jul 01, 2016 2:16 am
Forum: Programming
Topic: Timeout on http request via wfopen
Replies: 2
Views: 2609

Re: Timeout on http request via wfopen

Ok thanks for your reply Steve !
Best,
Louis
by loulouviews
Wed Jun 29, 2016 7:31 am
Forum: Programming
Topic: Timeout on http request via wfopen
Replies: 2
Views: 2609

Timeout on http request via wfopen

Hello,

I'm importing data from an html table using wfopen. Unfortunately, the request is quite long since the website's response is slow.
It seems that EViews is cancelling the request before the website succeeds in responding. Thus, is there any way to increase timeout ?
Thanks a lot

Louis
by loulouviews
Wed May 11, 2016 7:06 am
Forum: Programming
Topic: D is an illegal or reserved name ??
Replies: 1
Views: 2588

D is an illegal or reserved name ??

Hi,

I'm wondering why I get the following error : "D is an illegal or reserved name" when typing :

Code: Select all

scalar myscalar = @var(d(myTS))

Is it because "d" belongs to the series world instead of the scalar world ?
Thanks !
by loulouviews
Wed May 04, 2016 4:21 am
Forum: Programming
Topic: @ilast is not a Genr or series expression function
Replies: 2
Views: 3414

Re: @ilast is not a Genr or series expression function

Ok, thanks for your quick reply.
by loulouviews
Wed May 04, 2016 3:17 am
Forum: Programming
Topic: @ilast is not a Genr or series expression function
Replies: 2
Views: 3414

@ilast is not a Genr or series expression function

Hi, I want to fill a vector with number of the last observation of timeseries I'm doing : vector(2) myVector myVector.fill @ilast(myTs1), @ilast(myTs2) But I got the error :"@ILAST is not a Genr or series expression function." Doing : vector(2) myVector !nb1 = @ilast(myTs1) !nb2 = @ilast(m...
by loulouviews
Mon Apr 25, 2016 5:36 am
Forum: Data Manipulation
Topic: how to change axis scale?
Replies: 10
Views: 15295

Re: how to change axis scale?

Hi,
I'm reopening this thread to find out if this is now possible.
I'm using EViews 9.5
Thanks a lot

Louis

Go to advanced search