Open andcastillo opened 7 years ago
We have to change those methods to a single general methods that uses interpolating/extrapolating and approximation polynomials to get the values in the array. A parameter should be the degree of the polynomial we want to use.
@andcastillo I think that splines can work better for the interpolation in this case, but it could be an option as well
We have to change those methods to a single general methods that uses interpolating/extrapolating and approximation polynomials to get the values in the array. A parameter should be the degree of the polynomial we want to use.