R/m2.R

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

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.