|
LikelihoodFunction
|
Batch language command
|
|
The likelihood function construction operation.
|
Syntax
|
LikelihoodFunction id = (tree1,datafilterid,...,treen,datafilteridn);
|
Notes
|
Receives pairs (one or more) of data set filter and tree as arguments.
'id' must be a valid identifier. 'tree' is an existing tree, 'datafilterid' is an existing data set filter.
The number of tips in the tree must be equal to the number of species in the data set filter.
|
Examples
|
LikelihoodFunction lf= (tr,df); LikelihoodFunction lf2= (tr,df,tr2,df2);
|
|
Last modified: 8/19/2002 |
|
|