Skip to content

Commit

Permalink
arima model user guide (#570)
Browse files Browse the repository at this point in the history
* arima model user guide

* Auto Arima model user guide

* Arima model user guide

* user guide AutoETS

* Auto Arima model user guide

* Arima model user guide

* Auto CES model user guide

* Auto Theta model user guide

* AutoRegressive model user guide

* Auto Arima model user guide

* Arch model user guide

* Garch model user guide

* Arch model user guide

* Auto Theta model user guide

* standard theta model user guide

* Optimized Theta Model user guide

* Dynamic Standard Theta user guide

* Dynamic Optimized Theta user guide

* Simple Exponential Smoothing user guide

* moving directory

* movinv directory

* moving directory

* moving directory

* moving directory

* moving directory

* moving directory

* moving directory

* moving directory

* exogenous variable for autoarima models

* Edited ADIDA notebook

* Staging changes for rebase

* Checking in work on ARCH

* Finished ARCH

* Finished ARIMA

* Finished ARIMA

* Finished AutoARIMA

* Finished AutoCES

* Finished AutoETS

* AutoRegressive

* Reviewed AutoTheta

* Checking in Croston Classic

* Reviewed CrostonClassic

* Finished CrostonSBA

* Finished Dynamic OptimizedTheta

* Finished DynamicStandardTheta

* Removing exogenous autoarima

* Finished GARCH

* Holt

* HoltWinters

* Finished OptimizedTheta

* Finished Optimized Theta

* MSTL

* Finished SeasonalExponentialSmoothing

* Finished SimpleExponential Models

* Finished StandardTheta

* Finished editing

* Skipping documentation directory

* Renaming and filtering with regex from testing

* Missed renaming one file

* Adding ignore to local tests

* Adding notest

* Cleaning notebook

* Restoring CI file

* Polishing

---------

Co-authored-by: Naren8520 <user@users-MacBook-Pro.local>
Co-authored-by: kvnkho <kdykho@gmail.com>
  • Loading branch information
3 people authored Sep 29, 2023
1 parent 33c2a0a commit cbcfe25
Show file tree
Hide file tree
Showing 27 changed files with 501,913 additions and 0 deletions.
Empty file added nbs/docs/models/.notest
Empty file.
9,168 changes: 9,168 additions & 0 deletions nbs/docs/models/ADIDA.ipynb

Large diffs are not rendered by default.

17,976 changes: 17,976 additions & 0 deletions nbs/docs/models/ARCH.ipynb

Large diffs are not rendered by default.

1,687 changes: 1,687 additions & 0 deletions nbs/docs/models/ARIMA.ipynb

Large diffs are not rendered by default.

2,353 changes: 2,353 additions & 0 deletions nbs/docs/models/AutoARIMA.ipynb

Large diffs are not rendered by default.

2,298 changes: 2,298 additions & 0 deletions nbs/docs/models/AutoCES.ipynb

Large diffs are not rendered by default.

1,526 changes: 1,526 additions & 0 deletions nbs/docs/models/AutoETS.ipynb

Large diffs are not rendered by default.

2,609 changes: 2,609 additions & 0 deletions nbs/docs/models/AutoRegressive.ipynb

Large diffs are not rendered by default.

2,598 changes: 2,598 additions & 0 deletions nbs/docs/models/AutoTheta.ipynb

Large diffs are not rendered by default.

82,946 changes: 82,946 additions & 0 deletions nbs/docs/models/CrostonClassic.ipynb

Large diffs are not rendered by default.

82,903 changes: 82,903 additions & 0 deletions nbs/docs/models/CrostonOptimized.ipynb

Large diffs are not rendered by default.

82,881 changes: 82,881 additions & 0 deletions nbs/docs/models/CrostonSBA.ipynb

Large diffs are not rendered by default.

2,369 changes: 2,369 additions & 0 deletions nbs/docs/models/DynamicOptimizedTheta.ipynb

Large diffs are not rendered by default.

2,312 changes: 2,312 additions & 0 deletions nbs/docs/models/DynamicStandardTheta.ipynb

Large diffs are not rendered by default.

18,257 changes: 18,257 additions & 0 deletions nbs/docs/models/GARCH.ipynb

Large diffs are not rendered by default.

3,023 changes: 3,023 additions & 0 deletions nbs/docs/models/Holt.ipynb

Large diffs are not rendered by default.

3,301 changes: 3,301 additions & 0 deletions nbs/docs/models/HoltWinters.ipynb

Large diffs are not rendered by default.

82,862 changes: 82,862 additions & 0 deletions nbs/docs/models/IMAPA.ipynb

Large diffs are not rendered by default.

5,291 changes: 5,291 additions & 0 deletions nbs/docs/models/MultipleSeasonalTrend.ipynb

Large diffs are not rendered by default.

2,447 changes: 2,447 additions & 0 deletions nbs/docs/models/OptimizedTheta.ipynb

Large diffs are not rendered by default.

2,053 changes: 2,053 additions & 0 deletions nbs/docs/models/SeasonalExponentialSmoothing.ipynb

Large diffs are not rendered by default.

2,056 changes: 2,056 additions & 0 deletions nbs/docs/models/SeasonalExponentialSmoothingOptimized.ipynb

Large diffs are not rendered by default.

1,848 changes: 1,848 additions & 0 deletions nbs/docs/models/SimpleExponentialOptimized.ipynb

Large diffs are not rendered by default.

1,985 changes: 1,985 additions & 0 deletions nbs/docs/models/SimpleExponentialSmoothing.ipynb

Large diffs are not rendered by default.

2,267 changes: 2,267 additions & 0 deletions nbs/docs/models/StandardTheta.ipynb

Large diffs are not rendered by default.

82,895 changes: 82,895 additions & 0 deletions nbs/docs/models/TSB.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions nbs/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ website:
contents: docs/tutorials/*
- section: "How-To Guides"
contents: docs/how-to-guides/*
- section: "Model References"
contents: docs/models/*
- section: "API Reference"
contents: src/core/*
- section: "Contributing"
Expand Down

0 comments on commit cbcfe25

Please sign in to comment.