matlab code for MLE gpfit
이전 댓글 표시
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.
답변 (1개)
Tom Lane
2012년 4월 10일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!