Click or drag to resize

WeightedSavitzkyGolaySmootherSmooth Method

Overload List
 NameDescription
Public methodSmooth(Double, Double) Smooths the data with the parameters passed to the constructor. This method is implemented only for data arrays that have at least 2*m + 1 elements, where m is the kernel half-width.
Public methodStatic memberSmooth(Double, Double, WeightedSavitzkyGolaySmootherWeightType, Int32, Int32) Smooths the data with the specified weight function, polynomial degree, and kernel half-width m. This method is implemented only for data arrays that have at least 2*m + 1 elements.
Top
See Also