matlab code for MLE gpfit
Ältere Kommentare anzeigen
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.
Antworten (1)
Tom Lane
am 10 Apr. 2012
0 Stimmen
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.
Kategorien
Mehr zu Arduino Hardware finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!