ToPS
Public Member Functions
tops::DegenerateDistribution Class Reference

A probabilistic model that emits a constant integer value. More...

#include <DegenerateDistribution.hpp>

Inheritance diagram for tops::DegenerateDistribution:
tops::DiscreteIIDModel tops::FactorableModel tops::ProbabilisticModel

List of all members.

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.

Detailed Description

A probabilistic model that emits a constant integer value.

Definition at line 34 of file DegenerateDistribution.hpp.


The documentation for this class was generated from the following file: