![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
One wire of a PLUS under closure: a·Z + b for a base RV Z (dist non-null), or a pure additive constant b (dist null, a == 0).
More...
#include "Distribution.h"

Public Attributes | |
| const Distribution * | dist |
| double | a |
| double | b |
One wire of a PLUS under closure: a·Z + b for a base RV Z (dist non-null), or a pure additive constant b (dist null, a == 0).
Structural concerns (base-RV identity, pairwise independence of the Z's) are the caller's responsibility; rules only see distributions and coefficients.
Definition at line 419 of file Distribution.h.
| double provsql::ClosureTerm::a |
Definition at line 421 of file Distribution.h.
| double provsql::ClosureTerm::b |
Definition at line 422 of file Distribution.h.
| const Distribution* provsql::ClosureTerm::dist |
Definition at line 420 of file Distribution.h.