extrema
There are 15 repositories under extrema topic.
halleysfifthinc/Peaks.jl
Find peaks (local extrema) of signals
claydergc/find-peaks
Algorithm to find peaks in a std::vector<float>
dbkaplun/find-extrema
Numerically compute the extrema of a given (analytic) function: minima, maxima, and points of inflection
stdlib-js/stats-incr-minmaxabs
Compute minimum and maximum absolute values incrementally.
stdlib-js/math-base-special-minmax
Return the minimum and maximum values.
stdlib-js/math-base-special-minmaxabs
Return the minimum and maximum absolute values.
stdlib-js/math-base-special-minmaxabsn
Return the minimum and maximum absolute values.
stdlib-js/math-base-special-minmaxn
Return the minimum and maximum values.
stdlib-js/stats-incr-minmax
Compute a minimum and maximum incrementally.
stdlib-js/stats-incr-mminmax
Compute a moving minimum and maximum incrementally.
mjfii/R-LocalExtrema-Lib
R Library to define local minima and maxima of a numeric vector, including visualizations and other relative metrics.
RGB14/Extrema-Calculator-Using-Pure-Python-Numerical-Method-
A python script to calculate extremas of a function without any libraries (Pure Python) for Numerical Method course
cphyc/extrema
Extrema finder for Python
jvirico/optimization-methods
Different exercises for finding extremas of a function, approximating roots, finding a minimizer, for univariate and multivariate problems.
nps6-uwf/Optimization
A website I created giving a brief overview of mathematical optimization techniques. These techniques can be useful in understanding the intuition behind machine learning algorithms.