matlab code for MLE gpfit
Mostrar comentarios más antiguos
Hi, does anybody know where I could find the formulas the matlab code is using in the function gpfit (generalized pareto fit) which returns MLE estimates? The MLE solve a system which doesn't have explicit solutions, so more numerical techniques have been proposed and I would like to know what numerical scheme matlab is using for gpfit and some reference. thank you.
Respuestas (1)
Tom Lane
el 10 de Abr. de 2012
0 votos
If you "edit gpfit" you can see the code. You'll also see some literature references. The code appears to be using the method of moments just to locate starting values, then using the optimizer fminsearch to find the maximum likelihood estimates.
Categorías
Más información sobre Arduino Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!