R/exponential.profile.R

exponential.profile <-
function (theta, thetahat, r) 
{
    return(exp(r + r * (logb(thetahat) - logb(theta)) - (r * 
        thetahat)/theta))
}
Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.