R/Fn.Exp.f.R

"Fn.Exp.f" <- function(z,y,delta,mu,sigma,lambda,zero=1e-4) {
n  <-length(y)
f.res <- .Fortran("fnexp",
z=as.double(z),y=as.double(y),delta=to.single(delta),n=to.integer(n),mu=as.double(mu),
sigma=as.double(sigma),lambda=as.double(lambda),zero=as.double(zero),res=double(1))
f.res$res
}

Try the robeth package in your browser

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

robeth documentation built on Aug. 22, 2023, 9:09 a.m.