bucky.util.extrapolate

Provides are version of xp.interp that will perform polynomial extrapolation for all OOB x values

Module Contents

Functions

interp_extrap(x, x1, yp, order=2)

xp.interp function with polynomial extrapolation

bucky.util.extrapolate.interp_extrap(x, x1, yp, order=2)[source]

xp.interp function with polynomial extrapolation