Computing lognormal parameter using maximum likelihood method
3 次查看(过去 30 天)
显示 更早的评论
Can anyone please tell me how can I calculate lognormal parameter of a function using maximum likelihood method for a given set of data.
I have attached two file in which fragility is on y-axis and velocity is one x-axis. This data follow log normal distribution having function
f(a)=(log(velocity(i)/median))/standard_deviation
F = ((f(a)^fragility(i))*((1.0-f(a))^(1.0-fragility(i)))); This F should undergo maximum likelihood method to compute standard deviation and median values through an iterative procedure?
It would be better if someone help me using a code so that I can understand well?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!