R/p0.R

Defines functions p0

p0 <- function(t,l,m,rho){ 1- rho*(l-m)/(rho*l+(l*(1-rho)-m)*exp(-(l-m)*t)) }  #p0(t)

Try the TreePar package in your browser

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

TreePar documentation built on May 1, 2019, 9:20 p.m.