getChangePoints {profExtrema} | R Documentation |
Coordinate profiles crossing points
Description
Obtain the points where the coordinate profile extrema functions cross the threshold
Usage
getChangePoints(threshold, Design = NULL, allRes)
Arguments
threshold |
if not null plots the level |
Design |
a d dimensional design corresponding to the points |
allRes |
list containing the list |
Value
returns a list containing two lists with d components where
alwaysEx: each component is a numerical vector indicating the points
x_i
whereinf_{x^{-i}}f(x) >
threshold
;neverEx: each component is a numerical vector indicating the points
x_i
wheresup_{x^{-i}}f(x) <
threshold
.
Author(s)
Dario Azzimonti
[Package profExtrema version 0.2.1 Index]