Search found 14 matches

by DannyB
Mon Jun 13, 2016 1:56 am
Forum: Programming
Topic: Residual Diagnostics - Histogram Normality test
Replies: 2
Views: 3330

Re: Residual Diagnostics - Histogram Normality test

Thanks Gareth, works like a charm!

Regards
by DannyB
Mon Jun 13, 2016 1:42 am
Forum: Programming
Topic: Residual Diagnostics - Histogram Normality test
Replies: 2
Views: 3330

Residual Diagnostics - Histogram Normality test

Hi,

How can i retrieve "std. dev" on Histogram Normality test from a residual diagnostics?

Currently i can retrieve the simple "std. dev" of a trend using :

sdev = @stdev(nb_trend_calc)

Thanks in advance,

DB
by DannyB
Fri Jun 10, 2016 7:09 am
Forum: Programming
Topic: Heteroskedasticity Test
Replies: 4
Views: 3958

Re: Heteroskedasticity Test

Ok, thanks
by DannyB
Fri Jun 10, 2016 6:52 am
Forum: Programming
Topic: Heteroskedasticity Test
Replies: 4
Views: 3958

Re: Heteroskedasticity Test

And for exemple if i want the correl of my arma test... The only way is only to freeze into table to retrieve the Prob column?
by DannyB
Fri Jun 10, 2016 6:41 am
Forum: Programming
Topic: Heteroskedasticity Test
Replies: 4
Views: 3958

Heteroskedasticity Test

Hello, I 'd like to do an heteroskedasticity test on a trend , I can retrieve the r2 of the equation with .@r2 but I can not recover the r2 of heteroskedasticity test. It would seem that we should go through a table but I wonder if there is another solution for going through a table is risky because...
by DannyB
Thu Jun 02, 2016 4:09 am
Forum: Programming
Topic: Create a time trend
Replies: 17
Views: 22262

Re: Create a time trend

@trend is always starting from 0?
by DannyB
Thu Jun 02, 2016 4:06 am
Forum: Programming
Topic: Add empty data in a trend
Replies: 2
Views: 3054

Re: Add empty data in a trend

When i import my file i have 508 values in the main series (nb_share). but i want to add 48 empty values at the end of a copy of the main series
by DannyB
Thu Jun 02, 2016 3:32 am
Forum: Programming
Topic: Add empty data in a trend
Replies: 2
Views: 3054

Add empty data in a trend

Hi everyone,

I have a trend "nb_share". I create a copy of this trend like this "copy nb_share nb_share_forecast".

I want to add 48 empty values at the end of the forecast serie. How can i do that?

Regards.
by DannyB
Thu Jun 02, 2016 3:30 am
Forum: Programming
Topic: Create a time trend
Replies: 17
Views: 22262

Create a time trend

Hi everyone, I'm currently using C#.NET COM to execute EViews command. But i have a problem. I have a trend who count 588 data points and i want to create a time series who start at 1 and finish at 588 (the last count of my main trend). How can i do that without using an "if next" statemen...
by DannyB
Wed Dec 23, 2015 4:17 am
Forum: Programming
Topic: Eviews launch options
Replies: 3
Views: 4306

Re: Eviews launch options

Actually im doing that : try: subprocess.call(["c:"+os.path.sep+"program files"+os.path.sep+"eviews 9"+os.path.sep+"eviews9_x86.exe", "exec", "prog1"]) except: subprocess.call(["c:"+os.path.sep+"program files"+os.path.se...
by DannyB
Tue Dec 22, 2015 8:20 am
Forum: Any Other Business
Topic: Launch E-Views via C#; submit .prg file
Replies: 2
Views: 22232

Re: Launch E-Views via C#; submit .prg file

Hi,

I'm looking for the same issue, do you find any solutions?

Regards,

DannyB
by DannyB
Tue Dec 22, 2015 7:57 am
Forum: Programming
Topic: Eviews launch options
Replies: 3
Views: 4306

Eviews launch options

Hi everyone, I'm looking for a way to launch eviews from a python script in hidden mod or minimized mod. Today i use this line in python : os.startfile('c:\Program Files\EViews 9\EViews9_x64.exe') But i want to know i can i launch it with an option, for example : os.startfile('c:\Program Files\EView...
by DannyB
Mon Dec 21, 2015 7:02 am
Forum: Programming
Topic: LS and ADF
Replies: 2
Views: 3331

Re: LS and ADF

Nbsh series is in an imported excel file, i d'ont create the series
by DannyB
Sat Dec 19, 2015 10:52 am
Forum: Programming
Topic: LS and ADF
Replies: 2
Views: 3331

LS and ADF

Hi everyone, I currently manage to get results with the uroot test. I get the probability of ADF test by performing a freeze but I would like to retrieve the results of the augmented test by performing an LS equation. I can do this freeze(nbsh_adf) nbsh.uroot() scalar nbsh_adf_prob = @val(nbsh_adf(7...

Go to advanced search