Smooth Transition Autoregression (STAR) is a nonlinear time-series model where the autoregressive coefficients change continuously between two limiting regimes based on the value of an observable transition variable. Unlike Threshold Autoregression (TAR), which imposes an abrupt, discrete switch, STAR employs a smooth, differentiable transition function—typically logistic or exponential—to weight the contribution of each regime.
Glossary
Smooth Transition Autoregression (STAR)

What is Smooth Transition Autoregression (STAR)?
A regime-switching model where the transition between regimes is continuous and smooth rather than abrupt, governed by a logistic or exponential function of a transition variable.
The transition function's slope parameter controls the speed of adjustment between regimes, allowing STAR to capture gradual market phase shifts rather than instantaneous structural breaks. This makes it particularly effective for modeling phenomena like volatility clustering or correlation breakdown, where financial variables exhibit smooth cyclical transitions between bull and bear states rather than binary jumps.
Key Characteristics of STAR Models
Smooth Transition Autoregression (STAR) models capture nonlinear dynamics where the data-generating process shifts continuously between two or more regimes. Unlike abrupt-switching models, STAR uses a smooth transition function—typically logistic or exponential—to weight regimes based on an observable transition variable.
Continuous Regime Weighting
The defining feature of STAR is the smooth transition function G(s_t; γ, c). This function takes a value between 0 and 1, creating a continuum of states between the two extreme regimes.
- Logistic STAR (LSTAR): Uses a logistic function, suitable for modeling asymmetric cycles where expansion and contraction have different dynamics.
- Exponential STAR (ESTAR): Uses an exponential function, appropriate for symmetric adjustment where behavior depends on the magnitude, not the sign, of the deviation.
- The slope parameter γ controls the speed of transition; as γ → ∞, the model approaches a threshold model.
The Transition Variable
Regime determination in STAR models depends on an observable transition variable s_t, which governs the weighting between regimes.
- Self-exciting STAR: The transition variable is a lagged value of the dependent variable (e.g., y_{t-d}), capturing feedback-driven regime changes.
- Exogenous STAR: The transition variable is an external driver, such as a volatility index (VIX), interest rate spread, or macroeconomic indicator.
- The delay parameter d determines which lag of the transition variable influences the current regime, typically selected via information criteria.
Additive vs. Logistic Structure
The STAR model is expressed as a weighted average of two linear autoregressive processes:
y_t = (φ₁'x_t)(1 - G) + (φ₂'x_t)(G) + ε_t
- The model is linear in parameters conditional on the transition function parameters γ and c.
- This structure allows the autoregressive coefficients to evolve smoothly over time as the economy or market transitions between states.
- The location parameter c defines the threshold around which the transition is centered.
Estimation via Nonlinear Least Squares
Parameter estimation in STAR models requires nonlinear optimization because the transition parameters γ and c enter the model nonlinearly.
- Concentrated grid search: Fix γ and c on a grid, estimate the linear AR parameters via OLS, then optimize over the grid.
- Numerical optimization: Use algorithms like BFGS or Newton-Raphson to jointly estimate all parameters.
- Starting values: Critical due to the potential for local optima; grid search provides robust initialization.
- Scaling: The transition variable is typically standardized to make γ scale-free.
Linearity Testing & Model Selection
Before fitting a STAR model, a linearity test determines whether nonlinear specification is warranted. The null hypothesis of linearity (γ = 0) presents a nuisance parameter problem.
- Luukkonen-Saikkonen-Teräsvirta (LST) test: Replaces the transition function with a Taylor series approximation, creating an auxiliary regression for an LM-type test.
- Model selection sequence: Test linearity → if rejected, choose between LSTAR and ESTAR via a sequence of nested hypothesis tests on the Taylor expansion coefficients.
- Delay selection: The test is repeated for different values of d; the one producing the strongest rejection is chosen.
Impulse Response Asymmetry
A key implication of STAR models is that impulse responses are history-dependent—the effect of a shock depends on the current regime and the sign and magnitude of the shock.
- Generalized Impulse Response Functions (GIRF) : Simulate the model forward from a specific initial condition, averaging over bootstrap draws of future shocks.
- Shocks can push the system across the threshold, causing the dynamics to shift mid-response.
- This captures empirical phenomena like asymmetric business cycles where recoveries differ from contractions, or limit order book dynamics where market impact varies with liquidity state.
Frequently Asked Questions
Explore the mechanics and applications of the Smooth Transition Autoregression (STAR) model, a nonlinear time-series framework that captures continuous regime shifts in financial markets.
A Smooth Transition Autoregression (STAR) model is a nonlinear time-series model where the dynamics of a variable shift continuously between two or more regimes, governed by a smooth function of a transition variable. Unlike Markov Switching Models that assume abrupt, discrete jumps between states, STAR models allow for an infinite number of intermediate states. The model is typically expressed as a weighted average of two linear autoregressive processes, where the weight is determined by a continuous transition function G(s_t; γ, c). This function depends on an observable transition variable s_t, a slope parameter γ that controls the smoothness of the transition, and a location parameter c that defines the threshold. As γ → ∞, the transition becomes abrupt, approximating a Threshold Autoregression (TAR); as γ → 0, the model collapses to a simple linear AR model. This flexibility makes STAR ideal for modeling phenomena like volatility clustering and asymmetric business cycles where shifts occur gradually rather than instantaneously.
STAR vs. Other Regime-Switching Models
Comparison of Smooth Transition Autoregression with alternative regime-switching frameworks across key modeling dimensions
| Feature | STAR | Markov Switching | Threshold Autoregression (TAR) |
|---|---|---|---|
Transition Mechanism | Continuous smooth function (logistic/exponential) | Probabilistic Markov chain | Abrupt discrete threshold |
Regime Observability | Observable transition variable | Unobservable latent state | Observable threshold variable |
Transition Speed Parameter | |||
Allows Intermediate Regimes | |||
State Inference Method | Deterministic from transition variable | Filtered probability (Hamilton filter) | Deterministic from threshold indicator |
Typical Estimation | Nonlinear least squares / MLE | Expectation-Maximization / MLE | Conditional least squares |
Captures Gradual Market Shifts | |||
Endogenous Regime Determination |
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Explore the foundational models and algorithms that complement Smooth Transition Autoregression, enabling nuanced detection and modeling of continuous market state changes.
Threshold Autoregression (TAR)
A nonlinear model where autoregressive coefficients change abruptly based on a lagged observable variable crossing a threshold. Unlike STAR, TAR imposes a hard boundary between regimes.
- Self-Exciting TAR (SETAR): The threshold variable is a lag of the dependent variable itself.
- Key Difference: TAR is a special case of STAR where the transition function is a step function (infinite speed).
- Application: Modeling asymmetric business cycles where contractions and expansions have distinct dynamics.
Markov Switching Model
A regime-switching framework where the state is governed by an unobservable Markov chain with discrete states. Transitions are probabilistic, not deterministic.
- Contrast with STAR: Markov Switching treats the regime as a latent random variable; STAR uses an observable transition variable to determine the regime.
- Key Output: A Transition Probability Matrix defining the likelihood of switching between states.
- Strength: Capturing structural breaks without needing to specify the threshold variable a priori.
Hidden Markov Model (HMM)
A doubly stochastic process where an underlying Markov chain emits observable data according to state-dependent probability distributions. The Baum-Welch Algorithm is used for parameter estimation.
- Inference: The Viterbi Algorithm decodes the most likely sequence of hidden regimes from observed returns.
- Finance Use: Inferring latent volatility regimes (low/high) from daily price data.
- Relation to STAR: Both model regime changes, but HMMs assume discrete, unobservable states, whereas STAR models a continuous transition driven by a specific variable.
Time-Varying Transition Probability (TVTP)
An extension of the Markov Switching model where the transition probabilities are not constant but depend on exogenous information variables.
- Mechanism: A logistic function links observable variables (e.g., the yield spread) to the probability of switching regimes.
- Conceptual Bridge: TVTP introduces observable drivers into the Markov framework, creating a philosophical link to STAR's use of a transition variable.
- Advantage: Allows the persistence of a bull market to vary with macroeconomic conditions.
Logistic Transition Function
The mathematical core of the LSTAR model, defined as G(s_t; γ, c) = [1 + exp(-γ(s_t - c))]^-1. This function produces an S-shaped curve.
- γ (Gamma): The slope parameter determining the speed of transition. As γ → ∞, the function approaches a step function (TAR).
- c (Threshold): The location parameter where the transition is centered.
- Behavior: Allows the model to capture asymmetric adjustments where one regime has different dynamics than the other.
Exponential Transition Function
The defining mechanism of the ESTAR model, given by G(s_t; γ, c) = 1 - exp(-γ(s_t - c)^2). This function is symmetric and U-shaped.
- Symmetry: The function approaches 1 for large deviations of s_t from c, and 0 when s_t is near c.
- Application: Modeling mean-reverting behavior where the speed of adjustment increases with the size of the deviation from equilibrium.
- Real Exchange Rates: ESTAR is widely used to model nonlinear adjustment of exchange rates to purchasing power parity.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us