How can I make a Monte Carlo estimate for skewness (by using a sample size of n=500 with 500 repetitions?)
2 ビュー (過去 30 日間)
古いコメントを表示
May I ask how can I make a Monte Carlo estimate for skewness (by using a sample size of n=500 with 500 repetitions?)
Also, how can I get 5th percetiles of the skewness estimates by using this?
0 件のコメント
回答 (1 件)
Image Analyst
2022 年 9 月 24 日
Just generate sample values from your distribution and call skewness if you have the Statistics and Machine Learning Toolbox. Otherwise you can use the formula you can find online, like in Wikipedia. What formula are you using to describe your probability distribution?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!