public interface MolecularClockLikelihoodModel
Modifier and Type | Interface and Description |
---|---|
static interface |
MolecularClockLikelihoodModel.External
The External calculator does not maintain any state and is approapriate for
calculation where a store is provided
|
static interface |
MolecularClockLikelihoodModel.HeightConverter |
static interface |
MolecularClockLikelihoodModel.Instance |
static interface |
MolecularClockLikelihoodModel.Internal
The Internal calculator may maintain state and is approapriate permanent attachment
to internal nodes of the tree structure
|
static interface |
MolecularClockLikelihoodModel.Leaf
A ConstrainedLHCalculator.Leaf object is attached to each leaf node and can be used to calculated conditional probabilities across the related branch.
|
static interface |
MolecularClockLikelihoodModel.Simulator |