|
3 | 3 | ## Misc {#sec-fcast-nlin-misc .unnumbered} |
4 | 4 |
|
5 | 5 | - Gaps in the time variable can be a problem if you are trying to interpolate between those gaps. (see bkmk, `method = "reml" + s(x, m = 1)`) |
6 | | -- Resources |
7 | | - - Nonlinear Time Series Analysis, Kantz, Schreiber (See R \>\> Documents \>\> Time Series) |
8 | 6 | - Packages |
9 | 7 | - Time Series [Task View](http://cran.r-project.org/web/views/TimeSeries.html) "Nonlinear Time Series Analysis" |
10 | 8 | - [{]{style="color: #990000"}[aplms](https://cran.r-project.org/web/packages/aplms/index.html){style="color: #990000"}[}]{style="color: #990000"} - Additive Partial Linear Models with Symmetric Autoregressive Errors |
|
16 | 14 | - [{]{style="color: #990000"}[EstemPMM](https://cran.r-project.org/web/packages/EstemPMM/index.html){style="color: #990000"}[}]{style="color: #990000"} - Implements the Polynomial Maximization Method ('PMM') for parameter estimation in linear and time series models when error distributions deviate from normality. |
17 | 15 | - The 'PMM2' variant achieves lower variance parameter estimates compared to ordinary least squares ('OLS') when errors exhibit significant skewness. |
18 | 16 | - Includes methods for linear regression, 'AR'/'MA'/'ARMA'/'ARIMA' models, and bootstrap inference. |
| 17 | + - [{]{style="color: #990000"}[giancarlo-verse](https://rpubs.com/giancarlo_vercellino){style="color: #990000"}[}]{style="color: #990000"} - Giancarlo is building a lot of wonderfully complex model packages, so I'm just going to link his R-Pubs page which has intros to these packages. |
| 18 | + - [{]{style="color: #990000"}[wired](https://cran.r-project.org/web/packages/wired/index.html){style="color: #990000"}[}]{style="color: #990000"} - Weighted Adaptive Prediction with Structured Dependence |
19 | 19 | - [{]{style="color: #990000"}[nonlinearTseries](https://cran.r-project.org/web/packages/nonlinearTseries/){style="color: #990000"}[}]{style="color: #990000"} ([Vignette](https://cran.r-project.org/web/packages/nonlinearTseries/vignettes/nonlinearTseries_quickstart.html)) - Facilitates the computation of the most-used nonlinear statistics/algorithms including generalized correlation dimension, information dimension, largest Lyapunov exponent, sample entropy and Recurrence Quantification Analysis (RQA), among others. Basic routines for surrogate data testing are also included. |
20 | 20 | - [{]{style="color: #990000"}[probcast](https://github.com/jbrowell/ProbCast){style="color: #990000"}[}]{style="color: #990000"} - Has function wrappers around gams, gamlss, and boosted gamlss models from {mgcv}, {mboost}, {gamlss}, etc. for use in forecasting. Supports high-dimensional dependency modeling based on Gaussian Copulas ([paper](http://www.jethrobrowell.com/uploads/4/5/4/0/45405281/probcast___pmaps2020.pdf), [use case](https://forecasting.svetunkov.ru/en/2023/05/09/probabilistic-forecasting-of-hourly-emergency-department-arrivals/)) |
21 | 21 | - [{]{style="color: #990000"}[tsDyn](https://cran.r-project.org/web/packages/tsDyn/index.html){style="color: #990000"}[}]{style="color: #990000"} |
|
26 | 26 | - AAR: additive AR |
27 | 27 | - Resources |
28 | 28 | - [Temporal autocorrelation in GAMs and the mvgam package](https://ecogambler.netlify.app/blog/autocorrelated-gams/) |
| 29 | + - Nonlinear Time Series Analysis, Kantz, Schreiber (See R \>\> Documents \>\> Time Series) |
29 | 30 | - Copulas |
30 | 31 | - Also see [Association, Copulas](association-copulas.qmd#sec-assoc-cop){style="color: green"} |
31 | 32 | - [TUTORIAL julia, copulas + ARMA model, example w/exonential distribution - ARMA Forecasting for Non-Gaussian Time-Series Data Using Copulas \| by Sarem Seitz \| Jun, 2022 \| Towards Data Science](https://towardsdatascience.com/arma-forecasting-for-non-gaussian-time-series-data-using-copulas-45a3a28f69e5) |
|
0 commit comments