bundles / scipy 1.17.1 / scipy / signal / _savitzky_golay / _fit_edge
function
scipy.signal._savitzky_golay:_fit_edge
Signature
def _fit_edge ( x , window_start , window_stop , interp_start , interp_stop , axis , polyorder , deriv , delta , y ) Summary
Given an N-d array x and the specification of a slice of x from window_start to window_stop along axis, create an interpolating polynomial of each 1-D slice, and evaluate that polynomial in the slice from interp_start to interp_stop. Put the result into the corresponding slice of y.
Aliases
-
scipy.signal._savitzky_golay._fit_edge