Utilities¶
This section contains utility functions and classes used throughout the library. They are not meant to be used directly by the user, but can be useful for advanced users who want to extend the library or understand its inner workings.
Classes¶
| Page | Description |
|---|---|
| Marginal 1D | Abstract base class for 1D marginal distributions with Fourier-based option pricing (Carr-Madan and Lewis formulas) |
| Distributions | Parametric 1D distributions (e.g. Exponential) |
| Bins | Histogram and event-density utilities |
| Numbers | Decimal number helpers |
| Types | Shared type aliases (FloatArray, etc.) |