How to calculate the skewness and kurtosis from MATLAB gaussian mixture model function---fitgmdist ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yihan Ma
am 15 Mai 2019
Kommentiert: Yihan Ma
am 16 Mai 2019
If I have a 1 dimension sequence, I could use the fitgmdist function to extract the means and sigmas of several distribution from this sequence. That is, I could collect several mean value and sigma value to represent this 1 dimension sequence.
But I still want to know, if this MATLAB function fitgmdist could extract the mean and sigma, whether it extract the skewness and kurtosis as well?
0 Kommentare
Akzeptierte Antwort
Jeff Miller
am 16 Mai 2019
The gaussians in the mixture have different means and sigmas, but since they are gaussians they all have the same skewness (0) and kurtosis (3). So, there is no need to extract these values for the different gaussians in the mixture.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!