public class StandardLikelihood extends Likelihood implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
SiteLikelihood |
getMissingLikelihood(Site s)
Gets the likelihood result for a given missing site
|
SiteLikelihood |
getSiteLikelihood(Site s)
Gets the likelihood result for a given site
|
getLikelihood, getParameters, toStringpublic SiteLikelihood getSiteLikelihood(Site s) throws SiteLikelihood.LikelihoodException
s - The site to return the likelihood results forSiteLikelihood.LikelihoodException - Thrown if no likelihood
has been calculated for the given sitepublic SiteLikelihood getMissingLikelihood(Site s) throws SiteLikelihood.LikelihoodException
s - The missing site to return the likelihood results forSiteLikelihood.LikelihoodException - Thrown if no likelihood
has been calculated for the given site