Normtest

For questions about EViews Add-ins available from the EViews Add-ins webpage. Note each add-in available on our webpage will have its own individual thread.

Moderators: EViews Gareth, EViews Moderator, EViews Esther

EViews Esther
EViews Developer
Posts: 149
Joined: Fri Sep 03, 2010 7:57 am

Normtest

Postby EViews Esther » Wed Sep 08, 2010 12:20 pm

This thread is about the Normtest add-in that includes many of the dozens of techniques for assessing univariate/multivariate normality.

lucem_fert
Posts: 5
Joined: Sun Sep 11, 2011 6:47 pm

Re: Normtest

Postby lucem_fert » Tue Sep 13, 2011 8:55 pm

Hi!

I'Ve downloaded this Add-in but i don't understand how i can use it. Anyone knows it?

Thanks.

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13305
Joined: Tue Sep 16, 2008 5:38 pm

Normtest

Postby EViews Gareth » Tue Sep 13, 2011 9:32 pm

I'm sure it has documentation, available from the manage add-ins menu.
Follow us on Twitter @IHSEViews

lucem_fert
Posts: 5
Joined: Sun Sep 11, 2011 6:47 pm

Re: Normtest

Postby lucem_fert » Thu Sep 15, 2011 12:41 am

Yes you're right!!

It was very very late in the night when i was studyng it!

JamieLevon
Posts: 1
Joined: Mon Jan 09, 2012 1:25 pm

Re: Normtest

Postby JamieLevon » Mon Jan 09, 2012 1:28 pm

I can't access the documentation. Where is the add-ins menu?

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13305
Joined: Tue Sep 16, 2008 5:38 pm

Re: Normtest

Postby EViews Gareth » Mon Jan 09, 2012 2:23 pm

Between the Options menu and the Window Menu in EViews 7.2.
Follow us on Twitter @IHSEViews

sfarz
Posts: 10
Joined: Fri Mar 16, 2012 7:16 am

Re: Normtest

Postby sfarz » Sun Apr 22, 2012 1:15 am

Hi,

I would like to use the normtest in a program,
which are the comand references?

Thanks

EViews Esther
EViews Developer
Posts: 149
Joined: Fri Sep 03, 2010 7:57 am

Re: Normtest

Postby EViews Esther » Mon Apr 23, 2012 8:20 am

There is no specific section for the command lines, however, each section has the following information:

Add-in Types: Object of interest
Default Proc Name: Command

For example, if you would like to run from the series, you can use the command:

Code: Select all

series_name.uninorm

as specified in section UniNorm.

sfarz
Posts: 10
Joined: Fri Mar 16, 2012 7:16 am

Re: Normtest

Postby sfarz » Tue Apr 24, 2012 11:42 am

Thanks a lot!
How can i write a program that performs uninorm for many series and store for each series the results?

EViews Esther
EViews Developer
Posts: 149
Joined: Fri Sep 03, 2010 7:57 am

Re: Normtest

Postby EViews Esther » Tue Apr 24, 2012 1:32 pm

Let me introduce one ad hoc approach. After editing the program, UNIFORM.prg (please see the attachment), you can run the following codes:

Code: Select all

group g ser1 ser2 ser3
for !i=1 to g.@count
   %sername = g.@seriesname(!i)
      series {%sername}
     {%sername}.uninorm next
next

Please note this is an ad hoc approach.
Attachments
fig.JPG
fig.JPG (37.59 KiB) Viewed 25783 times

sfarz
Posts: 10
Joined: Fri Mar 16, 2012 7:16 am

Re: Normtest

Postby sfarz » Wed Apr 25, 2012 3:13 am

thanks again!

jmousavi2
Posts: 3
Joined: Wed Jan 24, 2024 8:18 am

Re: Normtest

Postby jmousavi2 » Thu Jan 25, 2024 3:29 am

hello

I want to store the values ​​"Statistic" and "Prob" of Shapiro-Wilk Test in tow variables (with run Normtest add ins). How should I do this programmatically? thank you

jmousavi2
Posts: 3
Joined: Wed Jan 24, 2024 8:18 am

Re: Normtest

Postby jmousavi2 » Thu Jan 25, 2024 1:24 pm

hello
How can i freeze x.uninorm ?
No matter how hard I try, it doesn't work.

Thank you

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13305
Joined: Tue Sep 16, 2008 5:38 pm

Re: Normtest

Postby EViews Gareth » Thu Jan 25, 2024 4:13 pm

Probably best off just modifying the source code of the add-in to store whatever you want stored. In effect creating your own version tailored to do what you want it to do.
Follow us on Twitter @IHSEViews

jmousavi2
Posts: 3
Joined: Wed Jan 24, 2024 8:18 am

Re: Normtest

Postby jmousavi2 » Fri Jan 26, 2024 3:48 am

Thank you very much for your help, problem solved


Return to “Add-in Support”

Who is online

Users browsing this forum: No registered users and 23 guests