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*
- $\begingroup$ Hypothetically, in case I have an AR(3) mean model, which can be estimated as simple OLS, but with long memory errors, can I, according to your suggestion, just run the OLS for the mean and then use ARFIMA model for the residuals and use the fitted values as weights for Weighted least squares? $\endgroup$m3div0– m3div02015-03-27 11:29:04 +00:00Commented Mar 27, 2015 at 11:29
- $\begingroup$ Could you be more explicit? Do you want to (1) model your dependent variable as AR(3) and then (2) model the residuals as ARFIMA($p,d,q$)? That does not make sense to me. Later, I did not understand what fitted values you would use, and what model you would estimate using WLS. $\endgroup$Richard Hardy– Richard Hardy2015-03-27 11:32:41 +00:00Commented Mar 27, 2015 at 11:32
- $\begingroup$ Well my first choice was ARIMA FIGARCH model, but it can't be done in R, therefore I thought I could found the conditional variances(to weight the original data points as you have written) using the ARFIMA on the squared residuals, which as I understand from the literature is as if I run the Figarch and consequently there wouldn't be heteroscedascity in the WLS $\endgroup$m3div0– m3div02015-03-27 12:40:28 +00:00Commented Mar 27, 2015 at 12:40
- 1$\begingroup$ No, ARFIMA on squared residuals is not FIGARCH -- just as ARIMA on squared residuals is not GARCH. AR(F)IMA model has an error term so that the modeled relationship is approximate. Meanwhile, (F)IGARCH is deterministic in the sense that there is no error in the (F)IGARCH formula. That is, the conditional variance is supposedly perfectly explained in the (F)IGARCH model. AR(F)IMA on squared residuals is more like a stochastic volatility model (note the name stochastic as opposed to deterministic, which is true for (F)IGARCH). $\endgroup$Richard Hardy– Richard Hardy2015-03-27 12:52:33 +00:00Commented Mar 27, 2015 at 12:52
- $\begingroup$ All right, I see it now and it brings me back where I started, but thank you for your explanation $\endgroup$m3div0– m3div02015-03-27 13:08:27 +00:00Commented Mar 27, 2015 at 13:08
| Show 1 more comment
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