|
fmcs
v0.2.1
|
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 |