文件名称:Maximum-Likelihood-Estimation
介绍说明--下载内容均来自于网络,请自行研究使用
用MATLAB编写代码,在经济和金融中法对连续时间过程实现了封闭的最大似然估计方法-The code, written in MATLAB, implements the closed-form maximum-likelihood estimation method for continuous-time processes in economics and finance. First, the code maximizes the log-likelihood function and displays the MLE estimates, the standard error estimates (constructed from the inverse of Hessian) and the misspecification-robust standard error (i.e., the sandwich estimate). Second, it reports whether the maximization procedure converges under the default tolerance. Finally, it plots the marginal log-likelihood for each parameter in a neighborhood of the estimates. The blue curve is the likelihood function, while each red star corresponds to the estimate for the corresponding parameter. For more information about the models, please read the user s guide (link "more").
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Codes_Matlab.rar
main_script_MLE.m