R/qhelp.R

qhelp <- function(t,l,m,rho){ rho*l*(1-exp(-(l-m)*t))/(rho*l+(l*(1-rho)-m)*exp(-(l-m)*t)) }  #q(t)
tanja819/TreePar documentation built on May 31, 2019, 2:57 a.m.