필터 지우기
필터 지우기

The test of normality for resiuals of a neural network

조회 수: 3 (최근 30일)
Rita
Rita 2016년 9월 30일
댓글: dpb 2016년 10월 19일
I have used Lillifores test to examine the normality of residuals of a neural netwoek.The result showed that the residuals of my ANN is not normally distributed what does it mean?
  댓글 수: 3
Greg Heath
Greg Heath 2016년 10월 1일
The above comment should probably be upgraded to an ANSWER.
Greg
Rita
Rita 2016년 10월 1일
Thanks dpb,Greg.

댓글을 달려면 로그인하십시오.

답변 (1개)

Greg Heath
Greg Heath 2016년 10월 2일
Original comment by dpb on 30 Sep 2016 at 20:38 upgraded to an ANSWER:
That the model residuals aren't normally distributed. Not much, really other than that statistics computed from them relying on such an assumption aren't reliable, but otherwise, probably nothing.
  댓글 수: 2
Rita
Rita 2016년 10월 19일
편집: Rita 2016년 10월 19일
Thanks Greg,I would really appreciate if you could send a reference( an article or ...) for the answer which shows that the residual of ANN does not follow a normal distribution but still the ANN predicts well.
dpb
dpb 2016년 10월 19일
Well, since I was the one who actually crafted the answer (Greg simply moved my comment to an answer as well as agreeing) I'll not leave the onus on him to defend it.
In short, I have no specific reference, only that estimation itslef is NOT reliant upon the underlying distribution; only that assumptions regarding error distributions and the statistics associated with them are, for the most part, based on the assumption of normality. This isn't anything particularly to do about "normality" being something magic, only that it is one of the few distributions for which analytic solutions are possible from which to write the necessary test statistic properties to be able to thus compute confidence intervals and the like.
If the residuals aren't normal, then those statistics aren't necessarily accurate and if those kinds of estimates are important then you're forced to try to other techniques to evaluate those parameters.
But, that doesn't say anything at all about the actual ability of the model to predict results; only actual looking at the magnitude of the residuals themselves and how it performs for new predictions when data become available to confirm/deny its accuracy can tell you how well (or poorly) it actual performs as a model.
That said, just how nonnormal are the results? Unless they're exceedingly skewed or much broader-tailed than a normal, the magnitude of the deviation is probably not going to make a great deal of difference.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by