Click or drag to resize

SavitzkyGolayApply Method

Overload List
 NameDescription
Public methodApply(Double, Double) This applies the set-up filter to an array of numbers. The left and right side is special treated by applying Savitzky-Golay with appropriate adjusted left and right number of points.
Public methodApply(IReadOnlyListDouble, IVectorDouble) This applies the set-up filter to an array of numbers. The left and right side is special treated by applying Savitzky-Golay with appropriate adjusted left and right number of points.
Top
See Also