R/tofKpredict.nohull.R

tofKpredict.nohull <-
function (pars, fixedlist, localmaxrange)
{
    fK <- tofullKrigingspace(fittedlist = pars, fixedlist = fixedlist)
    return(purefn(fK, testhull = F, constraints = NULL))
}

Try the blackbox package in your browser

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

blackbox documentation built on May 3, 2023, 9:13 a.m.