Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Econometrics›Fourier SARIMA Model
Regression modelEconometrics / time series

Fourier SARIMA Model

Fourier-augmented Seasonal Autoregressive Integrated Moving Average Model · Also known as: Fourier SARIMA, SARIMA with Fourier terms, Fourier-SARIMA, trigonometric SARIMA

The Fourier SARIMA model extends the classical Seasonal ARIMA framework by incorporating trigonometric (Fourier) terms as deterministic regressors. This allows the model to approximate smooth, complex, or multiple-frequency seasonal patterns without requiring a full seasonal ARIMA structure for every frequency, making it particularly useful for high-frequency data or series with non-integer or evolving seasonality.

ScholarGate
  1. Regression model
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Fourier SARIMA model
ARIMA modelFourier ARDL Bounds TestFourier ARIMA modelFourier VAR modelSARIMA modelStructural Break SARIMA…

When to use it

Use Fourier SARIMA when the seasonal period m is large (weekly, daily, or sub-daily data where m > 12) and a full seasonal ARIMA is impractical, or when the seasonal shape is smooth and complex rather than a single simple cycle. It is also appropriate when multiple seasonal periods overlap (e.g., both weekly and annual cycles in daily data) — in that case multiple sets of Fourier terms at different periods can be stacked. Do not use it as a drop-in replacement for standard SARIMA when m is small (e.g., m = 4 or 12) and the seasonal pattern is stable and well-captured by simple seasonal differencing, since Fourier SARIMA adds estimation complexity without benefit. Also avoid it when the seasonal pattern changes abruptly (structural breaks in seasonality), as trigonometric approximations assume smooth variation.

Strengths & limitations

Strengths
  • Handles large or non-integer seasonal periods (weekly, daily, hourly data) where classical SARIMA becomes over-parameterized.
  • Parsimonious: a few Fourier harmonics can represent complex multi-frequency seasonal patterns with fewer parameters than full seasonal AR/MA terms.
  • Allows multiple overlapping seasonal periods to be modeled simultaneously by stacking Fourier terms at different fundamental frequencies.
  • Smooth seasonal approximation is statistically efficient and avoids over-fitting seasonal structure.
  • Compatible with the full ARIMA machinery for trend, integration, and non-seasonal autocorrelation.
Limitations
  • Requires choosing K (number of harmonics), which adds a model-selection step; misspecification of K can leave residual seasonal autocorrelation or waste parameters.
  • Fourier terms assume a smooth, approximately sinusoidal seasonal shape; sharp, irregular, or abruptly shifting seasonality is poorly approximated.
  • With very many overlapping seasonal frequencies, the regressor matrix can become nearly collinear, complicating estimation.
  • The method does not detect seasonal structural breaks — a Fourier-based unit root or break test should be run separately if breaks are suspected.
  • Interpretation of individual Fourier coefficients is less intuitive than seasonal AR/MA parameters.

Frequently asked

How many Fourier terms K should I include?

Start with K = 1 and increase up to m/2 (or a practical maximum of 6–10), selecting the value that minimizes AIC or BIC. For most applied series 2–4 harmonics are sufficient to capture the dominant seasonal shape.

Can I use Fourier terms together with seasonal differencing (D = 1)?

Yes, but do so carefully. If the seasonal pattern has a stochastic (unit root) component, seasonal differencing is appropriate; Fourier terms then model the deterministic residual seasonality. However, combining seasonal differencing with a full set of Fourier terms can introduce near-collinearity, so use information criteria to guide the balance.

How does Fourier SARIMA differ from TBATS or Prophet?

TBATS (Trigonometric seasonality, Box-Cox, ARMA errors, Trend, Seasonal) uses a state-space form with exponential smoothing and embeds Fourier-like seasonal states; Prophet uses additive Fourier regressors with trend change points. Fourier SARIMA is more transparent, operates within the familiar ARIMA framework, and is easier to test and diagnose with standard tools, but requires more manual order selection.

Is Fourier SARIMA appropriate for weekly data?

Yes — weekly data with an annual cycle has m = 52, making a full seasonal ARIMA with 52 seasonal lags impractical. A small number of Fourier harmonics (typically K = 2–4) provides an efficient and estimable approximation.

What software implements Fourier SARIMA?

In R, the forecast package (Hyndman et al.) provides the fourier() function to generate Fourier regressors paired with auto.arima() or Arima() with an xreg argument. Python users can construct Fourier regressors manually and pass them to statsmodels SARIMAX as exogenous variables.

Sources

  1. Harvey, A., & Scott, A. (1994). Seasonality in dynamic regression models. The Economic Journal, 104(427), 1324-1345. link ↗
  2. Hyndman, R. J., & Athanasopoulos, G. (2018). Forecasting: Principles and Practice (2nd ed.). OTexts. link ↗

How to cite this page

ScholarGate. (2026, June 3). Fourier-augmented Seasonal Autoregressive Integrated Moving Average Model. ScholarGate. https://scholargate.app/en/econometrics/fourier-sarima-model

Related methods

ARIMA modelFourier ARDL Bounds TestFourier ARIMA modelFourier VAR modelSARIMA modelStructural Break SARIMA Model

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • ARIMA modelEconometrics↔ compare
  • Fourier ARDL Bounds TestEconometrics↔ compare
  • Fourier ARIMA modelEconometrics↔ compare
  • Fourier VAR modelEconometrics↔ compare
  • SARIMA modelEconometrics↔ compare
  • Structural Break SARIMA ModelEconometrics↔ compare
Compare side by side →

Similar methods

Fourier MA ModelFourier ARIMA modelSARIMA modelSARIMAFourier ARMA modelBayesian SARIMA ModelSARIMAXFourier AR Model

Related reference concepts

Forecasting and Simulation: Models and ApplicationsForecasting and Simulation: Models and ApplicationsForecasting and Simulation: Models and ApplicationsForecasting and Simulation: Models and ApplicationsForecasting and Simulation: Models and ApplicationsEnergy Forecasting

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Fourier SARIMA model (Fourier-augmented Seasonal Autoregressive Integrated Moving Average Model). Retrieved 2026-07-21 from https://scholargate.app/en/econometrics/fourier-sarima-model · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Harvey & Scott (1994); Hyndman & Athanasopoulos (popularization)
Year
1994
Type
Seasonal time series model with trigonometric regressors
DataType
Univariate time series with seasonal patterns; continuous, regularly spaced observations
Subfamily
Econometrics / time series
Related methods
ARIMA modelFourier ARDL Bounds TestFourier ARIMA modelFourier VAR modelSARIMA modelStructural Break SARIMA Model
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account