Skip to content

Commit

Permalink
(ci skip) fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-broda committed Aug 19, 2022
1 parent 930fa7c commit 9371f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ As for error distributions, the user may choose among the following:
* Standardized Hansen Skewed ``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
For instance, a GARCH(1,1) model with a conditional mean from an AR(1) model with normally distributed errors can be estimated by
`fit(GARCH{1,1}, data; meanspec=AR{1}, dist=StdNormal)`.

In addition, the following multivariate models are supported:
Expand Down

2 comments on commit 9371f64

@s-broda
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/66550

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.2.2 -m "<description of version>" 9371f644facd242fb7565e52a3e5f1e8e187617c
git push origin v2.2.2

Please sign in to comment.