R/formula2.R

formula2 <-
function(para,n)
{
	overlap=over2(para)
	tover=log(overlap/(1-overlap))
	an=0.35*exp(-1.859    -0.577*tover -60.453/n  )/(1+exp(-1.859    -0.577*tover -60.453/n))
	an
}

Try the MixtureInf package in your browser

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

MixtureInf documentation built on May 2, 2019, 3:32 p.m.