Click or drag to resize

SavitzkyGolayParametersDerivativeOrder Property

Derivative order. Has to be zero or positive. A value of zero is used to smooth a function.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int DerivativeOrder { get; init; }

Property Value

Int32
See Also