|
Deterministic Gaussian Sampling
|
This repository provides a high-performance C++ implementation for Dirac mixture reduction and Gaussian-to-Dirac approximation.
The library focuses on efficient, optimization-based approximation of probability distributions using Localized Cumulative Distribution (LCD) distances and gradient-based minimization.
The implementation is designed for:
Reduces a high-resolution Dirac mixture to a compact representation.
Implementations:
All implementations follow the dirac_to_dirac_approx_i<T> interface, except:
Supported input formats:
Approximates a multivariate Gaussian distribution by a Dirac mixture.
Implementations:
All implementations follow the gm_to_dirac_approx_i<T> interface.
The library is structured to separate interfaces, algorithmic implementations, and optimization backends, enabling clean extension and experimentation.