A statistic that tracks the mean, variance and coefficent of variation of rates. It has three dimensions, one for each statistic.
Logable: yes, this can be used in a log.
treeLikelihood, branchratemodel, tree, internal, external
 
| type: beast.base.evolution.likelihood.GenericTreeLikelihood |
| TreeLikelihood containing branch rate model that provides rates for a tree |
| Either this, or branchratemodel needs to be specified |
 
| type: beast.base.evolution.branchratemodel.BranchRateModel |
| model that provides rates for a tree |
| Either this, or treeLikelihood needs to be specified |
 
| type: beast.base.evolution.tree.Tree |
| tree for which the rates apply |
| Required input |
 
| type: java.lang.Boolean |
| consider internal nodes, default true |
| Optional input. Default: true |
 
| type: java.lang.Boolean |
| consider external nodes, default true |
| Optional input. Default: true |