local.max: Locates local maxima of a vector 'y' (given the vector 'x' of...

Description Usage

Description

Locates local maxima of a vector 'y' (given the vector 'x' of equal length). Method based on the definition given in Calculus, Fourth Edition by Robert A. Adams: (local maxima occur iff there exists a h>0 so that y(x*)>=y(x) at all points |x*-x|<h).

Usage

1
local.max(x, y = NULL, strict = TRUE, w = 1)

arnejohannesholmin/AJ documentation built on May 27, 2019, 4:06 a.m.