R/Ffuncshift.R

Defines functions Ffuncshift

Ffuncshift<-function(time,t,lambda,mu,rho=1) {
	1-rho+rho*(Ffuncshifth(time,t,lambda,mu)+1)
}

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.