processors.smoothers.dct_smooth_regression
processors.smoothers.dct_smooth_regression(x, order=5)A DCT Smoother using regression
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| x | np.array | A 1D array to smooth | required |
| order | int | Order of the DCT smoother. Defaults to 5. | 5 |
Returns
| Name | Type | Description |
|---|---|---|
| Smoothed | See smoothed |