Click or drag to resize

SavitzkyGolay Constructor

Overload List
 NameDescription
Public methodSavitzkyGolay 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.
Public methodSavitzkyGolay(Int32, Int32, Int32) Constructs a Savitzky-Golay helper class to generate Savitzky-Golay filtering coefficients.
Top
See Also