Package | Description |
---|---|
Likelihood |
Provides classes for calculating the likelihood of a tree given a model and
an alignment.
|
Modifier and Type | Method and Description |
---|---|
SiteLikelihood.RateLikelihood |
SiteLikelihood.getRateLikelihood(RateCategory rate)
Get the likelihood for a single rate class
|
Constructor and Description |
---|
SiteLikelihood(java.util.Map<RateCategory,SiteLikelihood.RateLikelihood> rateLikelihoods,
Probabilities P)
Default constructor
|