ToPS
|
Inhomogeneous Markov chain. More...
#include <InhomogeneousMarkovChain.hpp>
Public Member Functions | |
virtual double | evaluatePosition (const Sequence &s, int i, int t) const |
Evaluate the position i of the sequence s. | |
virtual int | choosePosition (const Sequence &s, int i, int t) const |
Choose the position i of the sequence s given the subsequence before the position i. | |
virtual int | maximumTimeValue () const |
Returns the maximum value of t. | |
virtual bool | isPhased () const |
Phased. | |
virtual std::string | model_name () const |
returns the model name | |
virtual std::string | str () const |
returns the string representation of the model | |
virtual int | size () const |
Returns the number of parameters of the model. |
Inhomogeneous Markov chain.
Definition at line 39 of file InhomogeneousMarkovChain.hpp.