Rev Language Reference


dnPhyloBrownianMVN

Usage

dnPhyloBrownianMVN(Tree tree, RealPos branchRates, RealPos siteRates, Real rootStates, Natural nSites)

Arguments

tree : Tree (pass by const reference)
The tree along which the character evolves.
branchRates : RealPos (pass by const reference)
The rate of evolution along a branch.
Default : 1
siteRates : RealPos (pass by const reference)
The rate of evolution per site.
Default : 1
rootStates : Real (pass by const reference)
The vector of root states.
Default : 0
nSites : Natural (pass by value)
The number of sites which is used for the initialized (random draw) from this distribution.
Default : 10

Domain Type