ToPS
|
A probabilistic model that emits a constant integer value. More...
#include <DegenerateDistribution.hpp>
Public Member Functions | |
virtual double | evaluate (const Sequence &sequence, unsigned int begin, unsigned int end) const |
Calculates the sequence likelihood given the model. | |
virtual double | choose (Sequence &s, unsigned int size) const |
Generates a sequence by the simulation of the model. | |
virtual std::string | str () const |
returns the string representation of the model | |
virtual int | choose () const |
Choose. |
A probabilistic model that emits a constant integer value.
Definition at line 34 of file DegenerateDistribution.hpp.