Overload List

  NameDescription
SavitzkyGolay()()()
Constructs a SavitzkyGolay classes to generate Savitzky-Golay derived coefficients. Number of points to the left and right both default to two. The fitting polynomial degree defaults to three.
SavitzkyGolay(Int32, Int32, Int32)
Constructs a Savitzky-Golay helper class to generate Savitzky-Golay filtering coefficients.

See Also