BEAST v2.7.8 Documentation: starbeast3.evolution.branchratemodel.UCRelaxedClockModelSB3

Inputs:

tree, estimateRoot, noCache, stdev, discreteRates, realRates, rateQuantiles, nBins, distr, clock.rate

 

tree
type: beast.base.evolution.tree.TreeInterface
(Species) tree to apply per-branch rates to.
Required input

 

estimateRoot
type: java.lang.Boolean
Estimate rate of the root branch.
Optional input. Default: false

 

noCache
type: java.lang.Boolean
Always recalculate branch rates.
Optional input. Default: false

 

stdev
type: beast.base.inference.parameter.RealParameter
Standard deviation of the log-normal distribution for branch rates. If not supplied uses exponential.
Optional input

 

discreteRates
type: beast.base.inference.parameter.IntegerParameter
The rate categories associated with nodes in the species tree for sampling of individual rates among branches.
Optional input

 

realRates
type: beast.base.inference.parameter.RealParameter
The real rates associated with nodes in the species tree for sampling of individual rates among branches.
Optional input

 

rateQuantiles
type: beast.base.inference.parameter.RealParameter
The rate quantiles for sampling of individual rates among branches.
Optional input

 

nBins
type: java.lang.Integer
Number of discrete branch rate bins (default is equal to the number of estimated branch rates). Only used when branch rates are catrgories.
Optional input. Default: -1

 

distr
type: beast.base.inference.distribution.ParametricDistribution
the distribution governing the rates among branches, for quantiles only. Must have mean of 1. The clock.rate parameter can be used to change the mean rate.
Optional input

 

clock.rate
type: beast.base.core.Function
mean clock rate (defaults to 1.0)
Optional input