What codes do I have to use to determine if the data are Gaussian distributed?

3 ビュー (過去 30 日間)
Chris
Chris 2022 年 10 月 21 日
コメント済み: Chris 2022 年 10 月 22 日
What codes do I have to use to determine if the data are Gaussian distributed?
  3 件のコメント
John D'Errico
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.
Chris
Chris 2022 年 10 月 22 日
Thanks a lot for leaving comments!!

サインインしてコメントする。

採用された回答

dpb
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 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by