|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstatalign.mcmc.McmcModule
statalign.model.ext.ModelExtension
statalign.model.ext.plugins.PPFold
public class PPFold
Field Summary |
---|
Fields inherited from class statalign.mcmc.McmcModule |
---|
curLogLike, printExtraInfo |
Constructor Summary | |
---|---|
PPFold()
|
Method Summary | |
---|---|
java.lang.String |
getPluginID()
|
java.lang.String |
getUsageInfo()
Prints the usage information for this plugin. |
double |
logLikeFactor(Tree tree)
This should return the log of the model's contribution to the likelihood, it will be added on to the log-likelihood of the current point in the MCMC state space. |
void |
setActive(boolean active)
Enables or disables this plugin. |
void |
setParam(java.lang.String paramName,
boolean paramValue)
|
Methods inherited from class statalign.mcmc.McmcModule |
---|
addMcmcMove, addMcmcMove, afterFirstHalfBurnin, afterSampling, beforeSampling, getLogLike, getMcmcInfo, getMcmcMove, getMcmcMoves, incrementWeights, isFirstHalfBurnin, logPrior, modifyProposalWidths, proposeParamChange, setAllMovesNotProposed, setLogLike, setMcmc, setWeight, zeroAllMoveCounts |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PPFold()
Method Detail |
---|
public java.lang.String getPluginID()
getPluginID
in class ModelExtension
public double logLikeFactor(Tree tree)
McmcModule
logLikeFactor
in class McmcModule
tree
- current tree
public void setActive(boolean active)
ModelExtension
setActive
in class ModelExtension
active
- true
if plugin should be enabledpublic void setParam(java.lang.String paramName, boolean paramValue)
setParam
in class ModelExtension
public java.lang.String getUsageInfo()
ModelExtension
getUsageInfo
in class ModelExtension
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |