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
Residual Diagnostics - Histogram Normality test
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13583
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Residual Diagnostics - Histogram Normality test
Its just the standard deviation of the residual series. If the equation in question was the last estimated, you can just do:
If not, you'll have to make the residuals using makeresid.
Code: Select all
=@stdev(resid)
Re: Residual Diagnostics - Histogram Normality test
Thanks Gareth, works like a charm!
Regards
Regards
Who is online
Users browsing this forum: No registered users and 1 guest
