How i can implement a matlab function to find maximum likelihood estimate?

조회 수: 5 (최근 30일)
Denis Mihailovschi
Denis Mihailovschi 2022년 1월 24일
답변: Prince Kumar 2022년 1월 28일
  댓글 수: 1
Star Strider
Star Strider 2022년 1월 24일
I admit to being fascinated as to the reason you are taking the maximum likelihood estimate of an electrocardiogram.

댓글을 달려면 로그인하십시오.

답변 (1개)

Prince Kumar
Prince Kumar 2022년 1월 28일
Hi,
MATLAB has a function "mle" which you can use to compute maximum likelihood.
For more information on the parameters for the function kindly refer the link : Maximum Likelihood extimates.
If you want to implement a custom MLE function, then you need to write the function scratch. You can take help from the above mentioned documents to get an idea.
Hope this helps.

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by