Learn R Programming

evoTS (version 1.0.3)

logL.joint.multi.OUOU: 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)

Value

The log-likelihood of the parameter estimates, given the data.

Arguments

init.par

initial (starting) parameters values

yy

a multivariate evoTS object

A.matrix

the pull matrix.

R.matrix

the drift matrix..

Author

Kjetil Lysne Voje

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.