Skip to content

Commit e61319d

Browse files
committed
fix links in models
1 parent 642c54b commit e61319d

25 files changed

+54
-54
lines changed

nbs/docs/models/ADIDA.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"\n",
163163
":::{.callout-tip}\n",
164164
"\n",
165-
"Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation).\n",
165+
"Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html).\n",
166166
"\n",
167167
":::\n",
168168
"\n",
@@ -8002,7 +8002,7 @@
80028002
"source": [
80038003
"## Implementation of `ADIDA Model` with StatsForecast <a class=\"anchor\" id=\"implementation\"></a>\n",
80048004
"\n",
8005-
"To also know more about the parameters of the functions of the `ADIDA Model`, they are listed below. For more information, visit the [documentation](../../models#class-adida)\n",
8005+
"To also know more about the parameters of the functions of the `ADIDA Model`, they are listed below. For more information, visit the [documentation](../../src/core/models.html#adida)\n",
80068006
"\n",
80078007
"```\n",
80088008
"alias : str\n",
@@ -8681,7 +8681,7 @@
86818681
"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",
86828682
"2. Ivan Svetunkov. [Forecasting and Analytics with the Augmented Dynamic Adaptive Model (ADAM)](https://openforecast.org/adam/)\n",
86838683
"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",
8684-
"4. [Nixtla ADIDA API](../../models#class-adida)\n",
8684+
"4. [Nixtla ADIDA API](../../src/core/models.html#adida)\n",
86858685
"5. [Pandas available frequencies](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases).\n",
86868686
"6. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html).\n",
86878687
"7. [Seasonal periods- Rob J Hyndman](https://robjhyndman.com/hyndsight/seasonal-periods/)."

nbs/docs/models/ARCH.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n",
232232
"\n",
233233
":::{.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",
235235
":::\n",
236236
"\n",
237237
"Next, we import plotting libraries and configure the plotting style."
@@ -16276,7 +16276,7 @@
1627616276
"source": [
1627716277
"## Implementation of ARCH with StatsForecast <a class=\"anchor\" id=\"implementation\"></a>\n",
1627816278
"\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",
1628016280
"\n",
1628116281
"```\n",
1628216282
"p : int\n",
@@ -17790,7 +17790,7 @@
1779017790
"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",
1779117791
"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",
1779217792
"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",
1779417794
"5. [Pandas available frequencies](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases).\n",
1779517795
"6. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html).\n",
1779617796
"7. [Seasonal periods- Rob J Hyndman](https://robjhyndman.com/hyndsight/seasonal-periods/)."

nbs/docs/models/ARIMA.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n",
305305
"\n",
306306
":::{.callout-tip}\n",
307-
"Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation../getting-started/0_Installation). \n",
307+
"Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html). \n",
308308
":::\n",
309309
"\n",
310310
"Next, we import plotting libraries and configure the plotting style."
@@ -1665,7 +1665,7 @@
16651665
"source": [
16661666
"## References <a class=\"anchor\" id=\"references\"></a>\n",
16671667
"\n",
1668-
"1. [Nixtla ARIMA API](../../models#class-arima)\n",
1668+
"1. [Nixtla ARIMA API](../../src/core/models.html#arima)\n",
16691669
"2. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html)."
16701670
]
16711671
},

nbs/docs/models/AutoARIMA.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n",
190190
"\n",
191191
":::{.callout-tip} \n",
192-
"Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation../getting-started/0_Installation). \n",
192+
"Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html). \n",
193193
":::\n",
194194
"\n",
195195
"Next, we import plotting libraries and configure the plotting style."
@@ -2054,7 +2054,7 @@
20542054
"## References <a class=\"anchor\" id=\"references\"></a>\n",
20552055
"\n",
20562056
"\n",
2057-
"1. [Nixtla AutoARIMA API](../../models#class-autoarima)\n",
2057+
"1. [Nixtla AutoARIMA API](../../src/core/models.html#autoarima)\n",
20582058
"2. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html).\n"
20592059
]
20602060
},

nbs/docs/models/AutoCES.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n",
275275
"\n",
276276
":::{.callout-tip}\n",
277-
"Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation../getting-started/0_Installation).\n",
277+
"Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html).\n",
278278
":::\n",
279279
"\n",
280280
"Next, we import plotting libraries and configure the plotting style."
@@ -1997,7 +1997,7 @@
19971997
"source": [
19981998
"## References <a class=\"anchor\" id=\"references\"></a>\n",
19991999
"\n",
2000-
"1. [Nixtla AutoCES API](../../models#class-autoces)\n",
2000+
"1. [Nixtla AutoCES API](../../src/core/models.html#autoces)\n",
20012001
"2. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html).\n",
20022002
"3. [Ivan Svetunkov, Nikolaos Kourentzes, John Keith Ord, \"Complex exponential smoothing\"](https://onlinelibrary.wiley.com/doi/full/10.1002/nav.22074)"
20032003
]

nbs/docs/models/AutoETS.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
"## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n",
298298
"\n",
299299
":::{.callout-tip} \n",
300-
"Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation../getting-started/0_Installation). \n",
300+
"Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html). \n",
301301
":::\n",
302302
"\n",
303303
"Next, we import plotting libraries and configure the plotting style."
@@ -1462,7 +1462,7 @@
14621462
"source": [
14631463
"## References <a class=\"anchor\" id=\"references\"></a>\n",
14641464
"\n",
1465-
"1. [Nixtla AutoETS API](../../models#class-autoets)\n",
1465+
"1. [Nixtla AutoETS API](../../src/core/models.html#autoets)\n",
14661466
"2. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html).\n"
14671467
]
14681468
},

nbs/docs/models/AutoRegressive.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n",
310310
"\n",
311311
":::{.callout-tip} \n",
312-
"Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation../getting-started/0_Installation). \n",
312+
"Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html). \n",
313313
":::\n",
314314
"\n",
315315
"Next, we import plotting libraries and configure the plotting style."
@@ -2285,7 +2285,7 @@
22852285
"\n",
22862286
"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",
22872287
"2. [Jose A. Fiorucci, Tiago R. Pellegrini, Francisco Louzada, Fotios Petropoulos, Anne B. Koehler (2016). “Models for optimising the theta method and their relationship to state space models”. International Journal of Forecasting](https://www.sciencedirect.com/science/article/pii/S0169207016300243).\n",
2288-
"3. [Nixtla AutoRegressive API](../../models#class-autoregressive)\n",
2288+
"3. [Nixtla AutoRegressive API](../../src/core/models.html#autoregressive)\n",
22892289
"4. [Pandas available frequencies](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases).\n",
22902290
"5. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html)\n",
22912291
"6. [Seasonal periods- Rob J Hyndman](https://robjhyndman.com/hyndsight/seasonal-periods/)."

nbs/docs/models/AutoTheta.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n",
9191
"\n",
9292
":::{.callout-tip} \n",
93-
"Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation). \n",
93+
"Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html). \n",
9494
":::\n",
9595
"\n",
9696
"Next, we import plotting libraries and configure the plotting style."
@@ -2112,7 +2112,7 @@
21122112
"## References <a class=\"anchor\" id=\"references\"></a>\n",
21132113
"\n",
21142114
"1. [Jose A. Fiorucci, Tiago R. Pellegrini, Francisco Louzada, Fotios Petropoulos, Anne B. Koehler (2016). “Models for optimising the theta method and their relationship to state space models”. International Journal of Forecasting](https://www.sciencedirect.com/science/article/pii/S0169207016300243).\n",
2115-
"2. [Nixtla AutoTheta API](../../models#class-autotheta)\n",
2115+
"2. [Nixtla AutoTheta API](../../src/core/models.html#autotheta)\n",
21162116
"3. [Pandas available frequencies](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases).\n",
21172117
"4. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html)\n",
21182118
"5. [Seasonal periods- Rob J Hyndman](https://robjhyndman.com/hyndsight/seasonal-periods/)."

nbs/docs/models/CrostonClassic.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n",
212212
"\n",
213213
":::{.callout-tip} \n",
214-
"Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation../getting-started/0_Installation). \n",
214+
"Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html). \n",
215215
":::\n",
216216
"\n",
217217
"Next, we import plotting libraries and configure the plotting style."
@@ -81784,7 +81784,7 @@
8178481784
"source": [
8178581785
"## Implementation of CrostonClassic with StatsForecast <a class=\"anchor\" id=\"implementation\"></a>\n",
8178681786
"\n",
81787-
"To also know more about the parameters of the functions of the `CrostonClassic Model`, they are listed below. For more information, visit the [documentation](../../models#class-crostonclassic)\n",
81787+
"To also know more about the parameters of the functions of the `CrostonClassic Model`, they are listed below. For more information, visit the [documentation](../../src/core/models.html#crostonclassic)\n",
8178881788
"\n",
8178981789
"```\n",
8179081790
"alias : str\n",
@@ -82473,7 +82473,7 @@
8247382473
"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",
8247482474
"2. Ivan Svetunkov. [Forecasting and Analytics with the Augmented Dynamic Adaptive Model (ADAM)](https://openforecast.org/adam/)\n",
8247582475
"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",
82476-
"4. [Nixtla CrostonClassic API](../../models#class-crostonclassic)\n",
82476+
"4. [Nixtla CrostonClassic API](../../src/core/models.html#crostonclassic)\n",
8247782477
"5. [Pandas available frequencies](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases).\n",
8247882478
"6. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html).\n",
8247982479
"7. [Seasonal periods- Rob J Hyndman](https://robjhyndman.com/hyndsight/seasonal-periods/)."

nbs/docs/models/CrostonOptimized.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"## Loading libraries and data <a class=\"anchor\" id=\"loading\"></a>\n",
148148
"\n",
149149
":::{.callout-tip} \n",
150-
"Statsforecast will be needed. To install, see [instructions](../getting-started/0_Installation../getting-started/0_Installation). \n",
150+
"Statsforecast will be needed. To install, see [instructions](../getting-started/installation.html). \n",
151151
":::\n",
152152
"\n",
153153
"Next, we import plotting libraries and configure the plotting style."
@@ -82395,7 +82395,7 @@
8239582395
"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",
8239682396
"2. Ivan Svetunkov. [Forecasting and Analytics with the Augmented Dynamic Adaptive Model (ADAM)](https://openforecast.org/adam/)\n",
8239782397
"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",
82398-
"4. [Nixtla CrostonOptimized API](../../models#class-crostonoptimized)\n",
82398+
"4. [Nixtla CrostonOptimized API](../../src/core/models.html#crostonoptimized)\n",
8239982399
"5. [Pandas available frequencies](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases).\n",
8240082400
"6. [Rob J. Hyndman and George Athanasopoulos (2018). “Forecasting Principles and Practice (3rd ed)”](https://otexts.com/fpp3/tscv.html).\n",
8240182401
"7. [Seasonal periods- Rob J Hyndman](https://robjhyndman.com/hyndsight/seasonal-periods/)."

0 commit comments

Comments
 (0)