Savitzky |
The SavitzkyGolay type exposes the following members.
Name | Description | |
---|---|---|
Apply(Double, Double) | This applies the set-up filter to an array of numbers. The left and right side is special treated by applying Savitzky-Golay with appropriate adjusted left and right number of points. | |
Apply(IReadOnlyListDouble, IVectorDouble) | This applies the set-up filter to an array of numbers. The left and right side is special treated by applying Savitzky-Golay with appropriate adjusted left and right number of points. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetCentralCoefficients | Gets the central coefficients of the Savitzky-Golay method. | |
GetCoefficients | Calculate Savitzky-Golay coefficients. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |