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
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.
Logable: yes, this can be used in a log.
groupSizes, populationSizes, precisionParameter, lambda, timeAwareSmoothing, rescaleByRootHeightInput, tree, treeIntervals
 
type: beast.base.inference.parameter.RealParameter |
Required input |
 
type: beast.base.inference.parameter.RealParameter |
Required input |
 
type: beast.base.inference.parameter.RealParameter |
Required input |
 
type: beast.base.inference.parameter.RealParameter |
Optional input |
 
type: java.lang.Boolean |
use time Aware Smoothing |
Optional input. Default: false |
 
type: java.lang.Boolean |
rescale By Root Height |
Optional input. Default: false |
 
type: beast.base.evolution.tree.TreeInterface |
tree over which to calculate a prior or likelihood |
Either this, or treeIntervals needs to be specified |
 
type: beast.base.evolution.tree.TreeIntervals |
Intervals for a phylogenetic beast tree |
Either this, or tree needs to be specified |