kGradSmooth {profExtrema} | R Documentation |
Compute first order approximation of function from evaluations and gradient
kGradSmooth(newPoints, profPoints, profEvals, profGradient)
newPoints |
vector of points where to approximate the function |
profPoints |
locations where the function was evaluated |
profEvals |
value of the evaluation at profPoints |
profGradient |
value of the gradient at profPoints |
approximated values of the function at newPoints
Dario Azzimonti