|
| 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 |
|
|
double | a |
|
double | b |
|
double | c |
|
double | fc |
|
Uniform | u |
|
The documentation for this struct was generated from the following file: