ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
exponential.cpp File Reference

Exponential(λ) family implementation. More...

#include "DistributionCommon.h"
#include <algorithm>
#include <cmath>
#include <memory>
#include <optional>
#include <random>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for exponential.cpp:

Go to the source code of this file.

Namespaces

namespace  provsql

Detailed Description

Exponential(λ) family implementation.

Self-contained family implementation: the class is file-local and reaches the evaluators only through the registrars at the bottom (DistributionRegistry descriptor + pairwise comparator / closure rules).

Definition in file exponential.cpp.