What codes do I have to use to determine if the data are Gaussian distributed?
조회 수: 1 (최근 30일)
이전 댓글 표시
What codes do I have to use to determine if the data are Gaussian distributed?
댓글 수: 3
John D'Errico
2022년 10월 22일
A common mistake made. You can never determine that some set of data truly is normally distributed. At best, you can possibly determine that it is unlikely the data is normally distributed.
채택된 답변
dpb
2022년 10월 21일
MATLAB implements jbtest and adtest in the Statistics TB. My personal preference is to use the Shapiro-Wilk test. See <NIST Handbook 7.2.1.3>.
댓글 수: 0
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!