|
fmcs
v0.2.1
|
Public Types | |
| using | type = typename V::type |
Public Member Functions | |
| Parameter (type value) | |
| double | logprob (type value_) |
| template<typename RNG > | |
| type | sample (RNG &) |
| void | set_value (type value_) |
| std::string | string () const |
Public Member Functions inherited from Distribution< Parameter< V >, V::type > | |
| double | logprob (V value) |
| V | sample (RNG &rng) |
| std::string | string () const |
Public Attributes | |
| type | value |