Click or drag to resize

SavitzkyGolayParametersPolynomialOrder Property

Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number.

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

Property Value

Int32
See Also