I have a set of decreasing numbers for example 18.98, 15.45, 11.7, 9.73, 9.06, 1.47, 0.1323, 0.1081, 0.0896, 0.0797, 0.0732.
I want to find the inflection point in this set of numbers which is supposed to be 1.47? is it possible?
I will use the methematical solution to code it using matlab.
I cant use a specific threshold value since the numbers will be always random.