Question: How do you fit a curve to points on a plane if they aren't single valued?
For the example shown, how would one fit a curve (like the black one) to the noisy blue data? It's similar to spline smoothing, but I don't know the order of the data.
Matlab would be preferred, but pseudocode is fine. Or a pointer to what the correct terminology for this problem is would be great.
Thanks