xboa
|
Algorithms to clean up noisy data by averaging over nearby points. More...
Namespaces | |
_fit_smoothing | |
_gaussian_smoothing | |
_hanning_smoothing | |
Variables | |
list | __all__ = ["GaussianSmoothing", "FitSmoothing"] |
Algorithms to clean up noisy data by averaging over nearby points.
Implemented within this module:
list __all__ = ["GaussianSmoothing", "FitSmoothing"] |
Definition at line 19 of file __init__.py.