LICENSE.md
README.md
pyproject.toml
setup.py
LICENSES/GPL-3.0-or-later.txt
saqc/__init__.py
saqc/__main__.py
saqc/_version.py
saqc/constants.py
saqc/exceptions.py
saqc/version.py
saqc.egg-info/PKG-INFO
saqc.egg-info/SOURCES.txt
saqc.egg-info/dependency_links.txt
saqc.egg-info/entry_points.txt
saqc.egg-info/requires.txt
saqc.egg-info/top_level.txt
saqc/core/__init__.py
saqc/core/core.py
saqc/core/flags.py
saqc/core/frame.py
saqc/core/history.py
saqc/core/register.py
saqc/core/translation/__init__.py
saqc/core/translation/basescheme.py
saqc/core/translation/dmpscheme.py
saqc/core/translation/floatscheme.py
saqc/core/translation/positionalscheme.py
saqc/core/translation/simplescheme.py
saqc/funcs/__init__.py
saqc/funcs/breaks.py
saqc/funcs/changepoints.py
saqc/funcs/constants.py
saqc/funcs/curvefit.py
saqc/funcs/drift.py
saqc/funcs/flagtools.py
saqc/funcs/generic.py
saqc/funcs/interpolation.py
saqc/funcs/noise.py
saqc/funcs/optisaqc.py
saqc/funcs/outliers.py
saqc/funcs/pattern.py
saqc/funcs/resampling.py
saqc/funcs/residuals.py
saqc/funcs/rolling.py
saqc/funcs/scores.py
saqc/funcs/tools.py
saqc/funcs/transformation.py
saqc/lib/__init__.py
saqc/lib/checking.py
saqc/lib/docs.py
saqc/lib/plotting.py
saqc/lib/problems.py
saqc/lib/rolling.py
saqc/lib/selectionGUI.py
saqc/lib/tools.py
saqc/lib/ts_operators.py
saqc/lib/types.py
saqc/parsing/__init__.py
saqc/parsing/environ.py
saqc/parsing/reader.py
saqc/parsing/visitor.py
tests/test__main__.py
tests/api/__init__.py
tests/api/test_creation.py
tests/cli/__init__.py
tests/cli/test_integration.py
tests/core/__init__.py
tests/core/test_core.py
tests/core/test_flags.py
tests/core/test_frame.py
tests/core/test_history.py
tests/core/test_reader.py
tests/core/test_translator.py
tests/funcs/__init__.py
tests/funcs/test_constants_detection.py
tests/funcs/test_flagtools.py
tests/funcs/test_functions.py
tests/funcs/test_generic_api_functions.py
tests/funcs/test_generic_config_functions.py
tests/funcs/test_optimisation.py
tests/funcs/test_outlier_detection.py
tests/funcs/test_pattern_rec.py
tests/funcs/test_proc_functions.py
tests/funcs/test_resampling.py
tests/funcs/test_tools.py
tests/fuzzy/__init__.py
tests/fuzzy/lib.py
tests/fuzzy/test_masking.py
tests/lib/__init__.py
tests/lib/test_periodicMask.py
tests/lib/test_tools.py
tests/lib/test_ts_operators.py
tests/misc/__init__.py
tests/misc/test_pickle.py