getMax {profExtrema} | R Documentation |
Coordinate profile sup function
Description
Compute coordinate profile sup functions
Usage
getMax(x, f, fprime, coord, d, options = NULL)
Arguments
x |
one dimensional point where the function is to be evaluated |
f |
function to be optimized (takes a vector y of dimension d and returns a real number) |
fprime |
derivative of f (same format) |
coord |
integer selecting the dimension that is fixed, the other ones are optimized over |
d |
dimension of the input for f |
options |
a list containing the options to be passed to optim:
|
Value
a real value corresponding to
Author(s)
Dario Azzimonti
[Package profExtrema version 0.2.1 Index]