Rev Language Reference


dnPhyloBrownianMultiSampleREML

Usage

dnPhyloBrownianMultiSampleREML(Tree tree, RealPos branchRates, RealPos[] withinSpeciesVariances, RealPos siteRates, Taxon[] taxa, Natural nSites)

Arguments

tree : Tree (pass by const reference)
The tree along which the process evolves.
branchRates : RealPos (pass by const reference)
The per branch rate-multiplier(s).
Default : 1
withinSpeciesVariances : RealPos[] (pass by const reference)
The per species within-species variances.
siteRates : RealPos (pass by const reference)
The per site rate-multiplier(s).
Default : 1
taxa : Taxon[] (pass by value)
The vector of taxa which have species and individual names.
nSites : Natural (pass by value)
The number of sites used for simulation.
Default : 10

Domain Type