How can I make a Monte Carlo estimate for skewness (by using a sample size of n=500 with 500 repetitions?)
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Image Analyst
le 24 Sep 2022
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 commentaires
Voir également
Catégories
En savoir plus sur Get Started with Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!