
A Computational Study on Sobol’ Sequences
Chapter from the book:
Tahtalı,
Y.
&
Demir,
İ.
&
Bayyurt,
L.
(eds.)
2025.
Current Approaches in Applied Statistics I.
Synopsis
This study presents a computational comparison between Quasi-Monte Carlo (QMC) methods based on Sobol’ sequences and traditional Monte Carlo (MC) methods using the Mersenne Twister (MT) generator. While Sobol’ sequences are widely recognized for outperforming MT in terms of convergence, our results reveal notable deficiencies when applied to high-dimensional Geometric Asian option pricing. To investigate this behavior, we conduct moment and correlation analyses, identifying a bias in the incremental construction of Sobol’ paths—a bias that is absent in MT and can be alleviated through skipping initial points, scrambling, or Brownian Bridge (BB) techniques. All simulations are implemented in Python, with additional acceleration achieved through Graphics Processing Unit (GPU)-based parallel computing environments.