Click or drag to resize

SavitzkyGolayParameters Class

Stores the set of parameters necessary to calculate Savitzky-Golay coefficients.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.RegressionSavitzkyGolayParameters
    Altaxo.Science.Spectroscopy.SmoothingSmoothingSavitzkyGolay

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SavitzkyGolayParameters : IEquatable<SavitzkyGolayParameters>

The SavitzkyGolayParameters type exposes the following members.

Constructors
 NameDescription
Public methodSavitzkyGolayParametersInitializes a new instance of the SavitzkyGolayParameters class
Top
Properties
 NameDescription
Public propertyDerivativeOrder Derivative order. Has to be zero or positive. A value of zero is used to smooth a function.
Public propertyNumberOfPoints Number of points used for Savitzky Golay Coefficients. Must be a odd positive number.
Public propertyPolynomialOrder Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also