Obtaining an optimized log likelihood value using 'fmincon'

According to the help file for 'aicbic' an optimized log likelihood can be obtained from 'fmincon', does this refer to the value of the objective function at the solution (i.e. fval)? If so, do I use fval or log(fval) as the input to 'aicbic'?
Thank you

답변 (2개)

John D'Errico
John D'Errico 2015년 9월 4일
편집: John D'Errico 2015년 9월 4일
Just reading the help for this function, it does refer to the argument logL as being in a log form. I don't see where the confusion lies.
Description
example
aic = aicbic(logL,numParam) returns Akaike information criteria (AIC) corresponding to optimized loglikelihood function values (logL), as returned by estimate, and the model parameters, numParam.

카테고리

도움말 센터File Exchange에서 Econometrics Toolbox에 대해 자세히 알아보기

질문:

2015년 9월 4일

답변:

2015년 9월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by