¡@

Home 

python Programming Glossary: extrapolation

Is there easy way in python to extrapolate data points to the future?

http://stackoverflow.com/questions/1599754/is-there-easy-way-in-python-to-extrapolate-data-points-to-the-future

does but it does not look applicable for the extrapolation. Maybe I am absolutely wrong. Actually to be more specific I.. That means I am absolutely fine with the very approximate extrapolation technique. python numpy interpolation spline burndowncharts.. share improve this question It's all too easy for extrapolation to generate garbage try this. Many different extrapolations..

How to make scipy.interpolate give an extrapolated result beyond the input range?

http://stackoverflow.com/questions/2745329/how-to-make-scipy-interpolate-give-an-extrapolated-result-beyond-the-input-range

numpy scipy share improve this question 1. Constant extrapolation You can use interp function from scipy it extrapolates left.. x y array 0.04978707 0.04978707 2. Linear or other custom extrapolation You can write a wrapper around an interpolation function which.. an interpolation function which takes care of linear extrapolation. For example from scipy.interpolate import interp1d from scipy..