Modified |
| Name | Description | |
|---|---|---|
| Smooth(Double, Double) | Smooths the data with the parameters passed to the constructor, including the near-boundary points. The near-boundary points are handled by weighted linear extrapolation of the data before smoothing. | |
| Smooth(Double, Boolean, Int32, Int32) | Smooths the data with the given parameters. When smoothing multiple data sets with the same parameters, using the constructor and then Smooth(Double, Double) will be more efficient. |