lppl  v2.0.0
Triangular Struct Reference

Public Member Functions

 Triangular (double a, double b, double c)
 
template<typename... Vs>
 Triangular (std::variant< Vs... > a, std::variant< Vs... > b, std::variant< Vs... > c)
 
double logprob (double value) const
 
template<typename RNG >
double sample (RNG &rng)
 
std::string string () const
 

Public Attributes

double a
 
double b
 
double c
 
double fc
 
Uniform u
 

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