R/loglikgeomRoy.R

loglikgeomRoy <-
function(par,x,y)
{
theta1<-par[1]
theta2<-par[2]
theta3<-par[3]
-sum(log(dbivgeomRoy(x,y,theta1,theta2,theta3)))
}

Try the bivgeom package in your browser

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

bivgeom documentation built on May 2, 2019, 6:36 a.m.