How to identify the distribution of the data set?
Mostra commenti meno recenti
Given a data set (.mat file). How can I identify the distribution (Normal, Gaussian, etc) of the data in matlab? Is there any built-in function that helps to do this?
For example, I'd like to identify the distribution of the Ionosphere data set.
Risposta accettata
Più risposte (2)
Mohammad Tanhaemami
il 23 Feb 2018
2 voti
Image Analyst
il 3 Lug 2016
1 voto
Of course the histogram is the actual distribution. But if you want a model distribution, look into kstest(), kstest2(), lillietest(), etc.
1 Commento
alex brown
il 29 Apr 2019
Thank you for helping me. Is there any function for testing the uniform distribution?! what is the criteria for a distribution to be uniform?!
Categorie
Scopri di più su Univariate Discrete Distributions in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
