lppl
v2.0.0
|
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 |