BEAST v2.7.8 Documentation: beastclassic.evolution.tree.coalescent.GMRFMultilocusSkyrideLikelihood

BEASTObject that performs calculations based on the State.
Probabilistic representation that can produce a log probability for instance for running an MCMC chain.
Distribution on a tree, typically a prior such as Coalescent or Yule
A likelihood function for a Gaussian Markov random field on a log population size trajectory
A generalization of the GMRF model that allows for the analysis of multilocus sequence data.

Reference:

Gill, M. S., Lemey, P., Faria, N. R., Rambaut, A., Shapiro, B., & Suchard, M. A. (2012). Improving Bayesian population dynamics inference: a coalescent-based model for multiple loci. Molecular biology and evolution, 30(3), 713-724.

doi:10.1093/molbev/mss265

Logable: yes, this can be used in a log.

Inputs:

trees, phi, ploidyFactors, numGridPoints, cutOff, groupSizes, populationSizes, precisionParameter, lambda, timeAwareSmoothing, rescaleByRootHeightInput, tree, treeIntervals

 

trees
type: beastclassic.evolution.tree.coalescent.TreeList
? ? ? ?
Required input

 

phi
type: beast.base.inference.parameter.RealParameter
? ? ? ?
Optional input

 

ploidyFactors
type: beast.base.inference.parameter.RealParameter
? ? ? ?
Optional input

 

numGridPoints
type: java.lang.Integer
? ? ? ?
Optional input

 

cutOff
type: java.lang.Double
? ? ? ?
Optional input

 

groupSizes
type: beast.base.inference.parameter.RealParameter
Optional input

 

populationSizes
type: beast.base.inference.parameter.RealParameter
Required input

 

precisionParameter
type: beast.base.inference.parameter.RealParameter
Required input

 

lambda
type: beast.base.inference.parameter.RealParameter
Optional input

 

timeAwareSmoothing
type: java.lang.Boolean
use time Aware Smoothing
Optional input. Default: false

 

rescaleByRootHeightInput
type: java.lang.Boolean
rescale By Root Height
Optional input. Default: false

 

tree
type: beast.base.evolution.tree.TreeInterface
tree over which to calculate a prior or likelihood
Optional input

 

treeIntervals
type: beast.base.evolution.tree.TreeIntervals
Intervals for a phylogenetic beast tree
Optional input