This is my first question here. Pls lemme know if I'm unclear...
I need to find all the unique regressed lines which are touching or near (within a given tolerance) 3 or more points for a given set of N points on a plane
A simple brute force approach is to find all 3 or more points combinations from these N points and check if the corresponding regressed lines within the input tolerance
By tolerance, I mean, average absolute distance between each point and the corresponding point on the regressed line