Savitzky |
public class SavitzkyGolay
The SavitzkyGolay type exposes the following members.
| Name | Description | |
|---|---|---|
| SavitzkyGolay(SavitzkyGolayParameters) | Initializes a Savitzky-Golay filter. | |
| SavitzkyGolay(Int32, Int32, Int32) | Initializes a Savitzky-Golay filter. |
| Name | Description | |
|---|---|---|
| Apply(Double, Double) | Applies the configured filter to an array of numbers. The left and right sides are treated specially by applying Savitzky-Golay filters with appropriately adjusted left and right numbers of points. | |
| Apply(IReadOnlyListDouble, IVectorDouble) | Applies the configured filter to an array of numbers. The left and right sides are treated specially by applying Savitzky-Golay filters with appropriately adjusted left and right numbers 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 | Calculates 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) |