Weighted |
| Name | Description | |
|---|---|---|
| Smooth(Double, Double) | Smooths the data with the parameters passed to the constructor. This method is implemented only for data arrays that have at least 2*m + 1 elements, where m is the kernel half-width. | |
| Smooth(Double, Double, WeightedSavitzkyGolaySmootherWeightType, Int32, Int32) | Smooths the data with the specified weight function, polynomial degree, and kernel half-width m. This method is implemented only for data arrays that have at least 2*m + 1 elements. |