Skip to content

Commit

Permalink
Merge pull request #763 from partev/patch-1
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
bashtage authored Jan 8, 2025
2 parents 8ff5a5e + be7f0f0 commit ec892b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/univariate_volatility_modeling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Volatility processes can be added a a mean model using the `volatility` property. This example adds an ARCH(5) process to model volatility. The arguments `iter` and `disp` are used in `fit()` to suppress estimation output."
"Volatility processes can be added to a mean model using the `volatility` property. This example adds an ARCH(5) process to model volatility. The arguments `iter` and `disp` are used in `fit()` to suppress estimation output."
]
},
{
Expand Down

0 comments on commit ec892b4

Please sign in to comment.