Constructs the coefficient for a Savitzky-Golay first derivative 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 SavitzkyGolayFirstDerivativeCoefficients()
Visual Basic (Declaration)
Public Function SavitzkyGolayFirstDerivativeCoefficients As DoubleVector
Visual C++
public:
DoubleVector^ SavitzkyGolayFirstDerivativeCoefficients()

Return Value

Savitzky-Golay coefficients for estimating the first derivative.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentException The polynomial degree must be greater than zero to compute the Savtzky-Golay first deriviate coefficients.

See Also