public class AncestralMarginal.SiteResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Real |
getProbability(java.lang.String node,
java.lang.String state)
Gets thr probability of a given state at a given node
|
Site |
getSite()
Returns the reconstructed site
|
public Site getSite()
public Real getProbability(java.lang.String node, java.lang.String state) throws AncestralException
node
- The nodestate
- The stateAncestralException
- If there is no result for that node/state
combination