logL.joint.multi.OUOU {evoTS} | R Documentation |
Log-likelihoods for evolutionary models
Description
Returns log-likelihood for a multivariate Ornstein-Uhlenbeck model.
Usage
logL.joint.multi.OUOU(init.par, yy, A.matrix, R.matrix)
Arguments
init.par |
initial (starting) parameters values |
yy |
a multivariate evoTS object |
A.matrix |
the pull matrix. |
R.matrix |
the drift matrix.. |
Details
In general, users will not be access these functions directly, but instead use the optimization functions, which use these functions to find the best-supported parameter values.
Value
The log-likelihood of the parameter estimates, given the data.
Author(s)
Kjetil Lysne Voje
[Package evoTS version 1.0.3 Index]