Constructs the coefficient vector that creates a Savitzky-Golay smoothing filter when used with the MovingWindowFilter class.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector SavitzkyGolaySmoothingCoefficients()
Visual Basic (Declaration)
Public Function SavitzkyGolaySmoothingCoefficients As DoubleVector
Visual C++
public:
DoubleVector^ SavitzkyGolaySmoothingCoefficients()

Return Value

Savitzky-Golay coefficients for smoothing.

See Also