R/kiedch.R

"kiedch" <-
function(wgt,c=.dFvGet()$ccc,itype=.dFvGet()$ite) {
if (missing(wgt)) messagena("wgt")
n <- length(wgt)
d <- single(n)
e <- single(n)
f.res <- .Fortran("kiedchz",
wgt=to.single(wgt),
n=to.integer(n),
c=to.single(c),
itype=to.integer(itype),
d=to.single(d),
e=to.single(e))
list(d=f.res$d,e=f.res$e)
}

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.