I have some 2-D data. Each data is a tuple(x,y). Where x is a positive integer and y is a real number. Now, I want to predict the value of y, for some value of x, which is outside of the observed range. The observed value has some periodicity. e.g 1 0.03 2 0.05 3Read more