Package: ModalForecast Title: Parametric Modal ARIMA Models using the SKD Family Version: 0.1.0 Authors@R: person("Christian", "Galarza", email = "chedgala@espol.edu.ec", role = c("aut", "cre")) Description: Implements parametric modal ARIMA models utilizing the Skewed Distribution (SKD) family. Current distributions supported are the Skew-Normal, Skewed Student-t, and Skewed Laplace. The conditional mode is parameterized and optimized via maximum likelihood using analytical gradients. Includes comprehensive residual diagnostics, robustness options (heavy tails, asymmetry), robust parametric bootstrap prediction intervals, and classical asymptotic inference via the Fisher Information matrix. URL: https://github.com/chedgala/ModalForecast BugReports: https://github.com/chedgala/ModalForecast/issues Depends: R (>= 3.5.0) License: GPL-3 | file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Imports: stats, graphics, forecast, ggplot2, gridExtra, scales, grid Suggests: rmarkdown, testthat (>= 3.0.0), knitr Config/testthat/edition: 3 Repository: https://chedgala.r-universe.dev Date/Publication: 2026-04-28 19:16:03 UTC RemoteUrl: https://github.com/chedgala/modalforecast RemoteRef: HEAD RemoteSha: debde16d4dc44b9359c325419fb94c985c335296 NeedsCompilation: no Packaged: 2026-06-12 06:40:07 UTC; root Author: Christian Galarza [aut, cre] Maintainer: Christian Galarza