R/mloglik1a.R

Defines functions mloglik1a

Documented in mloglik1a

mloglik1a <-
function(jtms,TT=max(jtms),nu,g,Ig=function(x)sapply(x,function(y)integrate(g,0,y)$value),
         tol.abs=1e-12,tol.rel=1e-12,limit=1000){
  .External("mloglik1a",jtms,length(jtms),TT,nu,g,Ig,new.env(),
            tol.abs,tol.rel,limit,PACKAGE="IHSEP")
}

Try the IHSEP package in your browser

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

IHSEP documentation built on Sept. 17, 2022, 1:05 a.m.