What is the Savitzky-Golay 2nd derivative method?

  • Thread starter Thread starter Another
  • Start date Start date
  • Tags Tags
    Derivative Method
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
Another
Messages
104
Reaction score
5
TL;DR
How are Savitzky–Golay second derivative different from Savitzky–Golay smoothing?
How are Savitzky–Golay second derivative different from Savitzky–Golay smoothing?
 
Physics news on Phys.org
Assume we have a noisy data set with ##N## data points, ##x_i##, where ##i = 1, \ldots, N##.

Then Savitsky-Golay smoothing is equivalent to locally fitting a polynomial about each ##x_i## (using some number of neighboring data points), then evaluating that polynomial to produce a new ##y_i##.

Savitsky-Golay differentiation is equivalent to locally fitting a polynomial about each ##x_i## (using some number of neighboring data points), then evaluating a derivative of that polynomial to produce a new ##z_i##. This is of course only interesting to do if the order of the derivative is less than the order of the polynomial used in the fitting.

jason