As said in the title I have a collection consecutive of points on R²(x0, x1, x2, etc.), and I am trying to find one continuous function, that defines a graph that passes through all of them.
I've thought that I can always define a function by the collection of the distances between each consecutive point for their respective intervals(eg, x0=1,x1=2,any point between them could be described by y²=x²+x²), but that does not help me since I am trying to reduce the amount of data necessary to describe that given collection of points.
Is there a known method to solve this problem?
P.S.: I am not mathematician, just a Comp Sci grad student, so please bear with me. P.S.²: I am also not sure my tags are correct, if you guys could help me with them that would be great.
Look up Interpolation.
This is what you need.