getElbowPoint: Estimation of elbow point from J-shaped-curve
Description
It provides a point of the highest curvature from a J-shaped-plot
Usage
getElbowPoint(numbers)
Value
A list containing two elements: index, the index of a point in a sorted vector of numbers in descending order, representing the point where the tangent is closest to one, and ConnectivityCutoff, the corresponding value at that point.