Weighted |
public enum WeightType
| Member name | Value | Description |
|---|---|---|
| NONE | 0 | No weighting; results in traditional SG smoothing. |
| GAUSS2 | 1 | Modified Gaussian with alpha = 2, as described in the paper by Schmid and Diebold. |
| HANN | 2 | Hann window function (also known as raised cosine or cosine-square). |
| HANNSQR | 3 | Hann-squared window function (also known as cos^4). |
| HANNCUBE | 4 | Hann-cubed window function (also known as cos^6). |
The WeightedSavitzkyGolaySmootherWeightType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |