R/partransform.R

Defines functions partransform

partransform <-
function(a,r){
	l<- r/(1-a)
	mu <- a*l
	c(l,mu)
	}

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.