Click or drag to resize

SavitzkyGolaySavitzkyGolaySmoothingCoefficients Method

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: 7.4
Syntax
public DoubleVector SavitzkyGolaySmoothingCoefficients()

Return Value

DoubleVector
Savitzky-Golay coefficients for smoothing.
See Also