Click or drag to resize

SavitzkyGolayParametersNumberOfPoints Property

Gets the number of points used for Savitzky-Golay coefficients. Must be a positive odd number.

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

Property Value

Int32
See Also