argmax: Find the peaks of a finite data set using smoothing.

View source: R/rapt_K3metrics.R View source: R/features.R

argmaxR Documentation

Find the peaks of a finite data set using smoothing.

Description

This function fits a rolling polynomial interpolation to a set of data and finds maximums and minimums in data based on these interpolating functions. See https://stats.stackexchange.com/questions/36309/how-do-i-find-peaks-in-a-dataset

This function fits a rolling polynomial interpolation to a set of data and finds maximums and minimums in data based on these interpolating functoins. See https://stats.stackexchange.com/questions/36309/how-do-i-find-peaks-in-a-dataset

Usage

argmax(x, y, w = 1, ...)

argmax(x, y, w = 1, ...)

aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.