R/ou.M.R

Defines functions ou.M

# Function from paleoTS (License:	GPL-3)

ou.M <-
function(anc, theta, aa, tt) theta*(1 - exp(-aa*tt)) + anc*exp(-aa*tt)

Try the evoTS package in your browser

Any scripts or data that you put into this service are public.

evoTS documentation built on June 22, 2024, 9:23 a.m.