maximum likelihood estimation of triple integral equation using fminsearch
Show older comments
Hi, I would like help with debugging my code which seems not to be working when i try to get some maximum likelihood estimate of a function like this one:L=-0.5log2π-logσ+logγ-log(L^(-γ)-U^(-γ) )+∫_(-∞)^∞▒log{∫_L^U▒〖x^(-γ-1) exp[-0.5((y_i-x)/σ)^2 ] 〗 dx} {1/√2π γ_*/(L_*^(〖-γ〗_* )-U_*^(γ_* ) ) ∫_(L_*)^(U_*)▒〖x^(〖-γ〗_*-1)/ax exp[(y_i-x)/ax]^2 〗 dx}dy .
In the m-file for the function above, where we need to find the maximum likelihood estimate of the parameters L, U, gamma, sigma, when we assume we know the other four parameters L_star, U_star, a, and gamma_star.
I'am not used to putting functions in this forum i hope the function is clear.I have in clear questions in notepad and pdf format that i can send or post on this forum but i dont how to attach the documents to my question.Any suggestions are welcome:my e-mail is:2400163@uwc.ac.za.
thanks, Ik
3 Comments
Walter Roberson
on 18 Apr 2012
There are some characters there that did not come through correctly. Possibly they are sigma characters? The first one is immediately after ∫_(-∞)^∞
Silibelo Kamwi
on 24 Apr 2012
Walter Roberson
on 25 Apr 2012
What do you have so-far ?
Answers (1)
Silibelo Kamwi
on 7 May 2012
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!