Hello,
I am using 5 minute Bitcoin/USD logreturns since 2017 (n=256,705) and am trying to estimate a GARCH(1,1) model.
The upcoming error " r(430) flat log likelihood encountered, cannot find uphill direction " seems to be an error that is frequently occurring in this context.
The solutions I found using this Forum and the Stata guides can be summarized as follows:
1) eliminate outliers
2) set initial values
3) change convergence criteria
1) I winsorized the data to eliminate the possibility that outliers are the reason for non-convergence
2) I used the following code: arch logreturn_w, arch(1) garch (1) from(0.008 0.9 0.1 0.001, copy)
3) I used the following code: arch logreturn_w, arch(1) garch (1) tolerance(0.1) nrtolerance(0.1) ltolerance(0.1)
I also tried several different starting values and tolerances, all of them without successful conversion.
Could you please check, if there is a problem with the codes (since I am not allowed to use another way to eliminate outliers)?
Stata runs the maximum-likelihood estimation so I assume there is no syntax error etc, but maybe the values are unreasonable?
In addition, there might be other ways to handle the upcoming problem that I have not found or read about, yet?
Thanks a lot for any help in advance.
Mathis
Related Posts with Garch(1,1) model does not converge:*flat log likelihood encountered, cannot find uphill direction
Scatter plot with fixed effectsI am trying to draw a scatter plot of two variables, after having taken into account fixed effects (…
Extracting specific part of string variable conditional on another string variableHello Dear All, I have been working on the Web of Science database and it contains author names and…
ID fixed effect error: factor variables may not contain noninteger valuesHi! I am running a ologit regression with ID fixed effect and get the error msg: factor variables ma…
Portfolio of uncorrelated instrumentsI would appreciate hearing your views on whether solving the problem below is possible in STATA. I …
Why I am getting a r199 errorWhy is it when stata15 is used to draw sROC curve, it reminds me that command homogeni is unrecogniz…
Subscribe to:
Post Comments (Atom)
0 Response to Garch(1,1) model does not converge:*flat log likelihood encountered, cannot find uphill direction
Post a Comment