Dear statalist,
I am applying -arima- to a simple log-linear time trend equation ln(y)=a+bt+u (the differenced form is dln(y)=b+u). It is a very short time series database with only 22 observations. However, I face a convergence problem. The following shows the last part of the outcome returned by stata.
May I ask what are the possible reasons for such convergence failure and how to solve it?
Thank you very much.
I am applying -arima- to a simple log-linear time trend equation ln(y)=a+bt+u (the differenced form is dln(y)=b+u). It is a very short time series database with only 22 observations. However, I face a convergence problem. The following shows the last part of the outcome returned by stata.
May I ask what are the possible reasons for such convergence failure and how to solve it?
Thank you very much.
Code:
Iteration 195: log likelihood = 6.8891918 (not concave) Iteration 196: log likelihood = 6.8891918 (not concave) Iteration 197: log likelihood = 6.8891918 (not concave) Iteration 198: log likelihood = 6.8891918 (not concave) Iteration 199: log likelihood = 6.8891918 (not concave) (switching optimization to BFGS) BFGS stepping has contracted, resetting BFGS Hessian (92) Iteration 200: log likelihood = 6.8891918 BFGS stepping has contracted, resetting BFGS Hessian (93) Iteration 201: log likelihood = 6.8891918 (backed up) BFGS stepping has contracted, resetting BFGS Hessian (94) Iteration 202: log likelihood = 6.8891918 (backed up) BFGS stepping has contracted, resetting BFGS Hessian (95) Iteration 203: log likelihood = 6.8891918 (backed up) BFGS stepping has contracted, resetting BFGS Hessian (96) Iteration 204: log likelihood = 6.8891918 (backed up) BFGS stepping has contracted, resetting BFGS Hessian (97) Iteration 205: log likelihood = 6.8891918 (backed up) BFGS stepping has contracted, resetting BFGS Hessian (98) Iteration 206: log likelihood = 6.8891918 (backed up) BFGS stepping has contracted, resetting BFGS Hessian (99) Iteration 207: log likelihood = 6.8891918 (backed up) flat log likelihood encountered, cannot find uphill direction r(430); end of do-file
Comment