fmcs  v0.2.1
Triangular Struct Reference
Inheritance diagram for Triangular:
Distribution< Triangular, double >

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 Member Functions inherited from Distribution< Triangular, double >
double logprob (double value)
 
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: