You are given a set of points {(X1,Y1), (X2,Y2),...} which represent a hand-drawn circle, so it's not perfect. You are asked to find the center and radius of this circle.
My intuition tells me this involves minimization, and I need to find the coefficients in a non-linear generalized least squares model. Am I not thinking of a simpler or more "proper" approach?