Modelling financial returns with mixtures of generalized normal distributions

ArXiv ID: 2411.11847 “View on arXiv”

Authors: Unknown

Abstract

This PhD Thesis presents an investigation into the analysis of financial returns using mixture models, focusing on mixtures of generalized normal distributions (MGND) and their extensions. The study addresses several critical issues encountered in the estimation process and proposes innovative solutions to enhance accuracy and efficiency. In Chapter 2, the focus lies on the MGND model and its estimation via expectation conditional maximization (ECM) and generalized expectation maximization (GEM) algorithms. A thorough exploration reveals a degeneracy issue when estimating the shape parameter. Several algorithms are proposed to overcome this critical issue. Chapter 3 extends the theoretical perspective by applying the MGND model on several stock market indices. A two-step approach is proposed for identifying turmoil days and estimating returns and volatility. Chapter 4 introduces constrained mixture of generalized normal distributions (CMGND), enhancing interpretability and efficiency by imposing constraints on parameters. Simulation results highlight the benefits of constrained parameter estimation. Finally, Chapter 5 introduces generalized normal distribution-hidden Markov models (GND-HMMs) able to capture the dynamic nature of financial returns. This manuscript contributes to the statistical modelling of financial returns by offering flexible, parsimonious, and interpretable frameworks. The proposed mixture models capture complex patterns in financial data, thereby facilitating more informed decision-making in financial analysis and risk management.

Keywords: Mixture Models, Generalized Normal Distribution, Expectation Maximization (ECM), Hidden Markov Models (HMM), Financial Returns, Equities/Financial Returns

Complexity vs Empirical Score

  • Math Complexity: 8.5/10
  • Empirical Rigor: 7.0/10
  • Quadrant: Holy Grail
  • Why: The thesis involves advanced statistical estimation algorithms (ECM, GEM), complex distribution theory (Generalized Normal, mixtures, HMMs), and significant theoretical derivations, warranting a high math score. It also shows strong empirical rigor through extensive simulation studies, real-world index applications (Euro Stoxx 50, S&P500), model comparisons (AIC, BIC, KS, AD), and proposal of models with direct implications for risk management and volatility estimation.
  flowchart TD
    subgraph Research
        G["Research Goal: Model financial returns<br/>with Generalized Normal Distributions"]
        D["Data: Stock Market Indices<br/>& Financial Returns"]
        M["Methodology: Mixture Models &<br/>ECM/GEM Algorithms"]
        C["Computational Processes:<br/>Degeneracy Fixes & Optimization"]
        F["Key Findings: Flexible,<br/>Parsimonious Frameworks"]
    end

    G --> D
    D --> M
    M --> C
    C --> F