Page 1 of 1

Normal distribution plot on histogram

Posted: Fri Aug 24, 2012 12:33 am
by wjgatt
Is there a way in which a Normal Distribution plot is imposed on a histogram?
The JB stat is enough to test for normality but having this plot would make presentation more professional in my opinion.

Thanks
W

Re: Normal distribution plot on histogram

Posted: Fri Aug 24, 2012 3:44 am
by trubador
Yes, there is. You can use the "distplot" command:

Code: Select all

seriesname.distplot hist theory
Please see the manual for details and other options...

Re: Normal distribution plot on histogram

Posted: Fri Aug 24, 2012 4:32 am
by wjgatt
Great! Thanks