Click or drag to resize

WhittakerHendersonSmoother Methods

The WhittakerHendersonSmoother type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBandwidthToLambda 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.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodGetHashCodeServes as the default hash function.
(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)
Public methodStatic memberNoiseGainToLambda 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.
Public methodStatic memberSavitzkyGolayBandwidth Calculates the bandwidth of a traditional Savitzky-Golay (SG) filter.
Public methodSmooth(Double, Double) Smooths the data with the parameters passed to the constructor.
Public methodStatic memberSmooth(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.
Public methodStatic memberSmoothLikeSavitzkyGolay Smooths the data in a way comparable to a traditional Savitzky-Golay filter with the given parameters degree and m.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also