Master Time Series Forecasting with SARIMA in Python

Описание к видео Master Time Series Forecasting with SARIMA in Python

To access my secret discount portal: https://linktr.ee/diogoalvesderesende

To view and download the script: https://data-heroes-2.ck.page/sarima_...

Seasonal Autoregressive Integrated Moving Average, SARIMA or Seasonal ARIMA, is an extension of ARIMA that explicitly supports univariate time series data with a seasonal component.

It adds three new hyperparameters to specify the autoregression (AR), differencing (I) and moving average (MA) for the seasonal component of the series, as well as an additional parameter for the period of the seasonality.

Комментарии

Информация по комментариям в разработке