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.

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

Syntax

C#
public SavitzkyGolay()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
SavitzkyGolay()

See Also