|
231 | 231 | "## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n", |
232 | 232 | "\n", |
233 | 233 | ":::{.callout-tip}\n", |
234 | | - "Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation../getting-started/0_Installation).\n", |
| 234 | + "Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html).\n", |
235 | 235 | ":::\n", |
236 | 236 | "\n", |
237 | 237 | "Next, we import plotting libraries and configure the plotting style." |
|
16276 | 16276 | "source": [ |
16277 | 16277 | "## Implementation of ARCH with StatsForecast <a class=\"anchor\" id=\"implementation\"></a>\n", |
16278 | 16278 | "\n", |
16279 | | - "To also know more about the parameters of the functions of the `ARCH Model`, they are listed below. For more information, visit the [documentation](../../models#class-arch)\n", |
| 16279 | + "To also know more about the parameters of the functions of the `ARCH Model`, they are listed below. For more information, visit the [documentation](../../src/core/models.html#arch)\n", |
16280 | 16280 | "\n", |
16281 | 16281 | "```\n", |
16282 | 16282 | "p : int\n", |
|
17790 | 17790 | "1. [Changquan Huang • Alla Petukhina. Springer series (2022). Applied Time Series Analysis and Forecasting with Python.](https://link.springer.com/book/10.1007/978-3-031-13584-2) \n", |
17791 | 17791 | "2. [Engle, R. F. (1982). Autoregressive conditional heteroscedasticity with estimates of the variance of United Kingdom inflation. Econometrica: Journal of the econometric society, 987-1007.](http://www.econ.uiuc.edu/~econ508/Papers/engle82.pdf).\n", |
17792 | 17792 | "3. [James D. Hamilton. Time Series Analysis Princeton University Press, Princeton, New Jersey, 1st Edition, 1994.](https://press.princeton.edu/books/hardcover/9780691042893/time-series-analysis)\n", |
17793 | | - "4. [Nixtla ARCH API](../../models#class-arch)\n", |
| 17793 | + "4. [Nixtla ARCH API](../../src/core/models.html#arch)\n", |
17794 | 17794 | "5. [Pandas available frequencies](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases).\n", |
17795 | 17795 | "6. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html).\n", |
17796 | 17796 | "7. [Seasonal periods- Rob J Hyndman](https://robjhyndman.com/hyndsight/seasonal-periods/)." |
|
0 commit comments