Regime-Based Portfolio Allocation Using Hidden Markov Models and Reinforcement Learning
Abstract: This study develops a regime-aware portfolio allocation framework that integrates Markov switching models with Reinforcement Learning (RL) to dynamically allocate across equities (SPY), long-term Treasuries (TLT), and gold (GLD). Using daily ETF data from 2004-2025, we first characterize market behavior through a discrete Markov chain and then estimate a three-state Gaussian Hidden Markov Model (HMM) selected by the Bayesian Information Criterion (BIC). The estimated regimes-low-volatility, transitional, and high-volatility-exhibit strong persistence and state-dependent return dynamics consistent with recent findings on nonlinear market states (Ardia et al., 2024; Gupta & Pierdzioch, 2023). State-conditional analysis shows that SPY dominates in stable regimes, while TLT and GLD provide protection during stressed periods, motivating regime-conditioned allocation rules. We evaluate rule-based rotation and RL-driven strategies using a 30% out-of-sample test window with a one-day execution lag to avoid look-ahead bias. Both HMM-based allocations outperform a passive SPY benchmark, while the RL policy achieves the highest risk-adjusted performance, delivering the strongest Sharpe ratio and materially lower drawdowns, yet remains fully interpretable through discrete regime-dependent actions. Sensitivity analysis confirms the robustness of the three-state specification relative to two-state alternatives. Overall, the results demonstrate that RL can systematically enhance HMM-based regime detection, providing a transparent, adaptive, and empirically grounded framework for tactical asset allocation. The combined HMM-RL system provides a transparent, rules-based approach to tactical allocation that improves risk-adjusted performance relative to standard benchmark strategies.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
Overview
This paper looks at a smart way to switch between three investments—U.S. stocks (SPY), long-term U.S. government bonds (TLT), and gold (GLD)—based on how the market is “feeling.” The authors use two tools:
- Hidden Markov Models (HMMs), which detect different market “regimes” (like calm, shaky, or crisis).
- Reinforcement Learning (RL), which learns simple, clear rules about which asset to hold in each regime.
The goal is to make a portfolio that does well not just when markets are calm, but also when things get rough.
Key Questions
Here are the main questions the paper tries to answer:
- Can we detect hidden “moods” of the market (calm, in-between, crisis) using data?
- Once we know the market’s mood, can we make easy-to-understand rules for which asset to hold?
- Can a learning agent (RL) do even better than those simple rules?
- Do these strategies beat common benchmarks like always holding stocks or equally weighting everything?
Methods and Approach
Data in everyday terms
They use daily prices from 2004–2025 for:
- SPY: a fund that tracks U.S. stocks (like the S&P 500).
- TLT: long-term U.S. Treasury bonds (often safer when stocks fall).
- GLD: gold (a classic “safe haven” during crises).
- VIX: a number that reflects how nervous the stock market is (higher means more fear).
They convert prices to “returns” (how much you gained or lost each day) so everything is comparable.
Finding market “moods” with an HMM
Think of the market like weather:
- Calm days (low volatility)
- Cloudy, changing days (transitional)
- Stormy days (high volatility)
You can’t directly see the market’s true “mood,” but you can guess it from how prices and VIX change—this is exactly what a Hidden Markov Model does. It looks at patterns and decides whether the market is in:
- Low volatility (calm)
- Medium/transitional (in-between)
- High volatility (crisis)
The authors tried models with 2 states and 3 states, and used AIC/BIC (simple scorekeepers that balance accuracy and simplicity) to pick the best. The 3-state model won because it separated “calm” from “crisis” and didn’t mix in the “in-between” periods.
Simple rules vs. a learning agent
- Rule-based rotation: If the market is calm, hold the asset with the highest average return for that state. If it’s crisis, switch to the best asset for crises. They tested two versions:
- Top-1: put 100% into the single best asset for that regime.
- 60/40: put 60% in the best and 40% in the second-best.
- Reinforcement Learning (RL): Think of this like training a game-playing agent. The “state” is the current market regime. The “action” is how to split money among SPY, TLT, and GLD. The agent learns which action leads to better future rewards (returns), using the Bellman equation (a way to judge actions now based on what they lead to later). The result is a simple policy like “in calm times, own stocks; in crisis, own gold.”
Testing fairly
To avoid cheating with hindsight:
- They trained on the first 70% of the timeline and tested on the last 30% (out-of-sample).
- They used a 1-day lag: if the model says to switch today, you make the trade tomorrow. This avoids “look-ahead bias” (pretending you knew tomorrow’s price today).
Main Findings
Here are the most important results the authors report:
- The 3-state HMM clearly separates calm, transitional, and crisis periods. Calm periods last a long time, and crisis periods are short but intense.
- In calm markets, stocks (SPY) tend to do best. In crisis, stocks do poorly, while gold and bonds help. This matches common sense: when the market is scared, safe assets shine.
- The RL strategy learned an easy-to-understand rule:
- Calm or transitional regime: own stocks (SPY).
- Crisis regime: switch to gold (GLD).
- Bonds (TLT) got little or no weight in the learned policy, likely because recent years sometimes showed weaker bond protection when inflation and stock–bond correlations changed.
- Performance (in the out-of-sample test):
- RL had the highest risk-adjusted performance (strong Sharpe ratio), and smaller “drawdowns” (biggest drops from a peak).
- Rule-based strategies also beat just holding SPY.
- Buy-and-hold SPY had the worst large losses during crisis periods.
Why this matters:
- “Sharpe ratio” is like “how much return you get per unit of bumpiness.” Higher is better.
- “Max drawdown” is the worst fall from a top value. Smaller is safer.
- The RL strategy gave smoother, more dependable gains by taking more risk when the market is calm and playing defense (gold) during storms.
Implications and Impact
This research suggests a practical, easy-to-understand way to make portfolios safer and smarter:
- Use an HMM to detect the market’s mood (calm, in-between, crisis).
- Use a simple, interpretable RL policy to pick the right asset for that mood (stocks when calm, gold when stormy).
- This can improve returns for the risk you take and reduce big losses, especially during sudden market shocks like 2008 or 2020.
In short, combining regime detection (HMM) with a learning decision-maker (RL) gives investors a disciplined, transparent plan: stay bold when skies are clear, and switch to shelter when storms roll in.
Knowledge Gaps
Unresolved knowledge gaps, limitations, and open questions
Below is a single, consolidated list of what remains missing, uncertain, or unexplored in the study, phrased to guide actionable follow-up research.
- Real-time regime identification: It is unclear whether portfolio decisions used filtered (real-time) probabilities or Viterbi/smoothed states (which leak future information). Quantify performance differences between these choices and commit to a strictly real-time inference pipeline.
- Single-indicator regime detection: The HMM appears to be estimated primarily on VIX/ΔVIX. Test multivariate/state-space variants that incorporate ETF returns, realized volatilities, and cross-asset co-movements to avoid single-signal dependency and assess whether regimes remain stable.
- Emission distribution misspecification: Gaussian emissions may underrepresent heavy tails/skew/jumps. Implement and compare Student-t, skew-t, mixture, or nonparametric emissions; measure the impact on regime boundaries, crisis detection, and allocations.
- Markov memory and duration: The first-order Markov assumption ignores duration effects. Evaluate semi-Markov/duration-dependent HMMs and time-varying transition probability (TVTP) models driven by exogenous variables to better capture persistence and transition timing.
- Parameter instability and re-estimation: The HMM and RL policy are estimated once and held fixed. Conduct walk-forward/rolling re-estimation and online updating to assess stability under structural change and determine optimal recalibration frequency.
- Initialization/local maxima risk: EM solutions can depend on starting values. Use multiple random initializations, report variability in parameters/regime paths, and provide confidence/credible intervals for key estimates.
- Hard vs soft allocation rules: The strategy hard-switches allocations by regime. Compare to probability-weighted (soft) allocations and add hysteresis/thresholds to reduce whipsaws near regime boundaries; quantify turnover and performance trade-offs.
- RL objective function is return-only: The reward optimizes expected next-period return without explicit risk penalties. Test risk-aware objectives (mean–variance, downside/Sortino, CVaR, drawdown constraints) and examine how they alter allocations (especially the role of TLT) and tail risk.
- Discrete action space: The RL agent chooses among seven fixed weight vectors. Explore finer grids or continuous action spaces (with or without regularization) to determine whether discretization materially constrains performance.
- State count sufficiency: Three states were favored over two; models with four or more were briefly dismissed. Perform a more formal/model-risk-aware comparison (e.g., ICL, penalized likelihood, Bayesian model selection) and assess subperiod stability of the chosen state count.
- Macro-informed transitions and interpretability: Integrate macro covariates (e.g., inflation surprises, yield curve slope) into TVTP-HMMs to improve regime interpretability and stability; test whether macro-driven transitions reduce misclassification and improve policy robustness.
- Benchmark breadth and parsimony checks: The study compares against EW and SPY. Add standard baselines (risk parity, volatility targeting, moving-average timing, time-series momentum, and simple VIX-threshold rules) to quantify incremental value and validate that model complexity is justified.
- Statistical significance of results: No formal tests of outperformance are provided. Apply block bootstrap, SPA/Reality Check, and Deflated Sharpe Ratio to assess whether reported improvements are statistically robust.
- Transaction costs and market frictions: Backtests assume zero costs. Report turnover, break-even cost, and net performance under realistic spreads/slippage, ETF fees, and liquidity/market-impact constraints; analyze the sensitivity of results to frictions, especially around regime switches.
- Execution and total return accounting: Clarify whether adjusted prices (dividends/coupon-equivalent distributions) were used for returns and which prices (close-to-close vs next-day open) were used for trades. Recompute results using total-return series and test sensitivity to execution timing.
- Risk-free rate and risk metrics: Sharpe ratios appear to use zero risk-free and normality assumptions. Report excess-return Sharpe and complementary metrics (Sortino, Calmar, CVaR, downside deviation, skew/kurtosis) to better profile tail risk and downside protection.
- Multiple OOS evaluations: Results rely on a single 70/30 split. Perform rolling/expanding walk-forward tests and multiple non-overlapping OOS windows; report dispersion of performance to mitigate split-specific luck.
- Detection lag vs drawdown: Measure the latency between true regime shifts and allocation changes; quantify how much drawdown occurs before regimes are recognized and whether earlier detection is feasible.
- Role of Treasuries in RL: The learned policy allocates 0% to TLT. Investigate whether this is objective-driven (return-only reward), sample-specific (e.g., 2022–2023 stock–bond correlation regime), or action-space-induced; run subperiod analyses (e.g., 2008 crisis) and alternative risk-aware rewards.
- Covariance-aware decision-making: Current decisions rely on expected returns per regime. Incorporate regime-dependent covariance and cross-asset correlations into the policy (e.g., mean–variance per regime, risk parity) and assess impact on drawdowns and diversification.
- Asset universe and constraints: The universe is limited to SPY/TLT/GLD, with long-only weights. Test inclusion of cash, TIPS, commodities, FX, and global indices; evaluate leverage/short constraints and mandate-compliant variants; study robustness when safe-haven efficacy shifts.
- Rebalancing frequency and bands: The strategy operates daily. Evaluate weekly/monthly rebalancing and banded rebalancing to reduce churn and cost, and test whether performance persists at lower frequencies.
- Positive stock–bond correlation regimes: Explicitly assess performance during periods like 2022–2023 when stock–bond hedging weakens; if needed, refine state definitions or add features that capture correlation regime shifts.
- Uncertainty quantification and performance bands: Provide parameter/posterior uncertainty for HMM and confidence bands for cumulative returns (e.g., bootstrap or Bayesian HMM) to communicate estimation and model risk.
- Reproducibility and data quality: Yahoo Finance data can contain idiosyncrasies. Cross-validate with institutional data (CRSP/Bloomberg) and release code, seeds, and exact preprocessing steps to facilitate replication and auditability.
- Practical considerations: Account for taxes (e.g., GLD collectibles treatment), ETF expense ratios, short-term trading tax frictions, and operational constraints to estimate more realistic net performance and implementability.
Practical Applications
Immediate Applications
The following applications can be deployed now with modest integration and operational effort.
- Regime-aware tactical allocation in multi-asset portfolios (Finance/Wealth management)
- Use HMM to infer low/transitional/high-vol regimes and apply the learned, interpretable RL policy to rotate among SPY/TLT/GLD (or equivalents) with a one-day execution lag.
- Tools/products/workflows: Separately managed accounts (SMAs), model portfolios, or ETF-of-ETFs with daily signals; investment committee playbooks; explainability reports showing regime probabilities and actions.
- Assumptions/dependencies: Liquid ETFs; acceptance of regime-based discretion; transaction costs/taxes reduce returns; Gaussian/Markov assumptions; policy must operate within mandate tracking-error limits.
- Dynamic risk overlay for 60/40 funds (Finance/Asset management)
- Layer HMM regime detection on top of strategic 60/40 to tilt toward equities in calm regimes and pivot to gold (and/or duration) in stress.
- Tools/products/workflows: Overlay mandates using futures/ETFs; daily/weekly risk-budgeted tilts; automated compliance checks.
- Assumptions/dependencies: Ability to implement overlays; governance for tactical tilts; gold access (spot proxy, futures, or ETFs); rising stock–bond correlation may reduce bond hedging efficacy.
- “Regime Shield” feature in robo-advisors (Fintech)
- Offer a user-selectable, explainable module that modulates risk based on HMM regimes and the paper’s RL policy.
- Tools/products/workflows: Mobile app toggle; daily or weekly rebalancing with one-day signal lag; in-app explanations and disclosures.
- Assumptions/dependencies: Suitability rules; robust data pipeline; client education on regime shifts and potential tracking error.
- CIO crisis playbook for institutional portfolios (Finance/Institutional)
- Predefine actions during the high-vol regime (e.g., shift toward GLD, reduce equities) and maintain equities in calm/moderate states per the RL policy.
- Tools/products/workflows: Governance-approved triggers; automated alerts from regime probability dashboards; staged execution to control slippage.
- Assumptions/dependencies: Board-approved thresholds; real-time monitoring; consideration of liquidity and market impact during crises.
- Pension/insurance de-risking triggers (Insurance/ALM)
- Use HMM regime probabilities to initiate glidepath tilts and LDI overlays, reducing risk exposure in stress regimes.
- Tools/products/workflows: ORSA-aligned rule sets; scheduled rebalancing windows; collaboration with overlay managers.
- Assumptions/dependencies: Internal model validation; regulatory constraints; trading frictions; solvency capital implications.
- Corporate treasury cash allocation (Corporate finance/Treasury)
- Apply a simplified regime-aware rotation among short-duration bond ETFs, T-bills, and a limited gold sleeve as a crisis hedge.
- Tools/products/workflows: Treasury policy updates; weekly implementation; risk dashboards.
- Assumptions/dependencies: Investment policy statements permit instruments; tight risk limits; liquidity and mark-to-market considerations.
- Risk dashboards with regime probabilities (Software/Analytics)
- Provide PMs and risk committees with smoothed/filtered HMM probabilities and recommended RL actions as part of daily risk reports.
- Tools/products/workflows: Python/R microservice; integration with Bloomberg/Refinitiv; automated email/Slack notifications.
- Assumptions/dependencies: Stable market data feeds; model monitoring; user training.
- Compliance and backtesting standards (Finance/Compliance)
- Adopt the paper’s hygiene: 70/30 train/test split, one-day execution lag, avoidance of look-ahead bias; standardize disclosures around backtests.
- Tools/products/workflows: Backtest checklists; code review templates; audit trails.
- Assumptions/dependencies: Firm-wide policy buy-in; engineering resources for enforcement; acceptance by internal/external auditors.
- Retail investor rotation strategy (Daily life/Personal finance)
- Implement a simplified Top-1 or 60/40 regime-conditioned rotation among SPY/TLT/GLD with a weekly cadence and one-day lag.
- Tools/products/workflows: Broker with commission-free ETFs; spreadsheet or lightweight app to compute regimes and weights.
- Assumptions/dependencies: Taxes, fees, and slippage matter; psychological tolerance for switches and tracking error; not a substitute for personalized advice.
- Index and ETF product ideas (Finance/Index providers/Asset managers)
- Launch a “Regime Allocation Index” or transparent ETF that codifies the HMM+RL policy with published methodology and lag rules.
- Tools/products/workflows: Index governance; daily calculation agent; market-making partnerships.
- Assumptions/dependencies: Regulatory and listing approvals; IP/licensing; capacity and liquidity scaling.
Long-Term Applications
These use cases require further research, scaling, or development before widespread deployment.
- Deep RL with richer state/action spaces (Finance/Software)
- Replace tabular policy iteration with DQN/actor–critic to capture nonlinearities and larger universes.
- Tools/products/workflows: GPU/accelerator infrastructure; risk-constrained RL training pipelines; SHAP/explainability overlays.
- Assumptions/dependencies: Explainability and model risk controls; overfitting/instability risks; higher data/compute needs.
- Non-Gaussian HMM emissions (Finance/Quant research)
- Use Student-t/asymmetric distributions to better capture fat tails and skewness, improving crisis detection and robustness.
- Tools/products/workflows: Bayesian estimation or EM variants; robust model selection; stress calibration.
- Assumptions/dependencies: Estimation stability; computational cost; careful out-of-sample validation.
- Macro-augmented regime models (Finance/Macro/Policy)
- Add covariates (inflation surprises, term spread, IP growth, policy uncertainty) to tie regimes to economic cycles.
- Tools/products/workflows: Data ingestion of macro series; nowcasting to mitigate lags; policy-aligned reporting.
- Assumptions/dependencies: Latency and revisions of macro data; regime interpretability; potential for procyclical signals.
- Cost-/liquidity-aware RL policies (Finance/Execution)
- Integrate transaction costs, slippage, and impact into the reward function to improve net performance and reduce churn near regime boundaries.
- Tools/products/workflows: Broker-dealer cost models; microstructure simulators; adaptive turnover penalties.
- Assumptions/dependencies: High-fidelity cost estimates; regime boundary uncertainty; potential reduction in responsiveness.
- Multi-asset, multi-region deployment (Finance/Global allocation)
- Extend to commodities, credit, FX, rates, and international equities; exploit cross-market regime interactions.
- Tools/products/workflows: Expanded data pipelines; action spaces with hedging overlays; region-specific sub-policies.
- Assumptions/dependencies: Liquidity and trading hours mismatches; regulatory constraints across jurisdictions; increased model complexity.
- Regulatory early-warning and stress testing (Policy/Regulators/Central banks)
- Use regime heatmaps to flag volatility clustering/systemic stress and to select stress scenarios dynamically.
- Tools/products/workflows: Supervisory dashboards; cross-institution data sharing; scenario libraries tied to regime states.
- Assumptions/dependencies: Governance for model risk and false positives; data access; alignment with existing stress-testing frameworks.
- Insurance ALM and solvency capital optimization (Insurance/ALM)
- Optimize asset mix via regime-aware RL to minimize drawdowns and meet liability constraints under Solvency II/NAIC regimes.
- Tools/products/workflows: Integrated ALM simulators; policy limits; capital charge modeling.
- Assumptions/dependencies: Model validation and regulatory approval; integration with liability models; operational readiness.
- Commodity and energy hedging (Energy/Commodities)
- Apply HMM-RL to regime shifts in oil/gas/electricity to schedule hedges and size overlays.
- Tools/products/workflows: Seasonality-aware models; futures/options execution frameworks; risk committees’ hedging playbooks.
- Assumptions/dependencies: Different market microstructure and seasonality; basis risk; data quality.
- FX and procurement risk management for corporates (Manufacturing/Multinationals)
- Detect currency or input-cost regimes to drive adaptive hedging rules and purchase timing.
- Tools/products/workflows: Treasury management system (TMS) integration; simple discrete RL policies; KPI dashboards.
- Assumptions/dependencies: Treasury expertise; counterparty limits; calibration to company-specific exposures.
- Climate/ESG-aware regime overlays (Finance/Policy)
- Incorporate climate risk indicators into regime states to tilt portfolios away from vulnerable sectors during climate-stress regimes.
- Tools/products/workflows: Climate data ingestion; ESG-integrated signals; stewardship reporting.
- Assumptions/dependencies: Reliability of climate metrics; long-horizon signal validation; potential policy interactions.
- Consumer fintech with explainable portfolio pilots (Daily life/Consumer tech)
- Offer AI-driven, explainable “pilot” modes that simulate regime-aware allocations before users opt-in to live trading.
- Tools/products/workflows: A/B-tested app features; guardrails for suitability; natural-language explanations of regime changes.
- Assumptions/dependencies: Regulatory compliance; user trust and education; careful risk disclosures.
Each application’s feasibility depends on respecting the paper’s core dependencies: interpretable tabular RL tied to HMM regimes, the Markov/Gaussian assumptions (unless extended), explicit out-of-sample/lagged execution to avoid look-ahead bias, and the impact of trading frictions, taxes, and liquidity when moving from backtests to production.
Glossary
- Akaike Information Criterion (AIC): A model selection criterion that balances fit and complexity by penalizing extra parameters. "Lower values for AIC and BIC indicate a better trade-off between fit and parsimony."
- Backtest overfitting: The problem of tailoring a strategy too closely to historical data, harming future performance. "mitigating backtest overfitting concerns (Bailey et al., 2014)."
- Bayesian Information Criterion (BIC): A model selection criterion like AIC but with a stronger penalty for complexity. "Lower values for AIC and BIC indicate a better trade-off between fit and parsimony."
- Bellman optimality equation: The fundamental recursion in RL relating optimal value to immediate reward and next-state value. "The agent evaluates each action using the Bellman optimality equation:"
- Discount factor: The parameter that down-weights future rewards in RL or dynamic programming. "and y is the discount factor."
- Discrete Markov Chain (MC): A stochastic process where the next state depends only on the current state via fixed transition probabilities. "Firstly, we construct an observable first-order Discrete Markov Chain (MC)."
- Expectation-Maximization (EM) algorithm: An iterative procedure to find maximum-likelihood estimates in latent-variable models. "We estimate the HMM parameters utilizing the Expectation-Maximization (EM) algorithm (Rabiner; Zucchini et al.)."
- Filtered state probabilities: The probabilities of hidden states conditional on data up to the current time. "In the E-step we compute the filtered state probabilities using the forward recursion for Hamilton filter:"
- Flight-to-safety: The tendency of investors to shift from risky to safer assets during crises. "TLT positive (flight-to-safety);"
- Hamilton (forward) algorithm: The forward-filtering procedure for computing HMM state probabilities. "Filtering uses the Hamilton (forward) algorithm;"
- Hidden Markov Model (HMM): A time-series model with unobserved discrete states governing observed emissions. "Gaussian HMMs containing 2 and 3 states are estimated using EM."
- Look-ahead bias: The error of using information not available at the decision time in backtests. "with a one- day execution lag to avoid look-ahead bias."
- Markov Decision Process (MDP): A framework for sequential decision-making under uncertainty with states, actions, and transition probabilities. "Extend to RL via Markov decision process."
- Markov property: The memoryless property where the next state depends only on the current state. "This method is based on the Markov property, which states that the probability of the next state only depends on the current state:"
- Markov switching models: Regime-switching models where parameters change according to a latent Markov process. "integrates Markov switching models with Reinforcement Learning (RL)"
- Maximum drawdown: The largest peak-to-trough decline over a period, measuring downside risk. "Max Drawdown"
- Maximum Likelihood Estimation (MLE): A method of estimating parameters by maximizing the likelihood of observed data. "In following the maximum likelihood estimation for an observable chain (MLE), the transition probabilities are calculated"
- Out-of-sample: Refers to evaluating a model on data not used for training to assess generalization. "Out-of-sample Risk-Adjusted performance (30% test window):"
- Policy iteration: A dynamic-programming method that alternates policy evaluation and improvement to find an optimal policy. "A tabular policy-iteration algorithm is used to compute the optimal policy"
- Quantile-based bins: A discretization technique that partitions data into intervals with equal numbers of observations. "AVIX is quantified into 3 volatility regimes through quantile-based bins."
- Reinforcement Learning (RL): A learning paradigm where an agent optimizes cumulative rewards through interaction with an environment. "integrates Markov switching models with Reinforcement Learning (RL) to dynamically allocate across equities (SPY), long-term Treasuries (TLT), and gold (GLD)."
- RTS backward smoother: The Rauch–Tung–Striebel algorithm for smoothing HMM state probabilities using future data. "smoothing uses the RTS backward smoother."
- Safe-haven asset: An asset expected to retain or increase value during market stress. "Safe-haven assets such as GLD and TLT behave differently in stressed regimes compared to stable periods"
- Sharpe ratio: A measure of risk-adjusted return calculated as excess return per unit of volatility. "delivering the strongest Sharpe ratio and materially lower drawdowns"
- Smoothed state probabilities: HMM state probabilities conditioned on the entire observation sequence. "Figure 1. Smoothed State Probabilities for the 3-State HMM"
- Stochastic matrix: A square matrix of nonnegative entries with each row summing to one, representing transition probabilities. "The resulting matrix P is a stochastic matrix, where all pij ≥ 0 and each row sums to one."
- Structural breaks: Abrupt changes in the underlying data-generating process. "persistence, and abrupt structural breaks documented in the literature (Cont, 2005; Enow & Ndlovu, 2023)."
- Transition matrix: The matrix of probabilities governing transitions between states in a Markov process. "In the M-step, we update the state-dependent means, variances and transition matrix to maximize the expected log-likelihood."
- Viterbi path: The most likely sequence of hidden states in an HMM given observed data. "Figure 2. 3-State HMM Regime Classification (Viterbi Path)"
- VIX: The CBOE Volatility Index, a market-based measure of expected stock market volatility. "Change in daily value (AVIX) of VIX captures volatility shocks"
- Volatility clustering: The tendency for high-volatility periods to cluster in time. "Regimes show high persistence, comparable to current studies on volatility clustering (Brownlees et al.)"
- Volatility spillover: The transmission of volatility shocks from one market or asset to another. "consistent with recent findings of volatility spillover (Li et al.)."
Collections
Sign up for free to add this paper to one or more collections.