| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Find peaks (local extrema) of signals
Algorithm to find peaks in a std::vector<float>
Numerically compute the extrema of a given (analytic) function: minima, maxima, and points of inflection
Compute minimum and maximum absolute values incrementally.
R Library to define local minima and maxima of a numeric vector, including visualizations and other relative metrics.
Compute a minimum and maximum incrementally.
Return the minimum and maximum absolute values.
Return the minimum and maximum values.
Compute a moving minimum and maximum incrementally.
Return the minimum and maximum absolute values.
Return the minimum and maximum values.
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.
A python script to calculate extremas of a function without any libraries (Pure Python) for Numerical Method course
Compute minimum and maximum absolute values incrementally, ignoring NaN values.
Different exercises for finding extremas of a function, approximating roots, finding a minimizer, for univariate and multivariate problems.
Compute a moving minimum and maximum incrementally, ignoring NaN values.
Add a description, image, and links to the extrema topic page so that developers can more easily learn about it.
To associate your repository with the extrema topic, visit your repo's landing page and select "manage topics."
| Back | FazBrowse Home | New Git URL |