Learn R Programming

evoTS (version 1.0.3)

logL.joint.Stasis.OU: Log-likelihoods for evolutionary models

Description

Returns log-likelihood for a model with stasis in the first segment and an Ornstein-Uhlenbeck process in the second segment. .

Usage

logL.joint.Stasis.OU(p, y, gg)

Value

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

Arguments

p

parameters of the model to be optimized

y

a paleoTS object

gg

numeric vector indicating membership of each sample in a segment

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.