getChangePoints {profExtrema} | R Documentation |
Obtain the points where the coordinate profile extrema functions cross the threshold
getChangePoints(threshold, Design = NULL, allRes)
threshold |
if not null plots the level |
Design |
a d dimensional design corresponding to the points |
allRes |
list containing the list |
returns a list containing two lists with d components where
alwaysEx: each component is a numerical vector indicating the points x_i
where inf_{x^{-i}}f(x) >
threshold
;
neverEx: each component is a numerical vector indicating the points x_i
where sup_{x^{-i}}f(x) <
threshold
.
Dario Azzimonti