BEAST v2.7.8 Documentation: beastclassic.evolution.operators.TraitGibbsOperator

Proposes a move in state space.
A Trait Gibbs Operator

Inputs:

tree, precisionMatrix, traitmap, likelihood, rootprior, onlyInternalNodesInput, onlyTipsWithPriorsInput, prior, weight

 

tree
type: beast.base.evolution.tree.Tree
Required input

 

precisionMatrix
type: beast.base.inference.parameter.RealParameter
parameter representing precision matrix
Required input

 

traitmap
type: beastclassic.evolution.tree.TreeTraitMap
maps node in tree to trait parameters
Required input

 

likelihood
type: beastclassic.continuous.SampledMultivariateTraitLikelihood
Required input

 

rootprior
type: beastclassic.math.distributions.MultivariateNormalDistribution
Optional input

 

onlyInternalNodesInput
type: java.lang.Boolean
Optional input. Default: true

 

onlyTipsWithPriorsInput
type: java.lang.Boolean
Optional input. Default: true

 

prior
type: beastclassic.geo.GeoSpatialDistribution***
list of priors on nodes in the tree
Optional input

 

weight
type: java.lang.Double
weight with which this operator is selected
Required input