Click or drag to resize

SavitzkyGolayParametersNumberOfPoints Property

Number of points used for Savitzky Golay Coefficients. Must be a odd positive number.

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

Property Value

Int32
See Also