Package pal.eval
Interface MolecularClockLikelihoodModel
-
- All Known Implementing Classes:
SimpleMolecularClockLikelihoodModel,SingleSplitMolecularClockLikelihoodModel
public interface MolecularClockLikelihoodModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMolecularClockLikelihoodModel.ExternalThe External calculator does not maintain any state and is approapriate for calculation where a store is providedstatic interfaceMolecularClockLikelihoodModel.HeightConverterstatic interfaceMolecularClockLikelihoodModel.Instancestatic interfaceMolecularClockLikelihoodModel.InternalThe Internal calculator may maintain state and is approapriate permanent attachment to internal nodes of the tree structurestatic interfaceMolecularClockLikelihoodModel.LeafA ConstrainedLHCalculator.Leaf object is attached to each leaf node and can be used to calculated conditional probabilities across the related branch.static interfaceMolecularClockLikelihoodModel.Simulator
-