Whittaker |
The WhittakerHendersonSmoother type exposes the following members.
| Name | Description | |
|---|---|---|
| BandwidthToLambda | Calculates the smoothing parameter lambda for a given penalty derivative order and desired bandwidth (the frequency where the response decreases to -3 dB, i.e. 1/sqrt(2)). This bandwidth is valid for points far from the boundaries of the data. | |
| 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) | |
| 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) | |
| NoiseGainToLambda | Calculates an approximation of the smoothing parameter lambda for a given white-noise gain. This is valid for points far from the boundaries of the data; the noise gain is much higher near the boundaries. | |
| SavitzkyGolayBandwidth | Calculates the bandwidth of a traditional Savitzky-Golay (SG) filter. | |
| Smooth(Double, Double) | Smooths the data with the parameters passed to the constructor. | |
| Smooth(Double, Int32, Double) | Smooths the data with the given penalty order and smoothing parameter lambda. When smoothing multiple data sets with the same length, using the constructor and then Smooth(Double, Double) will be more efficient. | |
| SmoothLikeSavitzkyGolay | Smooths the data in a way comparable to a traditional Savitzky-Golay filter with the given parameters degree and m. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |