Markov Regime-Switching Model for Financial Series
Markov Regime-Switching Model for Financial Applications (Hamilton MS-AR) · Also known as: Markov switching model, Hamilton regime-switching model, MS-AR, hidden Markov regime model, Rejim Değiştirme Modeli — Finansal Uygulamalar (Hamilton MS)
The Markov regime-switching model, introduced by James D. Hamilton in 1989, is a hidden-state time-series model in which financial series such as returns or volatility behave with different parameters across distinct economic regimes (bull/bear or high/low volatility). It is the financial application of Hamilton's MS-AR model, where an unobserved Markov state governs which parameter set is active at each point in time.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use this model for a continuous financial time series of reasonable length (at least about 100 observations) when you suspect the data-generating process changes between distinct, recurring states — for example shifts between calm and crisis volatility or between bull and bear return regimes. It suits forecasting, prediction, and regime classification. The number of regimes should be chosen with information criteria such as AIC or BIC; transition probabilities may be held constant (homogeneous) or allowed to vary over time, and the hidden states are recovered through the Hamilton filter. It is less appropriate for short series or when there is no theoretical or empirical reason to expect more than one regime.
Strengths & limitations
- Captures abrupt structural shifts — such as bull/bear or calm/crisis transitions — that a single-regime model cannot represent.
- Provides interpretable regime-specific parameters (mean, persistence, volatility) and a transition matrix that quantifies how persistent each regime is.
- Filtered and smoothed regime probabilities let you date and classify past regimes and infer the most likely current state.
- Requires a fairly long series (at least about 100 observations) to estimate the regime-specific parameters reliably.
- Choosing the number of regimes is not automatic; it must be guided by AIC/BIC and judgement, and over-specifying regimes leads to unstable estimates.
- Likelihood maximisation is non-trivial and can converge to local optima or run into label-switching, so estimation requires care.
Frequently asked
How many regimes should I use?
There is no fixed answer; the number of regimes should be selected by comparing models with information criteria such as AIC or BIC. Two regimes (for example calm vs. crisis, or bull vs. bear) is a common and interpretable starting point, but the data and theory should justify any larger number.
What is the difference between filtered and smoothed regime probabilities?
Filtered probabilities use only the information available up to time t and represent the model's real-time inference about the current regime. Smoothed probabilities use the whole sample and give the most accurate retrospective dating of past regimes.
What does the transition matrix tell me?
The transition probabilities give the chance of moving between regimes from one period to the next. The diagonal entries measure persistence: a high diagonal value means the market tends to stay in a regime once it enters it, while smaller values imply frequent switching.
How is the model estimated when the regime is never observed?
The parameters and regime probabilities are estimated jointly by maximum likelihood. The Hamilton filter recursively computes the probability of each hidden state given past data, and these are aggregated into a likelihood that is maximised over the model parameters.
Sources
- Hamilton, J. D. (1989). A New Approach to the Economic Analysis of Nonstationary Time Series and the Business Cycle. Econometrica, 57(2), 357-384. DOI: 10.2307/1912559 ↗
- Ang, A., & Bekaert, G. (2002). Regime Switches in Interest Rates. Journal of Business & Economic Statistics, 20(2), 163-182. DOI: 10.1198/073500102317351930 ↗
How to cite this page
ScholarGate. (2026, June 1). Markov Regime-Switching Model for Financial Applications (Hamilton MS-AR). ScholarGate. https://scholargate.app/en/finance/regime-switching-finance
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.
- OLS RegressionEconometrics↔ compare