concepts.utils.interpolation_utils.gen_cubic_spline#

gen_cubic_spline(ys)[source]#

Generate a cubic spline interpolation from an array of points.

Parameters:

ys (ndarray)

Return type:

CubicSpline