fmincon and multivariate normal log likelihood

1 view (last 30 days)
Hello folks,
I have a problem in estimating parameters of the multivariate normal log-likelihood l = -0.5*log(2*pi)-log(sigma)-0.5*( (data-mu)'/sigma*(data-mu) ) As a beginner of Matlab I am trying to use fminunc, is that a good idea? any suggestion for alternatives?

Answers (0)

Categories

Find more on Mathematics and Optimization 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!