find.optima {earlywarnings} | R Documentation |
find.optima
Description
Detect optima, excluding very local optima below detection.threshold.
Usage
find.optima(f, detection.threshold = 0, bw, detection.limit = 1)
Arguments
f |
density |
detection.threshold |
detection threshold for peaks |
bw |
bandwidth |
detection.limit |
Minimun accepted density for a maximum; as a multiple of kernel height |
Value
A list with the following elements: min minima max maxima detection.density Minimum detection density
Author(s)
Leo Lahti leo.lahti@iki.fi
[Package earlywarnings version 1.1.29 Index]