|
TeDDy 4.1.0
Decision diagram library.
|
User-defined distribution. More...
#include <probabilities.hpp>
Public Member Functions | |
| custom_dist (std::function< double(double)> dist) | |
| operator double () const | |
| auto | operator() (double const t) const -> double |
Public Member Functions inherited from teddy::probs::details::dist_base | |
| auto | set_t (double const t) -> void |
Additional Inherited Members | |
Protected Attributes inherited from teddy::probs::details::dist_base | |
| double | t_ {0} |
User-defined distribution.