SavitzkyGolay(Int32, Int32, Int32) Constructor |
Initializes a Savitzky-Golay filter.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic SavitzkyGolay(
int numberOfPoints,
int derivativeOrder,
int polynomialOrder
)
Parameters
- numberOfPoints Int32
- Number of points. Must be an odd number; otherwise it is rounded up.
- derivativeOrder Int32
- Order of derivative to obtain. Set to 0 for smoothing.
- polynomialOrder Int32
- Order of the fitting polynomial. Typical values are 2 or 4.
See Also