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!