Open
Conversation
Owner
|
Thanks! You're going to have to update the tests in length(sem) > 0 && println(io, "Mean equation parameters:", "\n",
CoefTable(hcat(ccm, sem, zzm, 2.0 * normccdf.(abs.(zzm))),
["Estimate", "Std.Error", "z value", "Pr(>|z|)"],
coefnames(am.meanspec), 4
)
)to length(sem) > 0 && println(io, "Mean specification is ", modname(typeof(am.meanspec)), ", with parameters:", "\n",
CoefTable(hcat(ccm, sem, zzm, 2.0 * normccdf.(abs.(zzm))),
["Estimate", "Std.Error", "z value", "Pr(>|z|)"],
coefnames(am.meanspec), 4
)
)Result: julia> fit(GARCH{1, 1}, BG96, meanspec=ARMA{1, 1}, dist=StdT)
TGARCH{0,1,1} model with Student's t errors, T=1974.
Mean specification is ARMA{1,1}, with parameters:
───────────────────────────────────────────────
Estimate Std.Error z value Pr(>|z|)
───────────────────────────────────────────────
c 0.00364834 0.0113688 0.320909 0.7483
φ₁ -0.614422 0.209571 -2.9318 0.0034
θ₁ 0.65015 0.199659 3.25631 0.0011
───────────────────────────────────────────────
Volatility parameters:
──────────────────────────────────────────────
Estimate Std.Error z value Pr(>|z|)
──────────────────────────────────────────────
ω 0.00241045 0.00163656 1.47288 0.1408
β₁ 0.882039 0.0365434 24.1368 <1e-99
α₁ 0.127324 0.0402363 3.1644 0.0016
──────────────────────────────────────────────
Distribution parameters:
─────────────────────────────────────────
Estimate Std.Error z value Pr(>|z|)
─────────────────────────────────────────
ν 4.11992 0.402128 10.2453 <1e-23
─────────────────────────────────────────That shouldn't require a change to and by running from a terminal in the ARCHModels main folder You can check the generated HTML by running |
Contributor
Author
|
OK, I'm gonna think more about this and let this sit for a while. Mean specification is ARMA{1,1}, with parameters:
Volatility parameters:
Distribution parameters:Perhaps instead: Mean specification is ARMA{1,1}, with parameters:
Volatility specification is TGARCH{0,1,1}, with parameters:
Error distribution is Student's t, with parameters: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.