R/f.fb.R

"f.fb" <-
function(t, mu = 0.341, tau = 0.247, c1 = 2.58)
{
# COMPUTES (DEFECTIVE) DENSITY, FORMULA (7)
#
	c1/(sqrt(2 * pi) * t * sqrt(t^2 * tau^2 + t)) * exp( - (c1 - mu * t)^2/(
		2 * (t^2 * tau^2 + t)))
}

Try the invGauss package in your browser

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

invGauss documentation built on May 20, 2022, 5:07 p.m.