5 #ifndef BPP_PHYL_MODEL_CODON_YNGP_M2_H
6 #define BPP_PHYL_MODEL_CODON_YNGP_M2_H
42 std::shared_ptr<const GeneticCode> gc,
43 std::unique_ptr<CodonFrequencySetInterface> codonFreqs);
48 std::string
getName()
const override {
return "YNGP_M2"; }
The Yang et al (2000) M2 substitution model for codons, with the more realistic modification in Wong ...
YNGP_M2 * clone() const override
std::string getName() const override
Get the name of the model.
void updateMatrices_() override
YNGP_M2(std::shared_ptr< const GeneticCode > gc, std::unique_ptr< CodonFrequencySetInterface > codonFreqs)
Abstract generic class for The Yang et al (2000) M substitution models for codons....
Defines the basic types of data flow nodes.