Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
statistical testing of optimized parameter
Posted:
May 17, 2012 5:35 PM
|
|
Hi All, I have optimized my model?s parameter by minimizing root mean square error (RMSE) using fmincon. Then I have calculated the Hessian matrix using that optimum parameter values and finally I tried to calculate the t-values for testing those optimized parameters.
For Hessian I used John D?Errico?s function (following link) http://www.mathworks.com/matlabcentral/fileexchange/13490-adaptive-robust-numerical-differentiation and, t_values = ?parameter./sqrt(diag(inv(hessian)))? Now, the problem is, the t values are showing unexpected values. I think there is some problem in my procedure. For calculating ?parameter covariance matrix? I used inverse of the hessian. Is it correct? Any suggestions would be great!
-Hasan
|
|
|
|