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

Erlang(k, λ) family implementation (integer shape). More...

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

Go to the source code of this file.

Namespaces

namespace  provsql

Detailed Description

Erlang(k, λ) family implementation (integer shape).

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 erlang.cpp.