Skip to content

Commit

Permalink
Merge branch 'master' into moarlags
Browse files Browse the repository at this point in the history
  • Loading branch information
s-broda committed Jun 22, 2020
2 parents a721673 + e75597c commit 560ce23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/src/index.md
Expand Up @@ -24,6 +24,9 @@ As for error distributions, the user may choose among the following:
* Standardized Student's ``t``
* Standardized Generalized Error Distribution

For instance, a GARCH(1,1) model with a conditional mean from an AR(1) model with normally distributed errors can be esimated by
`fit(GARCH{1,1}, data; meanspec=AR{1}, dist=StdNormal)`.

In addition, the following multivariate models are supported:

* CCC
Expand Down
2 changes: 1 addition & 1 deletion docs/src/usage.md
Expand Up @@ -80,7 +80,7 @@ Volatility parameters:
─────────────────────────────────────────────
```

This returns an instance of [`UnivariateARCHModel`](@ref), as described in the section [Working with UnivariateARCHModels](@ref). The parameters ``\alpha_1`` and ``\beta_1`` in the volatility equation are highly significant, again confirming the presence of volatility clustering. Note also that the fitted values are the same as those found by [Bollerslev and Ghysels (1986)](https://doi.org/10.2307/1392425) and [Brooks et.al. (2001)](https://doi.org/10.1016/S0169-2070(00)00070-4) for the same dataset.
This returns an instance of [`UnivariateARCHModel`](@ref), as described in the section [Working with UnivariateARCHModels](@ref). The parameters ``\alpha_1`` and ``\beta_1`` in the volatility equation are highly significant, again confirming the presence of volatility clustering. The standard errors are from a robust (sandwich) estimator of the variance-covariance matrix. Note also that the fitted values are the same as those found by [Bollerslev and Ghysels (1986)](https://doi.org/10.2307/1392425) and [Brooks et.al. (2001)](https://doi.org/10.1016/S0169-2070(00)00070-4) for the same dataset.

The [`fit`](@ref) method supports a number of keyword arguments; the full signature is
```julia
Expand Down

0 comments on commit 560ce23

Please sign in to comment.