Computing lognormal parameter using maximum likelihood method

조회 수: 3 (최근 30일)
Raj Arora
Raj Arora 2022년 5월 2일
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개)

카테고리

Help CenterFile Exchange에서 Probability Distributions and Hypothesis Tests에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by