Advice on calculating a function to describe upper bound of data
问题 I have a scatter plot of a dataset and I am interested in calculating the upper bound of the data. I don't know if this is a standard statistical approach so what I was considering doing was splitting the X-axis data into small ranges, calculating the max for these ranges and then trying to identify a function to describe these points. Is there a function already in R to do this? If it's relevant there are 92611 points. 回答1: You might like to look into quantile regression, which is available