R/qhelp.R

Defines functions qhelp

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)

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.