?> ¿Cómo se pueden generar pronósticos y almacenar... - Aide
QUESTION / RÉPONSE

¿Cómo se pueden generar pronósticos y almacenarlos en una tabla de salida?

0 consultations

Réponse

Para generar pronósticos, se utiliza la opción `forecast` dentro de `model`, donde el parámetro `lead` especifica el número de períodos a pronosticar. Los resultados, incluyendo los valores pronosticados y los límites de confianza, se pueden guardar en una tabla CAS utilizando los parámetros `outFor` o `casOut`.
Action technique liée

Voir la documentation de arima

Voir l'Action

Voir aussi

arima
uniTimeSeries

Die Aktion `arima` im Aktionssatz `uniTimeSeries` wird verwendet, um ARIMA-Modelle (Autoregressive Integrated Moving Average) für die Zeitreihenanalyse anzupassen. Diese Modelle sind nützlich, um zukünftige Punkte in einer Serie vorherzusagen. Die Aktion ermöglicht die Schätzung von Modellparametern, die Durchführung von Prognosen und die Ausgabe verschiedener Statistiken und Schätzungen.

arima
uniTimeSeries

The `arima` action provides a comprehensive set of tools for univariate time series analysis, focusing on Autoregressive Integrated Moving Average (ARIMA) models. This action allows for the identification, estimation, and forecasting of time series data. It supports a wide range of model specifications, including simple and seasonal ARIMA models, as well as the inclusion of transfer functions for modeling the impact of explanatory variables. The action also provides options for handling missing values, specifying time intervals, and controlling the output tables for detailed analysis of results.

arima
uniTimeSeries

L'action `arima` du jeu d'actions `uniTimeSeries` est utilisée pour l'analyse et la prévision de séries temporelles univariées à l'aide de modèles ARIMA (AutoRegressive Integrated Moving Average). Elle permet d'identifier, d'estimer et de prévoir des modèles pour des données temporelles, en prenant en compte les tendances, la saisonnalité et les composantes aléatoires. Cette action est fondamentale en économétrie et en prévision pour modéliser des phénomènes qui évoluent dans le temps.