SyntaxFix
Write A Post
Hire A Developer
Questions
import scipy.interpolate y_interp = scipy.interpolate.interp1d(x, y) print y_interp(5.0)
scipy.interpolate.interp1d does linear interpolation by and can be customized to handle error conditions.
scipy.interpolate.interp1d