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

implemented by the following
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

Reference:

Minin, V. N., Bloomquist, E. W., & Suchard, M. A. (2008). Smooth skyride through a rough skyline: Bayesian coalescent-based inference of population dynamics. Molecular biology and evolution, 25(7), 1459-1471.

doi:10.1093/molbev/msn090

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

Inputs:

groupSizes, populationSizes, precisionParameter, lambda, timeAwareSmoothing, rescaleByRootHeightInput, tree, treeIntervals

 

groupSizes
type: beast.base.inference.parameter.RealParameter
Required 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
Either this, or treeIntervals needs to be specified

 

treeIntervals
type: beast.base.evolution.tree.TreeIntervals
Intervals for a phylogenetic beast tree
Either this, or tree needs to be specified