I need to fit Extreme Value distributions to wind speed data. I'm using Matlab for doing this. It may not be evident to a user that there are alternative formulations of the Gumbel and Weibull models than those that Matlab has built in in its commands: evfit and wblfit. Thus, the definitions implemented are:
Gumbel (suited for minima)
However, there's another version of the Gumbel to which I need to fit the data:
Weibull
Same comments applies to the Weibull models in Matlab. In previous versions, Matlab implemented a version of the Weibull in the command weibfit (not available anymore), which was later replaced by wblfit.
and previously as:
My question is: any ideas how can the data be fitted to the previous definitions of the Gumbel and Weibull models in Matlab?
Thanks,