R/m1.R

"m1" <-
function(lambda,mu)
{
	mu*lambda/(lambda-mu)*(1/(lambda^2)-1/(mu^2));
}

Try the rhosp package in your browser

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

rhosp documentation built on May 1, 2019, 11:27 p.m.