MATLAB: How to determine the parameters of statistical distributions

distributionsrayleighstatisticsweibull

Hey, I have a dataset which consist of hourly wind speed points. I would like to know ho to use the "mle" command to determine the estimates for the parameters of a weibull, rayleigh, gamma and chi-square distribution?

Best Answer

Use the Statistics and Machine Learning Toolbox fitdist (link) function.