I have a data set composed of 840 samples. Each sample is contained in the range [0, 100]. Plotting them as a scatter chart it looks like this:
As can be seen in the chart, there are some points which are distributed in the top part (around 80 on average in this example). I need to filter the data set to select only the samples which belong to this trend:
Can you recommend me some approach or algorithm to carry out this?

