You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1$\begingroup$ @Aksakal, I did not say GARCH is directly equivalent to AR, as it is not. However, it is not a coincidence that it is called GARCH. I explain this in detail here, using an unorthodox representation of ARMA for better comparability with GARCH. I have also edited my answer to avoid confusion. $\endgroup$Richard Hardy– Richard Hardy2022-01-04 20:07:27 +00:00Commented Jan 4, 2022 at 20:07
- $\begingroup$ I'm a bit confused by your response. If h-step-ahead predictions will lag h steps behind in autoregressive models, what's the point of using them? From what I know, that only happens when the autoregressive model can't derive any actual information from your data, and is just replicating the most recent data point. $\endgroup$Vladimir Belik– Vladimir Belik2022-01-04 21:04:40 +00:00Commented Jan 4, 2022 at 21:04
- $\begingroup$ @VladimirBelik AR models have a stochastic component, e.g. $x_t=\phi_1 x_{t-1}+\varepsilon_t$ - notice the index of the error term, it is not observed yet at $t-1$. the point is that these models describe some processes, hence you can use them to forecast too. the error variance gives you an idea of the least possible amount of uncertainty you can accomplish in forecasting these processes. $\endgroup$Aksakal– Aksakal2022-01-04 21:25:38 +00:00Commented Jan 4, 2022 at 21:25
- 1$\begingroup$ @VladimirBelik, I think my last sentence addresses this: in typical applications of GARCH models, conditional variance is often found to be quite close to a random walk. For such a case, last observed value is close to the optimal prediction. Saying that this is not satisfactory indicates your view of the process (you do not like how it behaves) rather than the model that happens to represent the process. GARCH need not be the best model in the most general sense, but just try beating it without use of additional data and see how you fare. People have tried that, often without much success. $\endgroup$Richard Hardy– Richard Hardy2022-01-06 18:16:49 +00:00Commented Jan 6, 2022 at 18:16
- 1$\begingroup$ @VladimirBelik, also try GARCH vs. $\log(\sigma_t^2)=\log(\sigma_{t-1}^2)+\zeta_t$ with $\mathbb{E}(\zeta_t)=0$ (a multiplicative random walk). You will probably see GARCH doing slightly better. (I suggest multiplicative random walk since additive random work does not work here; variance cannot be negative, while there is nothing preventing additive random walk from going below zero.) $\endgroup$Richard Hardy– Richard Hardy2022-01-06 18:21:15 +00:00Commented Jan 6, 2022 at 18:21
| Show 6 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. machine-learning), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you