{ } Raw JSON

bundles / scipy 1.17.1 / scipy / signal / _savitzky_golay / _fit_edges_polyfit

function

scipy.signal._savitzky_golay:_fit_edges_polyfit

source: /scipy/signal/_savitzky_golay.py :236

Signature

def   _fit_edges_polyfit ( x window_length polyorder deriv delta axis y )

Summary

Use polynomial interpolation of x at the low and high ends of the axis to fill in the halflen values in y.

Extended Summary

This function just calls _fit_edge twice, once for each end of the axis.

Aliases

  • scipy.signal._savitzky_golay._fit_edges_polyfit