bundles / scipy 1.17.1 / scipy / interpolate / _cubic / Akima1DInterpolator / __init__
function
scipy.interpolate._cubic:Akima1DInterpolator.__init__
Signature
def __init__ ( self , x , y , axis = 0 , * , method : Literal['akima', 'makima'] = akima , extrapolate : bool | None = None ) Summary
No Docstrings
Aliases
-
scipy.interpolate.Akima1DInterpolator.__init__