| kneedle | R Documentation |
Finds the most significant knee/elbow using the Kneedle algorithm with exponential smoothing.
kneedle_increasing(x, convex = TRUE, dt = 0.01)
x |
data vector (increasing) |
convex |
whether the data in |
dt |
controls the smoothing parameter |
Returns the index of the knee/elbow point; 1 if not found.
V. Satopaa, J. Albrecht, D. Irwin, B. Raghavan, Finding a "Kneedle" in a haystack: Detecting knee points in system behavior, In: 31st Intl. Conf. Distributed Computing Systems Workshops, 2011, 166-171, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1109/ICDCSW.2011.20")}
The official online manual of deadwood at https://deadwood.gagolewski.com/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.