R/p0.R

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