Skip to content

rgiovann/gerador_series_temporais_arima

Repository files navigation

ARMA times series generator

This application generates some types ARMA time series models according to described in the book "Time series analysis, forecasting and control" from Box & Jenkins. The inputs required by the user are:

  • φ1 for autoregressive time series AR(1);
  • φ1 and φ2 for autoregressive time series AR(2);
  • θ1 for moving average time series MA(1);
  • θ1 and θ2 for moving average time series MA(2);
  • φ1 and θ1 for autoregressive/moving average time series ARMA(1,1);
  • Sample size, minimum value is 50 and maximum value is 250;
  • Mean of the time series;
  • at() noise variance, value must be greater than zero.

External libs required:

For your convenience there is an runnable jar file in the runnable_jar directory. Tested using Windows 10 Home Single Language 21H2.

Built using Java S.E. 1.7

Some application screenshots:

                      **MAIN WINDOW**

main window

                     **CALCULATION RESULTS**

calculation results

                      **GRAPH**

graph

                      **HELP WINDOW**

graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages