ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
provsql::ConditionalScalarPairSamples Struct Reference

Outcome of a conditional coupled-pair Monte Carlo pass: xs[i] / ys[i] are the two roots' values from the same accepted iteration. More...

#include "MonteCarloSampler.h"

Public Attributes

std::vector< double > xs
std::vector< double > ys
unsigned attempted

Detailed Description

Outcome of a conditional coupled-pair Monte Carlo pass: xs[i] / ys[i] are the two roots' values from the same accepted iteration.

attempted as in ConditionalScalarSamples.

Definition at line 268 of file MonteCarloSampler.h.

Member Data Documentation

◆ attempted

unsigned provsql::ConditionalScalarPairSamples::attempted

Definition at line 271 of file MonteCarloSampler.h.

◆ xs

std::vector<double> provsql::ConditionalScalarPairSamples::xs

Definition at line 269 of file MonteCarloSampler.h.

◆ ys

std::vector<double> provsql::ConditionalScalarPairSamples::ys

Definition at line 270 of file MonteCarloSampler.h.


The documentation for this struct was generated from the following file: