Detect patterns in data set

206 views Asked by At

Given a data set with several records, that are similar to this one:

enter image description here

I want to detect the green dots. This pattern is recurring in a lot of the data records but is not completely identical (sd, variance, min, max etc). This data points are near the minimum and are showing a low variance.

I tried clustering (kmeans, dbscan, mclust) but the result was not very good. How can I solve this problem? Any ideas?

1

There are 1 answers

1
Forrest R. Stevens On

Dare I say a simple threshold based on the minimum and a percentage?