How to perform a Maximum Likelihood parameter estimation using simulink?
Show older comments
How to perform a Maximum Likelihood parameter estimation using simulink? The Toolbox to estimate parameters just offers sum square error or sum absolute error. Isn't there a possibility to implement variances to my Data and use a Maximum Likelihood Estimator?
Answers (1)
Darshan Ramakant Bhat
on 16 Feb 2017
3 votes
You can use the MATLAB function block in Simulink. Inside the function block you can call MATLAB's maximum likelihood function ' mle'. Please go through the following links.
I hope my answer will help you.
Regards
Darshan Bhat
Categories
Find more on Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!