.deepsource.toml
.gitignore
.gitmodules
.pre-commit-config.yaml
AUTHORS.rst
BADGES.rst
CHANGELOG.md
CITATION.cff
CONTRIBUTING.rst
LICENSE.txt
README.rst
VERSION
pip_requirements.txt
pyproject.toml
pytest.ini
requirements.txt
setup.py
.github/workflows/clean-workflow-runs.yml
.github/workflows/python-package.yml
docs/Makefile
docs/authors.rst
docs/command_line.rst
docs/conf.py
docs/contributing.rst
docs/function_summary.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/notebooks.rst
docs/readme.rst
notebooks/02233484.csv
notebooks/02233500.csv
notebooks/base.png
notebooks/bfill.png
notebooks/boxplot.png
notebooks/econ.png
notebooks/econ_clip.png
notebooks/econ_xy.png
notebooks/ffill.png
notebooks/heatmap.png
notebooks/kde_time.png
notebooks/plot.png
notebooks/q_max_avg.png
notebooks/stage_flow.png
notebooks/tstoolbox_filling_python.ipynb
notebooks/tstoolbox_filling_python.py
notebooks/tstoolbox_plot_bash.ipynb
notebooks/tstoolbox_plot_bash.sh
notebooks/tstoolbox_statistics_python.ipynb
notebooks/tstoolbox_statistics_python.py
notebooks/weibull.png
src/tstoolbox/__init__.py
src/tstoolbox/tstoolbox.py
src/tstoolbox.egg-info/PKG-INFO
src/tstoolbox.egg-info/SOURCES.txt
src/tstoolbox.egg-info/dependency_links.txt
src/tstoolbox.egg-info/entry_points.txt
src/tstoolbox.egg-info/requires.txt
src/tstoolbox.egg-info/top_level.txt
src/tstoolbox/SciencePlots_styles/bright.mplstyle
src/tstoolbox/SciencePlots_styles/grid.mplstyle
src/tstoolbox/SciencePlots_styles/high-vis.mplstyle
src/tstoolbox/SciencePlots_styles/ieee.mplstyle
src/tstoolbox/SciencePlots_styles/muted.mplstyle
src/tstoolbox/SciencePlots_styles/no-latex.mplstyle
src/tstoolbox/SciencePlots_styles/notebook.mplstyle
src/tstoolbox/SciencePlots_styles/pgf.mplstyle
src/tstoolbox/SciencePlots_styles/retro.mplstyle
src/tstoolbox/SciencePlots_styles/scatter.mplstyle
src/tstoolbox/SciencePlots_styles/science.mplstyle
src/tstoolbox/SciencePlots_styles/std-colors.mplstyle
src/tstoolbox/SciencePlots_styles/vibrant.mplstyle
src/tstoolbox/functions/__init__.py
src/tstoolbox/functions/accumulate.py
src/tstoolbox/functions/add_trend.py
src/tstoolbox/functions/aggregate.py
src/tstoolbox/functions/calculate_fdc.py
src/tstoolbox/functions/calculate_kde.py
src/tstoolbox/functions/clip.py
src/tstoolbox/functions/convert.py
src/tstoolbox/functions/convert_index.py
src/tstoolbox/functions/convert_index_to_julian.py
src/tstoolbox/functions/converttz.py
src/tstoolbox/functions/correlation.py
src/tstoolbox/functions/createts.py
src/tstoolbox/functions/date_offset.py
src/tstoolbox/functions/date_slice.py
src/tstoolbox/functions/describe.py
src/tstoolbox/functions/dtw.py
src/tstoolbox/functions/equation.py
src/tstoolbox/functions/ewm_window.py
src/tstoolbox/functions/expanding_window.py
src/tstoolbox/functions/fill.py
src/tstoolbox/functions/filter.py
src/tstoolbox/functions/fit.py
src/tstoolbox/functions/forecast.py
src/tstoolbox/functions/gof.py
src/tstoolbox/functions/lag.py
src/tstoolbox/functions/normalization.py
src/tstoolbox/functions/pca.py
src/tstoolbox/functions/pct_change.py
src/tstoolbox/functions/peak_detection.py
src/tstoolbox/functions/pick.py
src/tstoolbox/functions/plot.py
src/tstoolbox/functions/rank.py
src/tstoolbox/functions/read.py
src/tstoolbox/functions/regression.py
src/tstoolbox/functions/remove_trend.py
src/tstoolbox/functions/replace.py
src/tstoolbox/functions/rolling_window.py
src/tstoolbox/functions/stack.py
src/tstoolbox/functions/stdtozrxp.py
src/tstoolbox/functions/tstopickle.py
src/tstoolbox/functions/unstack.py
src/tstoolbox/pyaf/__init__.py
src/tstoolbox/pyaf/setup.py
src/tstoolbox/pyaf/benches/download_all_stock_prices.py
src/tstoolbox/pyaf/benches/run_benchmark_FPP2.py
src/tstoolbox/pyaf/benches/run_benchmark_M1Comp.py
src/tstoolbox/pyaf/benches/run_benchmark_M2Comp.py
src/tstoolbox/pyaf/benches/run_benchmark_M3Comp.py
src/tstoolbox/pyaf/benches/run_benchmark_M4Comp.py
src/tstoolbox/pyaf/benches/run_benchmark_MComp.py
src/tstoolbox/pyaf/benches/run_benchmark_MWH.py
src/tstoolbox/pyaf/benches/run_benchmark_NN3.py
src/tstoolbox/pyaf/benches/run_benchmark_NN5.py
src/tstoolbox/pyaf/benches/run_benchmark_Yahoo.py
src/tstoolbox/pyaf/benches/run_benchmark_artificial.py
src/tstoolbox/pyaf/docs/exogenous_example.py
src/tstoolbox/pyaf/docs/test_hierarchy_WineExport.py
src/tstoolbox/pyaf/notebooks_sandbox/AirLine_Passengers.py
src/tstoolbox/pyaf/notebooks_sandbox/temporal_hierarchy/time_hierarchy_prototype_GOOG.py
src/tstoolbox/pyaf/notebooks_sandbox/temporal_hierarchy/time_hierarchy_prototype_GOOG_2.py
src/tstoolbox/pyaf/notebooks_sandbox/temporal_hierarchy/time_hierarchy_prototype_GOOG_3.py
src/tstoolbox/pyaf/pyaf/ForecastEngine.py
src/tstoolbox/pyaf/pyaf/HierarchicalForecastEngine.py
src/tstoolbox/pyaf/pyaf/__init__.py
src/tstoolbox/pyaf/pyaf/Bench/Artificial.py
src/tstoolbox/pyaf/pyaf/Bench/GenericBenchmark.py
src/tstoolbox/pyaf/pyaf/Bench/MComp.py
src/tstoolbox/pyaf/pyaf/Bench/NN3.py
src/tstoolbox/pyaf/pyaf/Bench/TS_datasets.py
src/tstoolbox/pyaf/pyaf/Bench/YahooStocks.py
src/tstoolbox/pyaf/pyaf/Bench/__init__.py
src/tstoolbox/pyaf/pyaf/Bench/download_all_stock_prices.py
src/tstoolbox/pyaf/pyaf/Bench/stocks_symbol_list.py
src/tstoolbox/pyaf/pyaf/Bench/web_traffic/Bench.py
src/tstoolbox/pyaf/pyaf/Bench/web_traffic/Forecaster.py
src/tstoolbox/pyaf/pyaf/Bench/web_traffic/Forecaster_Backends.py
src/tstoolbox/pyaf/pyaf/CodeGen/TS_CodeGen_Objects.py
src/tstoolbox/pyaf/pyaf/CodeGen/TS_CodeGenerator.py
src/tstoolbox/pyaf/pyaf/CodeGen/__init__.py
src/tstoolbox/pyaf/pyaf/TS/DateTime_Functions.py
src/tstoolbox/pyaf/pyaf/TS/Exogenous.py
src/tstoolbox/pyaf/pyaf/TS/Intermittent_Models.py
src/tstoolbox/pyaf/pyaf/TS/Keras_Models.py
src/tstoolbox/pyaf/pyaf/TS/MissingData.py
src/tstoolbox/pyaf/pyaf/TS/Options.py
src/tstoolbox/pyaf/pyaf/TS/Perf.py
src/tstoolbox/pyaf/pyaf/TS/Plots.py
src/tstoolbox/pyaf/pyaf/TS/PredictionIntervals.py
src/tstoolbox/pyaf/pyaf/TS/Pytorch_Models.py
src/tstoolbox/pyaf/pyaf/TS/Scikit_Models.py
src/tstoolbox/pyaf/pyaf/TS/SignalDecomposition.py
src/tstoolbox/pyaf/pyaf/TS/SignalDecomposition_AR.py
src/tstoolbox/pyaf/pyaf/TS/SignalDecomposition_Cycle.py
src/tstoolbox/pyaf/pyaf/TS/SignalDecomposition_Quant.py
src/tstoolbox/pyaf/pyaf/TS/SignalDecomposition_Trend.py
src/tstoolbox/pyaf/pyaf/TS/SignalHierarchy.py
src/tstoolbox/pyaf/pyaf/TS/Signal_Grouping.py
src/tstoolbox/pyaf/pyaf/TS/Signal_Transformation.py
src/tstoolbox/pyaf/pyaf/TS/Temporal_Hierarchy.py
src/tstoolbox/pyaf/pyaf/TS/Time.py
src/tstoolbox/pyaf/pyaf/TS/TimeSeriesModel.py
src/tstoolbox/pyaf/pyaf/TS/TimeSeries_Cutting.py
src/tstoolbox/pyaf/pyaf/TS/Utils.py
src/tstoolbox/pyaf/pyaf/TS/__init__.py
src/tstoolbox/pyaf/pyaf/WS/WS_Backend.py
src/tstoolbox/pyaf/pyaf/WS/WS_REST_Flask.py
src/tstoolbox/pyaf/pyaf/WS/__init__.py
src/tstoolbox/pyaf/pyaf/WS/test_heroku_web_service.py
src/tstoolbox/pyaf/scripts/num_diff.py
src/tstoolbox/pyaf/scripts/upload_to_chunk.io.py
src/tstoolbox/pyaf/tests/__init__.py
src/tstoolbox/pyaf/tests/gen_makefile.py
src/tstoolbox/pyaf/tests/HeartRateTimeSeries/HeartRateTimeSeries_series1.py
src/tstoolbox/pyaf/tests/HeartRateTimeSeries/HeartRateTimeSeries_series2.py
src/tstoolbox/pyaf/tests/HeartRateTimeSeries/HeartRateTimeSeries_series3.py
src/tstoolbox/pyaf/tests/HeartRateTimeSeries/HeartRateTimeSeries_series4.py
src/tstoolbox/pyaf/tests/HourOfWeek/test_Business_Hourly_LunchTime.py
src/tstoolbox/pyaf/tests/HourOfWeek/test_Business_Hourly_MondayMorning.py
src/tstoolbox/pyaf/tests/HourOfWeek/test_Business_Hourly_WeekEnd.py
src/tstoolbox/pyaf/tests/Kendall_KS_MWU_AUC_Perfs/test_ozone_Kendall_KS_MWU_AUC_Perfs.py
src/tstoolbox/pyaf/tests/Kendall_KS_MWU_AUC_Perfs/test_ozone_Optimized_By_AUC.py
src/tstoolbox/pyaf/tests/Kendall_KS_MWU_AUC_Perfs/test_ozone_Optimized_By_KS.py
src/tstoolbox/pyaf/tests/Kendall_KS_MWU_AUC_Perfs/test_ozone_Optimized_By_Kendall_Tau.py
src/tstoolbox/pyaf/tests/Kendall_KS_MWU_AUC_Perfs/test_ozone_Optimized_By_Mann_Whittney_U.py
src/tstoolbox/pyaf/tests/WeekOfMonth/test_Business_DayOfNthWeek.py
src/tstoolbox/pyaf/tests/WeekOfMonth/test_Business_WeekOfMonth.py
src/tstoolbox/pyaf/tests/all_models_plots/model_esthetics_visualizer.py
src/tstoolbox/pyaf/tests/all_models_plots/visualize_air_passengers_models.py
src/tstoolbox/pyaf/tests/all_models_plots/visualize_air_passengers_models_H_24.py
src/tstoolbox/pyaf/tests/all_models_plots/visualize_air_passengers_models_H_36.py
src/tstoolbox/pyaf/tests/all_models_plots/visualize_air_passengers_models_H_48.py
src/tstoolbox/pyaf/tests/all_models_plots/visualize_ozone_models.py
src/tstoolbox/pyaf/tests/all_models_plots/visualize_ozone_models_H_24.py
src/tstoolbox/pyaf/tests/all_models_plots/visualize_ozone_models_H_36.py
src/tstoolbox/pyaf/tests/all_models_plots/visualize_ozone_models_H_48.py
src/tstoolbox/pyaf/tests/artificial/__init__.py
src/tstoolbox/pyaf/tests/artificial/gen_all.py
src/tstoolbox/pyaf/tests/artificial/gen_makefile.py
src/tstoolbox/pyaf/tests/artificial/process_artificial_dataset.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Anscombe_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Anscombe_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Anscombe_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Anscombe_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Anscombe_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Anscombe_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Anscombe_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Anscombe_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Anscombe_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Anscombe_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Anscombe_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Anscombe_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Anscombe_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Anscombe_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Anscombe_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Anscombe_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Anscombe_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Anscombe_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Anscombe_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Anscombe_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Anscombe_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Anscombe_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Anscombe_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Anscombe_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Anscombe_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Anscombe_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Anscombe_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Anscombe_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Anscombe_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Anscombe_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Anscombe_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Anscombe_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Anscombe_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Anscombe_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Anscombe_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Anscombe_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Anscombe_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Anscombe_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Anscombe_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Anscombe_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Anscombe_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Anscombe_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Anscombe_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Anscombe_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Anscombe_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Anscombe_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Anscombe_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Anscombe_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Anscombe_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Anscombe_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Anscombe_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Anscombe_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Anscombe_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Anscombe_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Anscombe_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Anscombe_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Anscombe_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Anscombe_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Anscombe_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Anscombe_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Anscombe_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Anscombe_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Anscombe_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Anscombe_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Anscombe_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Anscombe_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Anscombe_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Anscombe_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Anscombe_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Anscombe_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Anscombe_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Anscombe_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Anscombe_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Anscombe_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Anscombe_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Anscombe_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Anscombe_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Anscombe_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Anscombe_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Anscombe_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Anscombe_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Anscombe_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Anscombe_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Anscombe_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Anscombe_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Anscombe_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Anscombe_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Anscombe_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Anscombe_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Anscombe_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Anscombe_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Anscombe_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Anscombe_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Anscombe_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Anscombe_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Anscombe_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Anscombe_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Anscombe_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Anscombe_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Anscombe_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Anscombe_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Anscombe_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Anscombe_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Anscombe_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Anscombe_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Anscombe_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Anscombe_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Anscombe_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Anscombe_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Anscombe_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Anscombe_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Anscombe_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Anscombe_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Anscombe_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Anscombe_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Anscombe_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Anscombe_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Anscombe_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Anscombe_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Anscombe_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Anscombe_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Anscombe_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Anscombe_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Anscombe_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Anscombe_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Anscombe_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Anscombe_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Anscombe_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Anscombe_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Anscombe_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Anscombe_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Anscombe_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Anscombe_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Anscombe_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Anscombe_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Anscombe_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Anscombe_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Anscombe_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Anscombe_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Anscombe_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Anscombe_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Anscombe_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Anscombe_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Anscombe_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Anscombe_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Anscombe_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Anscombe_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Anscombe_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Anscombe_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Anscombe_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Anscombe_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Anscombe_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Anscombe_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Anscombe_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Anscombe_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Anscombe_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Anscombe_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Anscombe_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Anscombe_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Anscombe_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Anscombe_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Anscombe_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Anscombe_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Anscombe_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Anscombe_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Anscombe_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Anscombe_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Anscombe_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Anscombe_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Anscombe_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Anscombe_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Anscombe_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Anscombe_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Anscombe_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Anscombe_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Anscombe_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Anscombe_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Anscombe_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Anscombe_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Anscombe_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Anscombe_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Anscombe_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Anscombe_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Anscombe_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Anscombe_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Anscombe_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Anscombe_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Anscombe_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Anscombe_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Anscombe_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Anscombe_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Anscombe_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Anscombe_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Anscombe_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Anscombe_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Anscombe_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Anscombe_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Anscombe_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Anscombe_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Anscombe_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Anscombe_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Anscombe_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Anscombe_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Anscombe_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Anscombe_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Anscombe_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Anscombe_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Anscombe_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Anscombe_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Anscombe_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Anscombe_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Anscombe_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Anscombe_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Anscombe_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Anscombe_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Anscombe_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Anscombe_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Anscombe_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Anscombe_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Anscombe_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Anscombe_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Anscombe_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Anscombe_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Anscombe_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Anscombe_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Anscombe_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Anscombe_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Anscombe_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Anscombe_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Anscombe_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Anscombe_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Anscombe_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Anscombe_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Anscombe_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Anscombe_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Anscombe_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Anscombe_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Anscombe_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Anscombe_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Anscombe_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Anscombe_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Anscombe_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Anscombe_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Anscombe_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Anscombe_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Anscombe_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Anscombe_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Anscombe_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Anscombe_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Anscombe_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Anscombe_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Anscombe_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Anscombe_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Anscombe_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Anscombe_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Anscombe_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Anscombe_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Anscombe_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Anscombe_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Anscombe_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Anscombe_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Anscombe_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Anscombe_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Anscombe_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Anscombe_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Anscombe_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Anscombe_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Anscombe_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Anscombe_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Anscombe_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Anscombe_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Anscombe_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Anscombe_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Anscombe_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Anscombe_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Anscombe_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Anscombe_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Anscombe_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Anscombe_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Anscombe_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Anscombe_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Anscombe_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Anscombe_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Anscombe_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Anscombe_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Anscombe_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Anscombe_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Anscombe_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Anscombe_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Anscombe_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Anscombe_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Anscombe_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Anscombe_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Anscombe_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Anscombe_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Anscombe_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Anscombe_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Anscombe_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Anscombe_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Anscombe_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Anscombe_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Anscombe_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Anscombe_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Anscombe_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Anscombe_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Anscombe_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Anscombe_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Anscombe_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Anscombe_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Anscombe_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Anscombe_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Anscombe_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Anscombe_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Anscombe_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Anscombe_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Anscombe_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Anscombe_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Anscombe_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Anscombe_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Anscombe_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Anscombe_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Anscombe_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Anscombe_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Anscombe_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Anscombe_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Anscombe_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Anscombe_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Anscombe_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Anscombe_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Anscombe_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Anscombe_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Anscombe_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Anscombe_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Anscombe_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Anscombe_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Anscombe_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Anscombe_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Anscombe_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Anscombe_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Anscombe_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Anscombe_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Anscombe_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Anscombe_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Anscombe_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Anscombe_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Anscombe_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Anscombe_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Anscombe_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Anscombe_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Anscombe_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Anscombe_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Anscombe_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Anscombe_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Anscombe_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Anscombe_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Anscombe_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Anscombe_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Anscombe_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Anscombe_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Anscombe_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Anscombe_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Anscombe_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Anscombe_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Anscombe_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Anscombe_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Anscombe_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Anscombe_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Anscombe_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Anscombe_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Anscombe_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Anscombe_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Anscombe_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Anscombe_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Anscombe_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Anscombe_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Anscombe_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Anscombe_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Anscombe_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Anscombe_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Anscombe_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Anscombe_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Anscombe_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Anscombe_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Anscombe_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Anscombe_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Anscombe_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Anscombe_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Anscombe_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Anscombe_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Anscombe_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Anscombe_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Anscombe_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Anscombe_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Anscombe_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Anscombe_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Anscombe_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Anscombe_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Anscombe_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Anscombe_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Anscombe_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Anscombe_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Anscombe_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Anscombe_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Anscombe_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Anscombe_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Anscombe_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Anscombe_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Anscombe_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Anscombe_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Anscombe_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Anscombe_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Anscombe_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Anscombe_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Anscombe_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Anscombe_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Anscombe_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Anscombe_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Anscombe_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Anscombe_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Anscombe_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Anscombe_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Anscombe_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Anscombe_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Anscombe_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Anscombe_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Anscombe_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Anscombe_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Anscombe_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Anscombe_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Anscombe_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Anscombe_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Anscombe_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Anscombe_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Anscombe_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Anscombe_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Anscombe_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Anscombe_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Anscombe_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Anscombe_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Anscombe_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Anscombe_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Anscombe_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Anscombe_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Anscombe_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Anscombe_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Anscombe_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Anscombe_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Anscombe_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Anscombe_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Anscombe_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Anscombe_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Anscombe_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Anscombe_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Anscombe_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Anscombe_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Anscombe_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Anscombe_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Anscombe_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Anscombe_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Anscombe_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Anscombe_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Anscombe_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Anscombe_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Anscombe_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Anscombe_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Anscombe_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Anscombe_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Anscombe_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Anscombe_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Anscombe_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Anscombe_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Anscombe_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Anscombe_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Anscombe_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Anscombe_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Anscombe_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Anscombe_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Anscombe_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Anscombe_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Anscombe_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Anscombe_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Anscombe_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Anscombe_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Anscombe_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Anscombe_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Anscombe_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Anscombe_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Anscombe_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Anscombe_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Anscombe_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Anscombe_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Anscombe_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Anscombe_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Anscombe_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Anscombe_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Anscombe_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Anscombe_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Anscombe_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Anscombe_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Anscombe_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Anscombe_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Anscombe_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Anscombe_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Anscombe_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Anscombe_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Anscombe_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Anscombe_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Anscombe_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Anscombe_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Anscombe_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Anscombe_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Anscombe_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Anscombe_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Anscombe_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Anscombe_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Anscombe_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Anscombe_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Anscombe_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Anscombe_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Anscombe_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Anscombe_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Anscombe_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Anscombe_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Anscombe_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Anscombe_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Anscombe_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Anscombe_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Anscombe_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Anscombe_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Anscombe_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Anscombe_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Anscombe_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Anscombe_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Anscombe_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Anscombe_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Anscombe_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Anscombe_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Anscombe_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Anscombe_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Anscombe/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Anscombe_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_BoxCox_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_BoxCox_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_BoxCox_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_BoxCox_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_BoxCox_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_BoxCox_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_BoxCox_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_BoxCox_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_BoxCox_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_BoxCox_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_BoxCox_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_BoxCox_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_BoxCox_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_BoxCox_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_BoxCox_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_BoxCox_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_BoxCox_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_BoxCox_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_BoxCox_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_BoxCox_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_BoxCox_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_BoxCox_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_BoxCox_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_BoxCox_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_BoxCox_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_BoxCox_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_BoxCox_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_BoxCox_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_BoxCox_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_BoxCox_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_BoxCox_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_BoxCox_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_BoxCox_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_BoxCox_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_BoxCox_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_BoxCox_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_BoxCox_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_BoxCox_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_BoxCox_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_BoxCox_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_BoxCox_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_BoxCox_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_BoxCox_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_BoxCox_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_BoxCox_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_BoxCox_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_BoxCox_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_BoxCox_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_BoxCox_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_BoxCox_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_BoxCox_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_BoxCox_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_BoxCox_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_BoxCox_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_BoxCox_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_BoxCox_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_BoxCox_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_BoxCox_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_BoxCox_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_BoxCox_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_BoxCox_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_BoxCox_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_BoxCox_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_BoxCox_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_BoxCox_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_BoxCox_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_BoxCox_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_BoxCox_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_BoxCox_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_BoxCox_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_BoxCox_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_BoxCox_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_BoxCox_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_BoxCox_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_BoxCox_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_BoxCox_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_BoxCox_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_BoxCox_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_BoxCox_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_BoxCox_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_BoxCox_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_BoxCox_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_BoxCox_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_BoxCox_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_BoxCox_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_BoxCox_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_BoxCox_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_BoxCox_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_BoxCox_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_BoxCox_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_BoxCox_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_BoxCox_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_BoxCox_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_BoxCox_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_BoxCox_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_BoxCox_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_BoxCox_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_BoxCox_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_BoxCox_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_BoxCox_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_BoxCox_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_BoxCox_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_BoxCox_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_BoxCox_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_BoxCox_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_BoxCox_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_BoxCox_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_BoxCox_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_BoxCox_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_BoxCox_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_BoxCox_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_BoxCox_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_BoxCox_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_BoxCox_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_BoxCox_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_BoxCox_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_BoxCox_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_BoxCox_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_BoxCox_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_BoxCox_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_BoxCox_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_BoxCox_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_BoxCox_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_BoxCox_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_BoxCox_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_BoxCox_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_BoxCox_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_BoxCox_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_BoxCox_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_BoxCox_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_BoxCox_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_BoxCox_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_BoxCox_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_BoxCox_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_BoxCox_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_BoxCox_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_BoxCox_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_BoxCox_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_BoxCox_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_BoxCox_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_BoxCox_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_BoxCox_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_BoxCox_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_BoxCox_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_BoxCox_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_BoxCox_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_BoxCox_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_BoxCox_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_BoxCox_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_BoxCox_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_BoxCox_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_BoxCox_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_BoxCox_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_BoxCox_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_BoxCox_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_BoxCox_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_BoxCox_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_BoxCox_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_BoxCox_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_BoxCox_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_BoxCox_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_BoxCox_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_BoxCox_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_BoxCox_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_BoxCox_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_BoxCox_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_BoxCox_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_BoxCox_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_BoxCox_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_BoxCox_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_BoxCox_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_BoxCox_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_BoxCox_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_BoxCox_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_BoxCox_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_BoxCox_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_BoxCox_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_BoxCox_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_BoxCox_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_BoxCox_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_BoxCox_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_BoxCox_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_BoxCox_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_/test_artificial_128_BoxCox_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_/test_artificial_128_BoxCox_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_/test_artificial_128_BoxCox_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_/test_artificial_32_BoxCox_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_/test_artificial_32_BoxCox_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_/test_artificial_32_BoxCox_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_BoxCox_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_BoxCox_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_BoxCox_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_BoxCox_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_BoxCox_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_BoxCox_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_BoxCox_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_BoxCox_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_BoxCox_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_BoxCox_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_BoxCox_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_BoxCox_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_/test_artificial_128_BoxCox_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_/test_artificial_128_BoxCox_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_/test_artificial_128_BoxCox_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_/test_artificial_32_BoxCox_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_/test_artificial_32_BoxCox_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_/test_artificial_32_BoxCox_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_BoxCox_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_BoxCox_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_BoxCox_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_BoxCox_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_BoxCox_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_BoxCox_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_BoxCox_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_BoxCox_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_BoxCox_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_BoxCox_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_BoxCox_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_BoxCox_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_/test_artificial_128_BoxCox_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_/test_artificial_128_BoxCox_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_/test_artificial_128_BoxCox_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_/test_artificial_32_BoxCox_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_/test_artificial_32_BoxCox_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_/test_artificial_32_BoxCox_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_BoxCox_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_BoxCox_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_BoxCox_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_BoxCox_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_BoxCox_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_BoxCox_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_BoxCox_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_BoxCox_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_BoxCox_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_BoxCox_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_BoxCox_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_BoxCox_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_/test_artificial_128_BoxCox_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_/test_artificial_128_BoxCox_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_/test_artificial_128_BoxCox_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_/test_artificial_32_BoxCox_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_/test_artificial_32_BoxCox_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_/test_artificial_32_BoxCox_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_BoxCox_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_BoxCox_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_BoxCox_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_BoxCox_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_BoxCox_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_BoxCox_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_BoxCox_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_BoxCox_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_BoxCox_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_BoxCox_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_BoxCox_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_BoxCox_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_/test_artificial_128_BoxCox_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_/test_artificial_128_BoxCox_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_/test_artificial_128_BoxCox_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_/test_artificial_32_BoxCox_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_/test_artificial_32_BoxCox_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_/test_artificial_32_BoxCox_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_BoxCox_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_BoxCox_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_BoxCox_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_BoxCox_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_BoxCox_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_BoxCox_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_BoxCox_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_BoxCox_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_BoxCox_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_BoxCox_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_BoxCox_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_BoxCox_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_/test_artificial_128_BoxCox_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_/test_artificial_128_BoxCox_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_/test_artificial_128_BoxCox_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_/test_artificial_32_BoxCox_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_/test_artificial_32_BoxCox_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_/test_artificial_32_BoxCox_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_BoxCox_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_BoxCox_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_BoxCox_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_BoxCox_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_BoxCox_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_BoxCox_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_BoxCox_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_BoxCox_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_BoxCox_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_BoxCox_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_BoxCox_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_BoxCox_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_/test_artificial_128_BoxCox_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_/test_artificial_128_BoxCox_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_/test_artificial_128_BoxCox_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_/test_artificial_32_BoxCox_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_/test_artificial_32_BoxCox_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_/test_artificial_32_BoxCox_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_BoxCox_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_BoxCox_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_BoxCox_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_BoxCox_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_BoxCox_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_BoxCox_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_BoxCox_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_BoxCox_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_BoxCox_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_BoxCox_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_BoxCox_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_BoxCox_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_/test_artificial_128_BoxCox_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_/test_artificial_128_BoxCox_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_/test_artificial_128_BoxCox_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_/test_artificial_32_BoxCox_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_/test_artificial_32_BoxCox_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_/test_artificial_32_BoxCox_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_BoxCox_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_BoxCox_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_BoxCox_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_BoxCox_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_BoxCox_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_BoxCox_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_BoxCox_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_BoxCox_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_BoxCox_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_BoxCox_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_BoxCox_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_BoxCox_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_/test_artificial_128_BoxCox_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_/test_artificial_128_BoxCox_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_/test_artificial_128_BoxCox_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_/test_artificial_32_BoxCox_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_/test_artificial_32_BoxCox_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_/test_artificial_32_BoxCox_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_BoxCox_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_BoxCox_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_BoxCox_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_BoxCox_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_BoxCox_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_BoxCox_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_BoxCox_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_BoxCox_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_BoxCox_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_BoxCox_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_BoxCox_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_BoxCox_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_/test_artificial_128_BoxCox_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_/test_artificial_128_BoxCox_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_/test_artificial_128_BoxCox_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_/test_artificial_32_BoxCox_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_/test_artificial_32_BoxCox_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_/test_artificial_32_BoxCox_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_BoxCox_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_BoxCox_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_BoxCox_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_BoxCox_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_BoxCox_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_BoxCox_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_BoxCox_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_BoxCox_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_BoxCox_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_BoxCox_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_BoxCox_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_BoxCox_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_/test_artificial_128_BoxCox_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_/test_artificial_128_BoxCox_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_/test_artificial_128_BoxCox_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_/test_artificial_32_BoxCox_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_/test_artificial_32_BoxCox_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_/test_artificial_32_BoxCox_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_BoxCox_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_BoxCox_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_BoxCox_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_BoxCox_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_BoxCox_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_BoxCox_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_BoxCox_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_BoxCox_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_BoxCox_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_BoxCox_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_BoxCox_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_BoxCox_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_/test_artificial_128_BoxCox_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_/test_artificial_128_BoxCox_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_/test_artificial_128_BoxCox_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_/test_artificial_32_BoxCox_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_/test_artificial_32_BoxCox_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_/test_artificial_32_BoxCox_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_BoxCox_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_BoxCox_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_BoxCox_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_BoxCox_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_BoxCox_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_BoxCox_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_BoxCox_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_BoxCox_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_BoxCox_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_BoxCox_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_BoxCox_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_BoxCox_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_/test_artificial_128_BoxCox_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_/test_artificial_128_BoxCox_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_/test_artificial_128_BoxCox_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_/test_artificial_32_BoxCox_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_/test_artificial_32_BoxCox_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_/test_artificial_32_BoxCox_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_BoxCox_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_BoxCox_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_BoxCox_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_BoxCox_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_BoxCox_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_BoxCox_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_BoxCox_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_BoxCox_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_BoxCox_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_BoxCox_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_BoxCox_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_BoxCox_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_/test_artificial_128_BoxCox_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_/test_artificial_128_BoxCox_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_/test_artificial_128_BoxCox_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_/test_artificial_32_BoxCox_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_/test_artificial_32_BoxCox_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_/test_artificial_32_BoxCox_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_BoxCox_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_BoxCox_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_BoxCox_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_BoxCox_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_BoxCox_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_BoxCox_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_BoxCox_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_BoxCox_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_BoxCox_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_BoxCox_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_BoxCox_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_BoxCox_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_/test_artificial_128_BoxCox_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_/test_artificial_128_BoxCox_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_/test_artificial_128_BoxCox_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_/test_artificial_32_BoxCox_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_/test_artificial_32_BoxCox_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_/test_artificial_32_BoxCox_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_BoxCox_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_BoxCox_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_BoxCox_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_BoxCox_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_BoxCox_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_BoxCox_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_BoxCox_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_BoxCox_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_BoxCox_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_BoxCox_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_BoxCox_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_BoxCox_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_/test_artificial_128_BoxCox_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_/test_artificial_128_BoxCox_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_/test_artificial_128_BoxCox_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_/test_artificial_32_BoxCox_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_/test_artificial_32_BoxCox_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_/test_artificial_32_BoxCox_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_BoxCox_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_BoxCox_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_BoxCox_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_BoxCox_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_BoxCox_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_BoxCox_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_BoxCox_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_BoxCox_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_BoxCox_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_BoxCox_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_BoxCox_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_BoxCox_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_/test_artificial_128_BoxCox_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_/test_artificial_128_BoxCox_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_/test_artificial_128_BoxCox_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_/test_artificial_32_BoxCox_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_/test_artificial_32_BoxCox_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_/test_artificial_32_BoxCox_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_BoxCox_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_BoxCox_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_BoxCox_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_BoxCox_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_BoxCox_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_BoxCox_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_BoxCox_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_BoxCox_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_BoxCox_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_BoxCox_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_BoxCox_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_BoxCox_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_/test_artificial_128_BoxCox_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_/test_artificial_128_BoxCox_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_/test_artificial_128_BoxCox_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_/test_artificial_32_BoxCox_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_/test_artificial_32_BoxCox_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_/test_artificial_32_BoxCox_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_BoxCox_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_BoxCox_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_BoxCox_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_BoxCox_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_BoxCox_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_BoxCox_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_BoxCox_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_BoxCox_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_BoxCox_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_BoxCox_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_BoxCox_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_BoxCox_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_/test_artificial_128_BoxCox_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_/test_artificial_128_BoxCox_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_/test_artificial_128_BoxCox_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_/test_artificial_32_BoxCox_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_/test_artificial_32_BoxCox_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_/test_artificial_32_BoxCox_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_BoxCox_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_BoxCox_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_BoxCox_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_BoxCox_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_BoxCox_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_BoxCox_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_BoxCox_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_BoxCox_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_BoxCox_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_BoxCox_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_BoxCox_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_BoxCox_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_/test_artificial_128_BoxCox_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_/test_artificial_128_BoxCox_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_/test_artificial_128_BoxCox_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_/test_artificial_32_BoxCox_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_/test_artificial_32_BoxCox_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_/test_artificial_32_BoxCox_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_BoxCox_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_BoxCox_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_BoxCox_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_BoxCox_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_BoxCox_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_BoxCox_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_BoxCox_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_BoxCox_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_BoxCox/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_BoxCox_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Difference_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Difference_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Difference_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Difference_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Difference_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Difference_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Difference_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Difference_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Difference_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Difference_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Difference_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Difference_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Difference_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Difference_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Difference_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Difference_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Difference_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Difference_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Difference_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Difference_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Difference_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Difference_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Difference_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Difference_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Difference_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Difference_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Difference_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Difference_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Difference_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Difference_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Difference_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Difference_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Difference_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Difference_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Difference_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Difference_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Difference_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Difference_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Difference_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Difference_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Difference_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Difference_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Difference_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Difference_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Difference_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Difference_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Difference_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Difference_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Difference_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Difference_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Difference_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Difference_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Difference_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Difference_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Difference_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Difference_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Difference_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Difference_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Difference_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Difference_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Difference_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Difference_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Difference_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Difference_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Difference_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Difference_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Difference_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Difference_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Difference_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Difference_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Difference_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Difference_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Difference_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Difference_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Difference_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Difference_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Difference_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Difference_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Difference_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Difference_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Difference_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Difference_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Difference_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Difference_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Difference_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Difference_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Difference_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Difference_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Difference_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Difference_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Difference_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Difference_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Difference_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Difference_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Difference_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Difference_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Difference_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Difference_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Difference_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Difference_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Difference_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Difference_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Difference_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Difference_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Difference_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Difference_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Difference_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Difference_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Difference_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Difference_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Difference_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Difference_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Difference_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Difference_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Difference_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Difference_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Difference_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Difference_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Difference_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Difference_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Difference_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Difference_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Difference_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Difference_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Difference_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Difference_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Difference_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Difference_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Difference_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Difference_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Difference_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Difference_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Difference_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Difference_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Difference_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Difference_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Difference_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Difference_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Difference_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Difference_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Difference_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Difference_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Difference_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Difference_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Difference_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Difference_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Difference_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Difference_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Difference_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Difference_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Difference_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Difference_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Difference_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Difference_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Difference_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Difference_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Difference_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Difference_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Difference_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Difference_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Difference_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Difference_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Difference_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Difference_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Difference_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Difference_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Difference_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Difference_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Difference_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Difference_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Difference_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Difference_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Difference_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Difference_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Difference_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Difference_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Difference_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Difference_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Difference_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Difference_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Difference_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Difference_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Difference_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Difference_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Difference_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Difference_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Difference_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Difference_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Difference_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Difference_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Difference_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Difference_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Difference_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Difference_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Difference_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Difference_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Difference_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Difference_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Difference_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Difference_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Difference_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Difference_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Difference_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Difference_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Difference_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Difference_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Difference_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Difference_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Difference_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Difference_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Difference_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Difference_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Difference_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Difference_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Difference_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Difference_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Difference_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Difference_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Difference_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Difference_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Difference_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Difference_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Difference_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Difference_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Difference_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Difference_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Difference_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Difference_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Difference_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Difference_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Difference_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Difference_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Difference_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Difference_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Difference_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Difference_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Difference_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Difference_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Difference_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Difference_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Difference_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Difference_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Difference_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Difference_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Difference_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Difference_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Difference_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Difference_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Difference_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Difference_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Difference_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Difference_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Difference_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Difference_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Difference_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Difference_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Difference_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Difference_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Difference_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Difference_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Difference_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Difference_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Difference_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Difference_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Difference_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Difference_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Difference_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Difference_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Difference_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Difference_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Difference_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Difference_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Difference_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Difference_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Difference_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Difference_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Difference_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Difference_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Difference_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Difference_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Difference_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Difference_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Difference_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Difference_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Difference_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Difference_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Difference_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Difference_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Difference_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Difference_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Difference_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Difference_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Difference_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Difference_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Difference_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Difference_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Difference_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Difference_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Difference_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Difference_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Difference_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Difference_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Difference_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Difference_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Difference_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Difference_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Difference_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Difference_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Difference_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Difference_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Difference_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Difference_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Difference_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Difference_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Difference_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Difference_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Difference_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Difference_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Difference_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Difference_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Difference_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Difference_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Difference_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Difference_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Difference_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Difference_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Difference_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Difference_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Difference_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Difference_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Difference_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Difference_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Difference_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Difference_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Difference_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Difference_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Difference_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Difference_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Difference_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Difference_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Difference_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Difference_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Difference_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Difference_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Difference_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Difference_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Difference_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Difference_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Difference_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Difference_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Difference_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Difference_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Difference_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Difference_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Difference_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Difference_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Difference_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Difference_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Difference_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Difference_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Difference_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Difference_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Difference_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Difference_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Difference_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Difference_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Difference_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Difference_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Difference_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Difference_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Difference_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Difference_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Difference_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Difference_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Difference_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Difference_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Difference_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Difference_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Difference_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Difference_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Difference_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Difference_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Difference_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Difference_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Difference_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Difference_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Difference_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Difference_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Difference_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Difference_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Difference_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Difference_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Difference_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Difference_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Difference_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Difference_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Difference_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Difference_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Difference_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Difference_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Difference_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Difference_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Difference_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Difference_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Difference_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Difference_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Difference_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Difference_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Difference_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Difference_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Difference_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Difference_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Difference_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Difference_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Difference_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Difference_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Difference_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Difference_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Difference_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Difference_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Difference_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Difference_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Difference_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Difference_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Difference_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Difference_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Difference_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Difference_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Difference_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Difference_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Difference_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Difference_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Difference_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Difference_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Difference_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Difference_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Difference_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Difference_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Difference_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Difference_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Difference_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Difference_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Difference_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Difference_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Difference_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Difference_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Difference_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Difference_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Difference_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Difference_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Difference_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Difference_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Difference_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Difference_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Difference_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Difference_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Difference_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Difference_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Difference_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Difference_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Difference_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Difference_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Difference_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Difference_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Difference_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Difference_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Difference_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Difference_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Difference_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Difference_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Difference_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Difference_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Difference_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Difference_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Difference_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Difference_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Difference_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Difference_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Difference_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Difference_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Difference_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Difference_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Difference_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Difference_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Difference_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Difference_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Difference_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Difference_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Difference_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Difference_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Difference_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Difference_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Difference_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Difference_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Difference_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Difference_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Difference_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Difference_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Difference_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Difference_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Difference_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Difference_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Difference_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Difference_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Difference_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Difference_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Difference_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Difference_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Difference_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Difference_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Difference_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Difference_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Difference_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Difference_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Difference_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Difference_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Difference_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Difference_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Difference_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Difference_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Difference_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Difference_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Difference_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Difference_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Difference_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Difference_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Difference_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Difference_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Difference_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Difference_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Difference_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Difference_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Difference_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Difference_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Difference_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Difference_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Difference_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Difference_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Difference_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Difference/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Difference_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Fisher_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Fisher_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Fisher_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Fisher_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Fisher_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Fisher_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Fisher_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Fisher_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Fisher_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Fisher_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Fisher_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Fisher_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Fisher_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Fisher_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Fisher_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Fisher_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Fisher_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Fisher_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Fisher_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Fisher_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Fisher_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Fisher_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Fisher_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Fisher_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Fisher_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Fisher_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Fisher_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Fisher_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Fisher_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Fisher_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Fisher_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Fisher_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Fisher_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Fisher_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Fisher_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Fisher_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Fisher_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Fisher_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Fisher_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Fisher_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Fisher_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Fisher_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Fisher_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Fisher_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Fisher_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Fisher_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Fisher_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Fisher_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Fisher_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Fisher_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Fisher_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Fisher_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Fisher_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Fisher_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Fisher_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Fisher_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Fisher_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Fisher_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Fisher_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Fisher_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Fisher_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Fisher_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Fisher_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Fisher_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Fisher_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Fisher_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Fisher_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Fisher_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Fisher_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Fisher_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Fisher_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Fisher_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Fisher_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Fisher_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Fisher_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Fisher_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Fisher_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Fisher_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Fisher_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Fisher_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Fisher_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Fisher_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Fisher_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Fisher_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Fisher_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Fisher_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Fisher_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Fisher_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Fisher_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Fisher_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Fisher_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Fisher_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Fisher_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Fisher_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Fisher_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Fisher_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Fisher_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Fisher_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Fisher_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Fisher_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Fisher_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Fisher_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Fisher_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Fisher_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Fisher_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Fisher_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Fisher_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Fisher_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Fisher_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Fisher_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Fisher_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Fisher_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Fisher_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Fisher_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Fisher_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Fisher_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Fisher_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Fisher_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Fisher_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Fisher_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Fisher_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Fisher_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Fisher_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Fisher_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Fisher_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Fisher_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Fisher_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Fisher_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Fisher_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Fisher_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Fisher_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Fisher_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Fisher_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Fisher_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Fisher_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Fisher_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Fisher_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Fisher_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Fisher_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Fisher_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Fisher_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Fisher_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Fisher_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Fisher_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Fisher_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Fisher_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Fisher_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Fisher_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Fisher_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Fisher_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Fisher_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Fisher_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Fisher_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Fisher_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Fisher_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Fisher_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Fisher_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Fisher_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Fisher_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Fisher_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Fisher_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Fisher_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Fisher_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Fisher_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Fisher_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Fisher_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Fisher_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Fisher_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Fisher_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Fisher_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Fisher_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Fisher_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Fisher_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Fisher_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Fisher_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Fisher_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Fisher_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Fisher_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Fisher_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Fisher_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Fisher_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Fisher_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Fisher_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Fisher_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Fisher_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Fisher_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Fisher_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Fisher_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Fisher_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Fisher_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Fisher_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Fisher_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Fisher_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Fisher_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Fisher_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Fisher_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Fisher_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Fisher_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Fisher_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Fisher_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Fisher_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Fisher_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Fisher_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Fisher_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Fisher_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Fisher_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Fisher_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Fisher_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Fisher_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Fisher_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Fisher_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Fisher_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Fisher_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Fisher_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Fisher_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Fisher_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Fisher_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Fisher_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Fisher_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Fisher_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Fisher_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Fisher_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Fisher_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Fisher_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Fisher_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Fisher_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Fisher_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Fisher_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Fisher_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Fisher_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Fisher_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Fisher_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Fisher_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Fisher_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Fisher_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Fisher_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Fisher_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Fisher_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Fisher_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Fisher_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Fisher_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Fisher_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Fisher_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Fisher_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Fisher_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Fisher_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Fisher_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Fisher_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Fisher_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Fisher_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Fisher_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Fisher_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Fisher_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Fisher_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Fisher_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Fisher_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Fisher_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Fisher_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Fisher_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Fisher_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Fisher_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Fisher_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Fisher_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Fisher_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Fisher_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Fisher_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Fisher_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Fisher_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Fisher_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Fisher_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Fisher_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Fisher_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Fisher_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Fisher_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Fisher_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Fisher_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Fisher_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Fisher_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Fisher_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Fisher_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Fisher_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Fisher_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Fisher_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Fisher_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Fisher_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Fisher_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Fisher_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Fisher_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Fisher_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Fisher_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Fisher_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Fisher_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Fisher_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Fisher_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Fisher_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Fisher_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Fisher_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Fisher_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Fisher_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Fisher_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Fisher_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Fisher_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Fisher_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Fisher_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Fisher_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Fisher_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Fisher_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Fisher_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Fisher_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Fisher_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Fisher_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Fisher_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Fisher_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Fisher_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Fisher_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Fisher_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Fisher_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Fisher_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Fisher_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Fisher_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Fisher_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Fisher_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Fisher_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Fisher_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Fisher_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Fisher_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Fisher_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Fisher_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Fisher_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Fisher_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Fisher_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Fisher_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Fisher_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Fisher_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Fisher_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Fisher_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Fisher_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Fisher_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Fisher_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Fisher_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Fisher_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Fisher_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Fisher_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Fisher_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Fisher_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Fisher_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Fisher_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Fisher_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Fisher_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Fisher_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Fisher_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Fisher_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Fisher_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Fisher_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Fisher_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Fisher_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Fisher_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Fisher_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Fisher_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Fisher_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Fisher_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Fisher_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Fisher_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Fisher_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Fisher_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Fisher_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Fisher_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Fisher_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Fisher_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Fisher_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Fisher_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Fisher_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Fisher_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Fisher_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Fisher_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Fisher_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Fisher_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Fisher_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Fisher_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Fisher_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Fisher_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Fisher_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Fisher_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Fisher_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Fisher_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Fisher_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Fisher_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Fisher_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Fisher_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Fisher_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Fisher_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Fisher_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Fisher_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Fisher_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Fisher_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Fisher_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Fisher_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Fisher_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Fisher_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Fisher_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Fisher_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Fisher_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Fisher_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Fisher_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Fisher_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Fisher_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Fisher_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Fisher_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Fisher_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Fisher_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Fisher_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Fisher_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Fisher_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Fisher_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Fisher_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Fisher_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Fisher_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Fisher_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Fisher_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Fisher_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Fisher_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Fisher_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Fisher_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Fisher_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Fisher_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Fisher_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Fisher_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Fisher_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Fisher_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Fisher_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Fisher_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Fisher_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Fisher_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Fisher_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Fisher_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Fisher_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Fisher_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Fisher_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Fisher_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Fisher_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Fisher_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Fisher_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Fisher_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Fisher_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Fisher_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Fisher_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Fisher_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Fisher_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Fisher_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Fisher_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Fisher_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Fisher_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Fisher_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Fisher_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Fisher_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Fisher_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Fisher_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Fisher_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Fisher_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Fisher_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Fisher_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Fisher_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Fisher_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Fisher_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Fisher_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Fisher_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Fisher_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Fisher_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Fisher_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Fisher_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Fisher_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Fisher_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Fisher_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Fisher_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Fisher_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Fisher_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Fisher_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Fisher_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Fisher_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Fisher_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Fisher_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Fisher_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Fisher_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Fisher_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Fisher_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Fisher_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Fisher_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Fisher_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Fisher_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Fisher_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Fisher_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Fisher_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Fisher_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Fisher_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Fisher_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Fisher_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Fisher_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Fisher_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Fisher_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Fisher_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Fisher_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Fisher_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Fisher_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Fisher_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Fisher_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Fisher_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Fisher_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Fisher_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Fisher_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Fisher_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Fisher_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Fisher_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Fisher_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Fisher_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Fisher_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Fisher_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Fisher_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Fisher_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Fisher_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Fisher_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Fisher_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Fisher_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Fisher_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Fisher_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Fisher_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Fisher_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Fisher_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Fisher_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Fisher_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Fisher_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Fisher_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Fisher_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Fisher_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Fisher_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Fisher_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Fisher_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Fisher_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Fisher_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Fisher_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Fisher/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Fisher_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Integration_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Integration_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Integration_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Integration_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Integration_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Integration_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Integration_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Integration_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Integration_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Integration_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Integration_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Integration_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Integration_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Integration_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Integration_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Integration_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Integration_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Integration_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Integration_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Integration_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Integration_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Integration_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Integration_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Integration_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Integration_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Integration_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Integration_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Integration_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Integration_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Integration_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Integration_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Integration_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Integration_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Integration_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Integration_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Integration_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Integration_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Integration_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Integration_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Integration_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Integration_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Integration_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Integration_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Integration_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Integration_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Integration_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Integration_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Integration_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Integration_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Integration_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Integration_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Integration_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Integration_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Integration_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Integration_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Integration_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Integration_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Integration_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Integration_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Integration_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Integration_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Integration_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Integration_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Integration_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Integration_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Integration_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Integration_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Integration_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Integration_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Integration_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Integration_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Integration_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Integration_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Integration_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Integration_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Integration_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Integration_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Integration_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Integration_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Integration_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Integration_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Integration_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Integration_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Integration_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Integration_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Integration_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Integration_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Integration_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Integration_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Integration_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Integration_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Integration_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Integration_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Integration_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Integration_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Integration_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Integration_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Integration_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Integration_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Integration_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Integration_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Integration_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Integration_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Integration_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Integration_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Integration_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Integration_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Integration_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Integration_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Integration_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Integration_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Integration_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Integration_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Integration_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Integration_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Integration_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Integration_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Integration_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Integration_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Integration_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Integration_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Integration_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Integration_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Integration_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Integration_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Integration_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Integration_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Integration_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Integration_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Integration_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Integration_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Integration_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Integration_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Integration_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Integration_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Integration_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Integration_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Integration_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Integration_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Integration_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Integration_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Integration_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Integration_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Integration_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Integration_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Integration_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Integration_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Integration_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Integration_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Integration_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Integration_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Integration_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Integration_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Integration_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Integration_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Integration_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Integration_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Integration_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Integration_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Integration_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Integration_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Integration_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Integration_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Integration_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Integration_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Integration_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Integration_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Integration_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Integration_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Integration_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Integration_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Integration_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Integration_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Integration_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Integration_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Integration_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Integration_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Integration_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Integration_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Integration_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Integration_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Integration_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Integration_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Integration_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Integration_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Integration_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Integration_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Integration_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Integration_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Integration_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Integration_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Integration_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Integration_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Integration_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Integration_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Integration_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Integration_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Integration_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Integration_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Integration_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Integration_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Integration_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Integration_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Integration_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Integration_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Integration_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Integration_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Integration_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Integration_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Integration_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Integration_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Integration_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Integration_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Integration_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Integration_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Integration_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Integration_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Integration_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Integration_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Integration_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Integration_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Integration_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Integration_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Integration_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Integration_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Integration_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Integration_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Integration_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Integration_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Integration_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Integration_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Integration_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Integration_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Integration_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Integration_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Integration_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Integration_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Integration_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Integration_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Integration_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Integration_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Integration_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Integration_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Integration_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Integration_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Integration_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Integration_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Integration_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Integration_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Integration_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Integration_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Integration_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Integration_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Integration_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Integration_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Integration_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Integration_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Integration_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Integration_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Integration_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Integration_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Integration_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Integration_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Integration_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Integration_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Integration_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Integration_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Integration_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Integration_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Integration_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Integration_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Integration_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Integration_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Integration_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Integration_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Integration_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Integration_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Integration_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Integration_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Integration_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Integration_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Integration_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Integration_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Integration_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Integration_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Integration_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Integration_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Integration_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Integration_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Integration_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Integration_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Integration_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Integration_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Integration_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Integration_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Integration_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Integration_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Integration_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Integration_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Integration_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Integration_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Integration_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Integration_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Integration_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Integration_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Integration_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Integration_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Integration_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Integration_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Integration_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Integration_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Integration_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Integration_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Integration_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Integration_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Integration_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Integration_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Integration_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Integration_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Integration_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Integration_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Integration_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Integration_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Integration_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Integration_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Integration_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Integration_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Integration_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Integration_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Integration_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Integration_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Integration_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Integration_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Integration_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Integration_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Integration_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Integration_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Integration_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Integration_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Integration_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Integration_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Integration_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Integration_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Integration_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Integration_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Integration_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Integration_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Integration_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Integration_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Integration_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Integration_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Integration_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Integration_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Integration_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Integration_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Integration_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Integration_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Integration_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Integration_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Integration_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Integration_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Integration_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Integration_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Integration_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Integration_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Integration_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Integration_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Integration_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Integration_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Integration_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Integration_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Integration_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Integration_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Integration_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Integration_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Integration_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Integration_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Integration_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Integration_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Integration_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Integration_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Integration_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Integration_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Integration_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Integration_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Integration_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Integration_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Integration_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Integration_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Integration_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Integration_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Integration_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Integration_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Integration_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Integration_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Integration_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Integration_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Integration_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Integration_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Integration_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Integration_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Integration_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Integration_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Integration_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Integration_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Integration_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Integration_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Integration_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Integration_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Integration_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Integration_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Integration_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Integration_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Integration_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Integration_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Integration_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Integration_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Integration_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Integration_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Integration_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Integration_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Integration_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Integration_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Integration_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Integration_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Integration_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Integration_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Integration_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Integration_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Integration_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Integration_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Integration_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Integration_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Integration_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Integration_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Integration_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Integration_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Integration_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Integration_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Integration_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Integration_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Integration_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Integration_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Integration_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Integration_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Integration_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Integration_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Integration_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Integration_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Integration_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Integration_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Integration_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Integration_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Integration_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Integration_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Integration_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Integration_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Integration_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Integration_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Integration_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Integration_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Integration_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Integration_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Integration_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Integration_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Integration_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Integration_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Integration_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Integration_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Integration_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Integration_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Integration_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Integration_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Integration_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Integration_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Integration_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Integration_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Integration_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Integration_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Integration_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Integration_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Integration_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Integration_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Integration_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Integration_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Integration_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Integration_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Integration_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Integration_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Integration_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Integration_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Integration_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Integration_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Integration_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Integration_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Integration_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Integration_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Integration_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Integration_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Integration_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Integration_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Integration_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Integration_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Integration_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Integration_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Integration_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Integration_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Integration_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Integration_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Integration_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Integration_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Integration_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Integration_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Integration_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Integration_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Integration_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Integration_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Integration_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Integration_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Integration_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Integration_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Integration_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Integration_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Integration_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Integration_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Integration_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Integration_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Integration_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Integration_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Integration_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Integration_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Integration_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Integration_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Integration_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Integration_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Integration_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Integration_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Integration_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Integration_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Integration/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Integration_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Logit_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Logit_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Logit_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Logit_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Logit_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Logit_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Logit_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Logit_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Logit_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Logit_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Logit_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Logit_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Logit_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Logit_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Logit_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Logit_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Logit_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Logit_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Logit_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Logit_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Logit_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Logit_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Logit_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Logit_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Logit_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Logit_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Logit_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Logit_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Logit_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Logit_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Logit_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Logit_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Logit_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Logit_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Logit_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Logit_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Logit_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Logit_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Logit_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Logit_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Logit_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Logit_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Logit_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Logit_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Logit_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Logit_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Logit_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Logit_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Logit_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Logit_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Logit_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Logit_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Logit_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Logit_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Logit_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Logit_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Logit_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Logit_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Logit_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Logit_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Logit_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Logit_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Logit_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Logit_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Logit_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Logit_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Logit_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Logit_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Logit_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Logit_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Logit_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Logit_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Logit_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Logit_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Logit_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Logit_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Logit_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Logit_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Logit_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Logit_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Logit_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Logit_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Logit_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Logit_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Logit_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Logit_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Logit_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Logit_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Logit_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Logit_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Logit_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Logit_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Logit_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Logit_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Logit_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Logit_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Logit_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Logit_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Logit_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Logit_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Logit_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Logit_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Logit_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Logit_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Logit_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Logit_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Logit_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Logit_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Logit_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Logit_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Logit_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Logit_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Logit_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Logit_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Logit_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Logit_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Logit_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Logit_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Logit_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Logit_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Logit_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Logit_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Logit_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Logit_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Logit_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Logit_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Logit_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Logit_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Logit_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Logit_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Logit_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Logit_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Logit_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Logit_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Logit_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Logit_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Logit_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Logit_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Logit_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Logit_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Logit_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Logit_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Logit_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Logit_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Logit_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Logit_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Logit_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Logit_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Logit_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Logit_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Logit_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Logit_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Logit_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Logit_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Logit_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Logit_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Logit_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Logit_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Logit_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Logit_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Logit_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Logit_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Logit_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Logit_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Logit_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Logit_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Logit_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Logit_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Logit_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Logit_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Logit_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Logit_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Logit_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Logit_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Logit_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Logit_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Logit_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Logit_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Logit_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Logit_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Logit_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Logit_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Logit_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Logit_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Logit_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Logit_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Logit_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Logit_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Logit_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Logit_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Logit_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Logit_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Logit_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Logit_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Logit_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Logit_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Logit_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Logit_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Logit_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Logit_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Logit_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Logit_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Logit_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Logit_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Logit_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Logit_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Logit_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Logit_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Logit_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Logit_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Logit_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Logit_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Logit_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Logit_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Logit_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Logit_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Logit_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Logit_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Logit_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Logit_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Logit_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Logit_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Logit_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Logit_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Logit_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Logit_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Logit_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Logit_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Logit_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Logit_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Logit_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Logit_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Logit_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Logit_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Logit_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Logit_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Logit_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Logit_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Logit_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Logit_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Logit_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Logit_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Logit_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Logit_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Logit_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Logit_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Logit_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Logit_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Logit_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Logit_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Logit_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Logit_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Logit_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Logit_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Logit_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Logit_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Logit_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Logit_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Logit_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Logit_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Logit_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Logit_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Logit_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Logit_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Logit_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Logit_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Logit_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Logit_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Logit_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Logit_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Logit_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Logit_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Logit_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Logit_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Logit_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Logit_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Logit_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Logit_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Logit_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Logit_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Logit_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Logit_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Logit_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Logit_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Logit_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Logit_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Logit_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Logit_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Logit_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Logit_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Logit_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Logit_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Logit_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Logit_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Logit_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Logit_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Logit_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Logit_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Logit_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Logit_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Logit_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Logit_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Logit_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Logit_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Logit_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Logit_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Logit_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Logit_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Logit_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Logit_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Logit_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Logit_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Logit_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Logit_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Logit_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Logit_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Logit_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Logit_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Logit_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Logit_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Logit_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Logit_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Logit_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Logit_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Logit_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Logit_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Logit_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Logit_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Logit_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Logit_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Logit_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Logit_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Logit_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Logit_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Logit_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Logit_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Logit_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Logit_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Logit_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Logit_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Logit_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Logit_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Logit_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Logit_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Logit_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Logit_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Logit_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Logit_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Logit_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Logit_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Logit_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Logit_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Logit_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Logit_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Logit_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Logit_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Logit_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Logit_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Logit_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Logit_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Logit_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Logit_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Logit_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Logit_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Logit_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Logit_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Logit_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Logit_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Logit_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Logit_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Logit_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Logit_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Logit_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Logit_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Logit_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Logit_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Logit_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Logit_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Logit_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Logit_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Logit_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Logit_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Logit_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Logit_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Logit_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Logit_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Logit_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Logit_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Logit_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Logit_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Logit_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Logit_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Logit_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Logit_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Logit_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Logit_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Logit_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Logit_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Logit_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Logit_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Logit_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Logit_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Logit_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Logit_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Logit_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Logit_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Logit_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Logit_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Logit_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Logit_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Logit_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Logit_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Logit_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Logit_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Logit_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Logit_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Logit_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Logit_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Logit_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Logit_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Logit_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Logit_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Logit_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Logit_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Logit_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Logit_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Logit_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Logit_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Logit_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Logit_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Logit_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Logit_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Logit_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Logit_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Logit_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Logit_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Logit_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Logit_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Logit_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Logit_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Logit_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Logit_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Logit_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Logit_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Logit_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Logit_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Logit_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Logit_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Logit_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Logit_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Logit_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Logit_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Logit_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Logit_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Logit_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Logit_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Logit_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Logit_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Logit_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Logit_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Logit_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Logit_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Logit_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Logit_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Logit_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Logit_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Logit_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Logit_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Logit_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Logit_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Logit_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Logit_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Logit_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Logit_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Logit_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Logit_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Logit_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Logit_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Logit_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Logit_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Logit_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Logit_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Logit_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Logit_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Logit_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Logit_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Logit_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Logit_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Logit_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Logit_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Logit_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Logit_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Logit_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Logit_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Logit_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Logit_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Logit_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Logit_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Logit_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Logit_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Logit_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Logit_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Logit_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Logit_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Logit_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Logit_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Logit_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Logit_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Logit_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Logit_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Logit_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Logit_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Logit_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Logit_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Logit_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Logit_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Logit_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Logit_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Logit_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Logit_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Logit_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Logit_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Logit_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Logit_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Logit_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Logit_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Logit_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Logit_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Logit_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Logit_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Logit_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Logit_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Logit_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Logit_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Logit_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Logit_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Logit_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Logit_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Logit_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Logit/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Logit_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_None_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_None_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_None_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_None_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_None_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_None_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_None_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_None_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_None_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_None_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_None_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_None_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_None_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_None_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_None_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_None_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_None_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_None_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_None_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_None_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_None_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_None_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_None_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_None_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_None_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_None_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_None_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_None_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_None_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_None_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_None_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_None_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_None_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_None_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_None_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_None_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_None_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_None_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_None_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_None_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_None_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_None_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_None_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_None_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_None_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_None_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_None_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_None_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_None_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_None_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_None_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_None_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_None_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_None_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_None_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_None_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_None_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_None_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_None_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_None_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_None_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_None_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_None_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_None_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_None_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_None_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_None_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_None_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_None_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_None_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_None_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_None_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_None_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_None_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_None_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_None_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_None_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_None_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_None_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_None_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_None_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_None_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_None_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_None_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_None_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_None_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_None_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_None_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_None_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_None_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_None_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_None_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_None_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_None_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_None_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_None_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_None_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_None_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_None_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_None_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_None_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_None_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_None_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_None_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_None_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_None_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_None_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_None_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_None_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_None_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_None_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_None_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_None_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_None_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_None_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_None_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_None_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_None_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_None_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_None_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_None_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_None_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_None_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_None_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_None_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_None_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_None_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_None_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_None_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_None_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_None_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_None_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_None_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_None_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_None_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_None_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_None_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_None_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_None_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_None_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_None_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_None_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_None_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_None_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_None_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_None_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_None_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_None_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_None_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_None_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_None_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_None_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_None_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_None_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_None_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_None_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_None_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_None_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_None_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_None_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_None_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_None_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_None_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_None_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_None_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_None_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_None_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_None_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_None_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_None_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_None_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_None_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_None_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_None_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_None_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_None_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_None_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_None_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_None_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_None_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_None_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_None_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_None_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_/test_artificial_128_None_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_/test_artificial_128_None_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_/test_artificial_128_None_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_/test_artificial_32_None_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_/test_artificial_32_None_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_/test_artificial_32_None_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_None_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_None_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_None_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_None_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_None_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_None_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_None_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_None_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_None_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_None_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_None_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_None_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_/test_artificial_128_None_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_/test_artificial_128_None_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_/test_artificial_128_None_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_/test_artificial_32_None_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_/test_artificial_32_None_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_/test_artificial_32_None_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_None_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_None_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_None_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_None_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_None_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_None_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_None_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_None_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_None_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_None_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_None_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_None_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_/test_artificial_128_None_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_/test_artificial_128_None_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_/test_artificial_128_None_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_/test_artificial_32_None_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_/test_artificial_32_None_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_/test_artificial_32_None_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_None_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_None_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_None_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_None_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_None_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_None_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_None_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_None_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_None_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_None_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_None_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_None_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_/test_artificial_128_None_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_/test_artificial_128_None_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_/test_artificial_128_None_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_/test_artificial_32_None_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_/test_artificial_32_None_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_/test_artificial_32_None_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_None_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_None_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_None_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_None_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_None_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_None_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_None_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_None_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_None_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_None_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_None_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_None_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_/test_artificial_128_None_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_/test_artificial_128_None_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_/test_artificial_128_None_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_/test_artificial_32_None_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_/test_artificial_32_None_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_/test_artificial_32_None_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_None_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_None_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_None_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_None_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_None_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_None_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_None_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_None_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_None_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_None_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_None_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_None_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_/test_artificial_128_None_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_/test_artificial_128_None_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_/test_artificial_128_None_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_/test_artificial_32_None_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_/test_artificial_32_None_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_/test_artificial_32_None_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_None_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_None_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_None_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_None_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_None_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_None_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_None_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_None_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_None_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_None_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_None_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_None_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_/test_artificial_128_None_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_/test_artificial_128_None_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_/test_artificial_128_None_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_/test_artificial_32_None_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_/test_artificial_32_None_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_/test_artificial_32_None_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_None_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_None_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_None_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_None_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_None_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_None_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_None_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_None_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_None_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_None_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_None_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_None_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_/test_artificial_128_None_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_/test_artificial_128_None_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_/test_artificial_128_None_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_/test_artificial_32_None_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_/test_artificial_32_None_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_/test_artificial_32_None_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_None_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_None_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_None_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_None_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_None_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_None_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_None_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_None_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_None_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_None_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_None_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_None_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_/test_artificial_128_None_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_/test_artificial_128_None_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_/test_artificial_128_None_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_/test_artificial_32_None_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_/test_artificial_32_None_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_/test_artificial_32_None_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_None_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_None_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_None_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_None_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_None_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_None_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_None_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_None_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_None_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_None_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_None_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_None_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_/test_artificial_128_None_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_/test_artificial_128_None_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_/test_artificial_128_None_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_/test_artificial_32_None_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_/test_artificial_32_None_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_/test_artificial_32_None_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_None_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_None_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_None_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_None_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_None_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_None_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_None_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_None_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_None_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_None_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_None_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_None_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_/test_artificial_128_None_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_/test_artificial_128_None_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_/test_artificial_128_None_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_/test_artificial_32_None_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_/test_artificial_32_None_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_/test_artificial_32_None_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_None_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_None_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_None_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_None_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_None_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_None_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_None_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_None_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_None_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_None_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_None_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_None_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_/test_artificial_128_None_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_/test_artificial_128_None_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_/test_artificial_128_None_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_/test_artificial_32_None_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_/test_artificial_32_None_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_/test_artificial_32_None_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_None_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_None_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_None_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_None_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_None_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_None_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_None_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_None_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_None_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_None_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_None_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_None_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_/test_artificial_128_None_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_/test_artificial_128_None_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_/test_artificial_128_None_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_/test_artificial_32_None_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_/test_artificial_32_None_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_/test_artificial_32_None_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_None_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_None_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_None_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_None_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_None_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_None_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_None_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_None_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_None_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_None_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_None_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_None_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_/test_artificial_128_None_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_/test_artificial_128_None_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_/test_artificial_128_None_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_/test_artificial_32_None_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_/test_artificial_32_None_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_/test_artificial_32_None_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_None_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_None_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_None_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_None_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_None_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_None_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_None_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_None_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_None_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_None_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_None_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_None_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_/test_artificial_128_None_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_/test_artificial_128_None_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_/test_artificial_128_None_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_/test_artificial_32_None_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_/test_artificial_32_None_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_/test_artificial_32_None_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_None_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_None_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_None_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_None_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_None_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_None_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_None_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_None_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_None_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_None_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_None_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_None_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_/test_artificial_128_None_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_/test_artificial_128_None_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_/test_artificial_128_None_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_/test_artificial_32_None_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_/test_artificial_32_None_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_/test_artificial_32_None_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_None_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_None_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_None_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_None_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_None_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_None_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_None_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_None_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_None_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_None_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_None_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_None_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_/test_artificial_128_None_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_/test_artificial_128_None_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_/test_artificial_128_None_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_/test_artificial_32_None_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_/test_artificial_32_None_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_/test_artificial_32_None_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_None_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_None_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_None_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_None_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_None_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_None_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_None_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_None_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_None_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_None_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_None_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_None_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_/test_artificial_128_None_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_/test_artificial_128_None_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_/test_artificial_128_None_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_/test_artificial_32_None_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_/test_artificial_32_None_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_/test_artificial_32_None_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_None_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_None_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_None_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_None_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_None_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_None_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_None_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_None_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_None_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_None_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_None_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_None_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_/test_artificial_128_None_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_/test_artificial_128_None_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_/test_artificial_128_None_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_/test_artificial_32_None_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_/test_artificial_32_None_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_/test_artificial_32_None_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_None_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_None_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_None_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_None_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_None_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_None_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_None_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_None_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_None_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_None_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_None_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_None_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_/test_artificial_128_None_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_/test_artificial_128_None_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_/test_artificial_128_None_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_/test_artificial_32_None_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_/test_artificial_32_None_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_/test_artificial_32_None_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_None_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_None_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_None_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_None_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_None_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_None_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_None_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_None_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_None/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_None_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Quantization_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Quantization_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_Quantization_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Quantization_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Quantization_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_Quantization_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Quantization_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Quantization_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_Quantization_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Quantization_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Quantization_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_Quantization_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Quantization_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Quantization_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_Quantization_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Quantization_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Quantization_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_Quantization_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Quantization_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Quantization_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_Quantization_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Quantization_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Quantization_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_Quantization_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Quantization_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Quantization_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_Quantization_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Quantization_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Quantization_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_Quantization_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Quantization_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Quantization_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_Quantization_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Quantization_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Quantization_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_Quantization_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Quantization_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Quantization_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_Quantization_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Quantization_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Quantization_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_Quantization_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Quantization_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Quantization_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_Quantization_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Quantization_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Quantization_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_Quantization_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Quantization_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Quantization_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_Quantization_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Quantization_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Quantization_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_Quantization_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Quantization_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Quantization_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_Quantization_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Quantization_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Quantization_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_Quantization_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Quantization_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Quantization_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_Quantization_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Quantization_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Quantization_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_Quantization_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Quantization_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Quantization_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_Quantization_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Quantization_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Quantization_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_Quantization_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Quantization_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Quantization_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_Quantization_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Quantization_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Quantization_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_Quantization_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Quantization_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Quantization_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_Quantization_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Quantization_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Quantization_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_Quantization_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Quantization_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Quantization_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_Quantization_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Quantization_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Quantization_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_Quantization_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Quantization_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Quantization_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_Quantization_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Quantization_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Quantization_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_Quantization_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Quantization_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Quantization_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_Quantization_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Quantization_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Quantization_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_Quantization_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Quantization_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Quantization_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_Quantization_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Quantization_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Quantization_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_Quantization_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Quantization_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Quantization_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_Quantization_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Quantization_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Quantization_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_Quantization_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Quantization_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Quantization_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_Quantization_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Quantization_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Quantization_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_Quantization_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Quantization_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Quantization_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_Quantization_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Quantization_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Quantization_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_Quantization_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Quantization_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Quantization_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_Quantization_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Quantization_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Quantization_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_Quantization_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Quantization_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Quantization_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_Quantization_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Quantization_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Quantization_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_Quantization_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Quantization_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Quantization_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_Quantization_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Quantization_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Quantization_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_Quantization_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Quantization_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Quantization_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_Quantization_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Quantization_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Quantization_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_Quantization_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Quantization_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Quantization_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_Quantization_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Quantization_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Quantization_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_Quantization_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Quantization_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Quantization_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_Quantization_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Quantization_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Quantization_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_Quantization_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Quantization_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Quantization_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_Quantization_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Quantization_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Quantization_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_Quantization_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Quantization_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Quantization_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_Quantization_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Quantization_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Quantization_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_Quantization_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Quantization_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Quantization_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_Quantization_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Quantization_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Quantization_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_Quantization_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Quantization_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Quantization_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_Quantization_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Quantization_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Quantization_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_/test_artificial_128_Quantization_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Quantization_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Quantization_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_/test_artificial_32_Quantization_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Quantization_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Quantization_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_Quantization_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Quantization_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Quantization_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_Quantization_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Quantization_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Quantization_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_Quantization_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Quantization_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Quantization_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_Quantization_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Quantization_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Quantization_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_/test_artificial_128_Quantization_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Quantization_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Quantization_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_/test_artificial_32_Quantization_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Quantization_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Quantization_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_Quantization_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Quantization_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Quantization_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_Quantization_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Quantization_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Quantization_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_Quantization_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Quantization_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Quantization_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_Quantization_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Quantization_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Quantization_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_/test_artificial_128_Quantization_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Quantization_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Quantization_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_/test_artificial_32_Quantization_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Quantization_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Quantization_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_Quantization_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Quantization_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Quantization_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_Quantization_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Quantization_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Quantization_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_Quantization_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Quantization_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Quantization_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_Quantization_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Quantization_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Quantization_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_/test_artificial_128_Quantization_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Quantization_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Quantization_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_/test_artificial_32_Quantization_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Quantization_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Quantization_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_Quantization_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Quantization_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Quantization_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_Quantization_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Quantization_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Quantization_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_Quantization_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Quantization_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Quantization_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_Quantization_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Quantization_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Quantization_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_/test_artificial_128_Quantization_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Quantization_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Quantization_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_/test_artificial_32_Quantization_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Quantization_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Quantization_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_Quantization_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Quantization_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Quantization_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_Quantization_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Quantization_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Quantization_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_Quantization_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Quantization_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Quantization_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_Quantization_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Quantization_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Quantization_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_/test_artificial_128_Quantization_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Quantization_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Quantization_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_/test_artificial_32_Quantization_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Quantization_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Quantization_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_Quantization_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Quantization_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Quantization_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_Quantization_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Quantization_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Quantization_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_Quantization_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Quantization_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Quantization_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_Quantization_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Quantization_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Quantization_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_/test_artificial_128_Quantization_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Quantization_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Quantization_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_/test_artificial_32_Quantization_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Quantization_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Quantization_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_Quantization_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Quantization_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Quantization_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_Quantization_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Quantization_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Quantization_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_Quantization_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Quantization_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Quantization_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_Quantization_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Quantization_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Quantization_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_/test_artificial_128_Quantization_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Quantization_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Quantization_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_/test_artificial_32_Quantization_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Quantization_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Quantization_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_Quantization_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Quantization_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Quantization_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_Quantization_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Quantization_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Quantization_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_Quantization_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Quantization_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Quantization_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_Quantization_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Quantization_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Quantization_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_/test_artificial_128_Quantization_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Quantization_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Quantization_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_/test_artificial_32_Quantization_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Quantization_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Quantization_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_Quantization_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Quantization_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Quantization_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_Quantization_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Quantization_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Quantization_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_Quantization_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Quantization_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Quantization_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_Quantization_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Quantization_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Quantization_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_/test_artificial_128_Quantization_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Quantization_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Quantization_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_/test_artificial_32_Quantization_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Quantization_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Quantization_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_Quantization_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Quantization_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Quantization_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_Quantization_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Quantization_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Quantization_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_Quantization_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Quantization_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Quantization_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_Quantization_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Quantization_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Quantization_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_/test_artificial_128_Quantization_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Quantization_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Quantization_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_/test_artificial_32_Quantization_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Quantization_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Quantization_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_Quantization_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Quantization_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Quantization_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_Quantization_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Quantization_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Quantization_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_Quantization_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Quantization_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Quantization_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_Quantization_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Quantization_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Quantization_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_/test_artificial_128_Quantization_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Quantization_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Quantization_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_/test_artificial_32_Quantization_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Quantization_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Quantization_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_Quantization_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Quantization_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Quantization_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_Quantization_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Quantization_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Quantization_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_Quantization_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Quantization_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Quantization_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_Quantization_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Quantization_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Quantization_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_/test_artificial_128_Quantization_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Quantization_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Quantization_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_/test_artificial_32_Quantization_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Quantization_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Quantization_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_Quantization_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Quantization_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Quantization_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_Quantization_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Quantization_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Quantization_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_Quantization_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Quantization_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Quantization_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_Quantization_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Quantization_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Quantization_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_/test_artificial_128_Quantization_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Quantization_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Quantization_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_/test_artificial_32_Quantization_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Quantization_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Quantization_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_Quantization_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Quantization_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Quantization_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_Quantization_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Quantization_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Quantization_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_Quantization_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Quantization_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Quantization_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_Quantization_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Quantization_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Quantization_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_/test_artificial_128_Quantization_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Quantization_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Quantization_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_/test_artificial_32_Quantization_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Quantization_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Quantization_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_Quantization_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Quantization_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Quantization_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_Quantization_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Quantization_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Quantization_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_Quantization_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Quantization_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Quantization_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_Quantization_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Quantization_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Quantization_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_/test_artificial_128_Quantization_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Quantization_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Quantization_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_/test_artificial_32_Quantization_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Quantization_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Quantization_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_Quantization_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Quantization_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Quantization_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_Quantization_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Quantization_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Quantization_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_Quantization_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Quantization_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Quantization_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_Quantization_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Quantization_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Quantization_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_/test_artificial_128_Quantization_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Quantization_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Quantization_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_/test_artificial_32_Quantization_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Quantization_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Quantization_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_Quantization_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Quantization_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Quantization_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_Quantization_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Quantization_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Quantization_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_Quantization_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Quantization_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Quantization_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_Quantization_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Quantization_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Quantization_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_/test_artificial_128_Quantization_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Quantization_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Quantization_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_/test_artificial_32_Quantization_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Quantization_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Quantization_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_Quantization_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Quantization_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Quantization_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_Quantization_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Quantization_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Quantization_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_Quantization_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Quantization_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Quantization_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_Quantization_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Quantization_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Quantization_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_/test_artificial_128_Quantization_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Quantization_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Quantization_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_/test_artificial_32_Quantization_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Quantization_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Quantization_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_Quantization_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Quantization_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Quantization_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_Quantization_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Quantization_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Quantization_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_Quantization_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Quantization_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Quantization_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_Quantization_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Quantization_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Quantization_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_/test_artificial_128_Quantization_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Quantization_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Quantization_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_/test_artificial_32_Quantization_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Quantization_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Quantization_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_Quantization_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Quantization_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Quantization_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_Quantization_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Quantization_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Quantization_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_Quantization/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_Quantization_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_RelativeDifference_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_RelativeDifference_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_/test_artificial_128_RelativeDifference_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_RelativeDifference_ConstantTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_RelativeDifference_ConstantTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_/test_artificial_32_RelativeDifference_ConstantTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_0/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_RelativeDifference_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_RelativeDifference_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_/test_artificial_128_RelativeDifference_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_RelativeDifference_ConstantTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_RelativeDifference_ConstantTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_/test_artificial_32_RelativeDifference_ConstantTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_12/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_RelativeDifference_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_RelativeDifference_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_/test_artificial_128_RelativeDifference_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_RelativeDifference_ConstantTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_RelativeDifference_ConstantTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_/test_artificial_32_RelativeDifference_ConstantTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_30/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_RelativeDifference_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_RelativeDifference_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_/test_artificial_128_RelativeDifference_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_RelativeDifference_ConstantTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_RelativeDifference_ConstantTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_/test_artificial_32_RelativeDifference_ConstantTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_5/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_/test_artificial_1024_RelativeDifference_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_RelativeDifference_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_RelativeDifference_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_/test_artificial_128_RelativeDifference_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_RelativeDifference_ConstantTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_RelativeDifference_ConstantTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_/test_artificial_32_RelativeDifference_ConstantTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_128_RelativeDifference_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_ConstantTrend/cycle_7/ar_12/test_artificial_32_RelativeDifference_ConstantTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_RelativeDifference_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_RelativeDifference_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_/test_artificial_128_RelativeDifference_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_RelativeDifference_Lag1Trend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_RelativeDifference_Lag1Trend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_/test_artificial_32_RelativeDifference_Lag1Trend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_0/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_RelativeDifference_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_RelativeDifference_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_/test_artificial_128_RelativeDifference_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_RelativeDifference_Lag1Trend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_RelativeDifference_Lag1Trend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_/test_artificial_32_RelativeDifference_Lag1Trend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_12/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_RelativeDifference_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_RelativeDifference_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_/test_artificial_128_RelativeDifference_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_RelativeDifference_Lag1Trend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_RelativeDifference_Lag1Trend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_/test_artificial_32_RelativeDifference_Lag1Trend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_30/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_RelativeDifference_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_RelativeDifference_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_/test_artificial_128_RelativeDifference_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_RelativeDifference_Lag1Trend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_RelativeDifference_Lag1Trend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_/test_artificial_32_RelativeDifference_Lag1Trend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_5/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_/test_artificial_1024_RelativeDifference_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_RelativeDifference_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_RelativeDifference_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_/test_artificial_128_RelativeDifference_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_RelativeDifference_Lag1Trend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_RelativeDifference_Lag1Trend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_/test_artificial_32_RelativeDifference_Lag1Trend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_128_RelativeDifference_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_Lag1Trend/cycle_7/ar_12/test_artificial_32_RelativeDifference_Lag1Trend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_RelativeDifference_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_RelativeDifference_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_/test_artificial_1024_RelativeDifference_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_/test_artificial_128_RelativeDifference_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_/test_artificial_128_RelativeDifference_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_/test_artificial_128_RelativeDifference_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_/test_artificial_32_RelativeDifference_LinearTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_/test_artificial_32_RelativeDifference_LinearTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_/test_artificial_32_RelativeDifference_LinearTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_RelativeDifference_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_RelativeDifference_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_12/test_artificial_128_RelativeDifference_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_RelativeDifference_LinearTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_RelativeDifference_LinearTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_0/ar_12/test_artificial_32_RelativeDifference_LinearTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_RelativeDifference_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_RelativeDifference_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_/test_artificial_1024_RelativeDifference_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_/test_artificial_128_RelativeDifference_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_/test_artificial_128_RelativeDifference_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_/test_artificial_128_RelativeDifference_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_/test_artificial_32_RelativeDifference_LinearTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_/test_artificial_32_RelativeDifference_LinearTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_/test_artificial_32_RelativeDifference_LinearTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_RelativeDifference_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_RelativeDifference_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_12/test_artificial_128_RelativeDifference_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_RelativeDifference_LinearTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_RelativeDifference_LinearTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_12/ar_12/test_artificial_32_RelativeDifference_LinearTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_RelativeDifference_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_RelativeDifference_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_/test_artificial_1024_RelativeDifference_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_/test_artificial_128_RelativeDifference_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_/test_artificial_128_RelativeDifference_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_/test_artificial_128_RelativeDifference_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_/test_artificial_32_RelativeDifference_LinearTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_/test_artificial_32_RelativeDifference_LinearTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_/test_artificial_32_RelativeDifference_LinearTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_RelativeDifference_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_RelativeDifference_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_12/test_artificial_128_RelativeDifference_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_RelativeDifference_LinearTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_RelativeDifference_LinearTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_30/ar_12/test_artificial_32_RelativeDifference_LinearTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_RelativeDifference_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_RelativeDifference_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_/test_artificial_1024_RelativeDifference_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_/test_artificial_128_RelativeDifference_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_/test_artificial_128_RelativeDifference_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_/test_artificial_128_RelativeDifference_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_/test_artificial_32_RelativeDifference_LinearTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_/test_artificial_32_RelativeDifference_LinearTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_/test_artificial_32_RelativeDifference_LinearTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_RelativeDifference_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_RelativeDifference_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_12/test_artificial_128_RelativeDifference_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_RelativeDifference_LinearTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_RelativeDifference_LinearTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_5/ar_12/test_artificial_32_RelativeDifference_LinearTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_RelativeDifference_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_RelativeDifference_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_/test_artificial_1024_RelativeDifference_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_/test_artificial_128_RelativeDifference_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_/test_artificial_128_RelativeDifference_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_/test_artificial_128_RelativeDifference_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_/test_artificial_32_RelativeDifference_LinearTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_/test_artificial_32_RelativeDifference_LinearTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_/test_artificial_32_RelativeDifference_LinearTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_RelativeDifference_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_RelativeDifference_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_12/test_artificial_128_RelativeDifference_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_RelativeDifference_LinearTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_RelativeDifference_LinearTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_LinearTrend/cycle_7/ar_12/test_artificial_32_RelativeDifference_LinearTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_RelativeDifference_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_RelativeDifference_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_/test_artificial_1024_RelativeDifference_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_/test_artificial_128_RelativeDifference_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_/test_artificial_128_RelativeDifference_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_/test_artificial_128_RelativeDifference_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_/test_artificial_32_RelativeDifference_MovingAverage_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_/test_artificial_32_RelativeDifference_MovingAverage_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_/test_artificial_32_RelativeDifference_MovingAverage_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_RelativeDifference_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_RelativeDifference_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_12/test_artificial_128_RelativeDifference_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_RelativeDifference_MovingAverage_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_RelativeDifference_MovingAverage_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_0/ar_12/test_artificial_32_RelativeDifference_MovingAverage_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_RelativeDifference_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_RelativeDifference_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_/test_artificial_1024_RelativeDifference_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_/test_artificial_128_RelativeDifference_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_/test_artificial_128_RelativeDifference_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_/test_artificial_128_RelativeDifference_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_/test_artificial_32_RelativeDifference_MovingAverage_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_/test_artificial_32_RelativeDifference_MovingAverage_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_/test_artificial_32_RelativeDifference_MovingAverage_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_RelativeDifference_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_RelativeDifference_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_12/test_artificial_128_RelativeDifference_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_RelativeDifference_MovingAverage_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_RelativeDifference_MovingAverage_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_12/ar_12/test_artificial_32_RelativeDifference_MovingAverage_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_RelativeDifference_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_RelativeDifference_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_/test_artificial_1024_RelativeDifference_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_/test_artificial_128_RelativeDifference_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_/test_artificial_128_RelativeDifference_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_/test_artificial_128_RelativeDifference_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_/test_artificial_32_RelativeDifference_MovingAverage_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_/test_artificial_32_RelativeDifference_MovingAverage_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_/test_artificial_32_RelativeDifference_MovingAverage_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_RelativeDifference_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_RelativeDifference_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_12/test_artificial_128_RelativeDifference_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_RelativeDifference_MovingAverage_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_RelativeDifference_MovingAverage_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_30/ar_12/test_artificial_32_RelativeDifference_MovingAverage_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_RelativeDifference_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_RelativeDifference_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_/test_artificial_1024_RelativeDifference_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_/test_artificial_128_RelativeDifference_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_/test_artificial_128_RelativeDifference_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_/test_artificial_128_RelativeDifference_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_/test_artificial_32_RelativeDifference_MovingAverage_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_/test_artificial_32_RelativeDifference_MovingAverage_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_/test_artificial_32_RelativeDifference_MovingAverage_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_RelativeDifference_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_RelativeDifference_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_12/test_artificial_128_RelativeDifference_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_RelativeDifference_MovingAverage_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_RelativeDifference_MovingAverage_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_5/ar_12/test_artificial_32_RelativeDifference_MovingAverage_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_RelativeDifference_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_RelativeDifference_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_/test_artificial_1024_RelativeDifference_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_/test_artificial_128_RelativeDifference_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_/test_artificial_128_RelativeDifference_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_/test_artificial_128_RelativeDifference_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_/test_artificial_32_RelativeDifference_MovingAverage_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_/test_artificial_32_RelativeDifference_MovingAverage_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_/test_artificial_32_RelativeDifference_MovingAverage_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_12/test_artificial_1024_RelativeDifference_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_RelativeDifference_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_RelativeDifference_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_12/test_artificial_128_RelativeDifference_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_RelativeDifference_MovingAverage_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_RelativeDifference_MovingAverage_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingAverage/cycle_7/ar_12/test_artificial_32_RelativeDifference_MovingAverage_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_RelativeDifference_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_RelativeDifference_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_/test_artificial_1024_RelativeDifference_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_/test_artificial_128_RelativeDifference_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_/test_artificial_128_RelativeDifference_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_/test_artificial_128_RelativeDifference_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_/test_artificial_32_RelativeDifference_MovingMedian_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_/test_artificial_32_RelativeDifference_MovingMedian_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_/test_artificial_32_RelativeDifference_MovingMedian_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_RelativeDifference_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_RelativeDifference_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_12/test_artificial_128_RelativeDifference_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_RelativeDifference_MovingMedian_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_RelativeDifference_MovingMedian_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_0/ar_12/test_artificial_32_RelativeDifference_MovingMedian_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_RelativeDifference_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_RelativeDifference_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_/test_artificial_1024_RelativeDifference_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_/test_artificial_128_RelativeDifference_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_/test_artificial_128_RelativeDifference_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_/test_artificial_128_RelativeDifference_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_/test_artificial_32_RelativeDifference_MovingMedian_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_/test_artificial_32_RelativeDifference_MovingMedian_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_/test_artificial_32_RelativeDifference_MovingMedian_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_RelativeDifference_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_RelativeDifference_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_12/test_artificial_128_RelativeDifference_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_RelativeDifference_MovingMedian_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_RelativeDifference_MovingMedian_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_12/ar_12/test_artificial_32_RelativeDifference_MovingMedian_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_RelativeDifference_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_RelativeDifference_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_/test_artificial_1024_RelativeDifference_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_/test_artificial_128_RelativeDifference_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_/test_artificial_128_RelativeDifference_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_/test_artificial_128_RelativeDifference_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_/test_artificial_32_RelativeDifference_MovingMedian_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_/test_artificial_32_RelativeDifference_MovingMedian_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_/test_artificial_32_RelativeDifference_MovingMedian_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_RelativeDifference_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_RelativeDifference_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_12/test_artificial_128_RelativeDifference_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_RelativeDifference_MovingMedian_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_RelativeDifference_MovingMedian_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_30/ar_12/test_artificial_32_RelativeDifference_MovingMedian_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_RelativeDifference_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_RelativeDifference_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_/test_artificial_1024_RelativeDifference_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_/test_artificial_128_RelativeDifference_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_/test_artificial_128_RelativeDifference_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_/test_artificial_128_RelativeDifference_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_/test_artificial_32_RelativeDifference_MovingMedian_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_/test_artificial_32_RelativeDifference_MovingMedian_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_/test_artificial_32_RelativeDifference_MovingMedian_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_RelativeDifference_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_RelativeDifference_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_12/test_artificial_128_RelativeDifference_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_RelativeDifference_MovingMedian_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_RelativeDifference_MovingMedian_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_5/ar_12/test_artificial_32_RelativeDifference_MovingMedian_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_RelativeDifference_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_RelativeDifference_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_/test_artificial_1024_RelativeDifference_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_/test_artificial_128_RelativeDifference_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_/test_artificial_128_RelativeDifference_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_/test_artificial_128_RelativeDifference_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_/test_artificial_32_RelativeDifference_MovingMedian_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_/test_artificial_32_RelativeDifference_MovingMedian_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_/test_artificial_32_RelativeDifference_MovingMedian_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_12/test_artificial_1024_RelativeDifference_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_RelativeDifference_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_RelativeDifference_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_12/test_artificial_128_RelativeDifference_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_RelativeDifference_MovingMedian_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_RelativeDifference_MovingMedian_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_MovingMedian/cycle_7/ar_12/test_artificial_32_RelativeDifference_MovingMedian_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_RelativeDifference_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_RelativeDifference_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_/test_artificial_1024_RelativeDifference_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_/test_artificial_128_RelativeDifference_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_/test_artificial_128_RelativeDifference_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_/test_artificial_128_RelativeDifference_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_/test_artificial_32_RelativeDifference_PolyTrend_0__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_/test_artificial_32_RelativeDifference_PolyTrend_0__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_/test_artificial_32_RelativeDifference_PolyTrend_0__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_RelativeDifference_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_RelativeDifference_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_12/test_artificial_128_RelativeDifference_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_RelativeDifference_PolyTrend_0_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_RelativeDifference_PolyTrend_0_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_0/ar_12/test_artificial_32_RelativeDifference_PolyTrend_0_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_RelativeDifference_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_RelativeDifference_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_/test_artificial_1024_RelativeDifference_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_/test_artificial_128_RelativeDifference_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_/test_artificial_128_RelativeDifference_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_/test_artificial_128_RelativeDifference_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_/test_artificial_32_RelativeDifference_PolyTrend_12__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_/test_artificial_32_RelativeDifference_PolyTrend_12__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_/test_artificial_32_RelativeDifference_PolyTrend_12__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_RelativeDifference_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_RelativeDifference_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_12/test_artificial_128_RelativeDifference_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_RelativeDifference_PolyTrend_12_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_RelativeDifference_PolyTrend_12_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_12/ar_12/test_artificial_32_RelativeDifference_PolyTrend_12_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_RelativeDifference_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_RelativeDifference_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_/test_artificial_1024_RelativeDifference_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_/test_artificial_128_RelativeDifference_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_/test_artificial_128_RelativeDifference_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_/test_artificial_128_RelativeDifference_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_/test_artificial_32_RelativeDifference_PolyTrend_30__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_/test_artificial_32_RelativeDifference_PolyTrend_30__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_/test_artificial_32_RelativeDifference_PolyTrend_30__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_RelativeDifference_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_RelativeDifference_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_12/test_artificial_128_RelativeDifference_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_RelativeDifference_PolyTrend_30_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_RelativeDifference_PolyTrend_30_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_30/ar_12/test_artificial_32_RelativeDifference_PolyTrend_30_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_RelativeDifference_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_RelativeDifference_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_/test_artificial_1024_RelativeDifference_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_/test_artificial_128_RelativeDifference_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_/test_artificial_128_RelativeDifference_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_/test_artificial_128_RelativeDifference_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_/test_artificial_32_RelativeDifference_PolyTrend_5__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_/test_artificial_32_RelativeDifference_PolyTrend_5__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_/test_artificial_32_RelativeDifference_PolyTrend_5__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_RelativeDifference_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_RelativeDifference_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_12/test_artificial_128_RelativeDifference_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_RelativeDifference_PolyTrend_5_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_RelativeDifference_PolyTrend_5_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_5/ar_12/test_artificial_32_RelativeDifference_PolyTrend_5_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_RelativeDifference_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_RelativeDifference_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_/test_artificial_1024_RelativeDifference_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_/test_artificial_128_RelativeDifference_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_/test_artificial_128_RelativeDifference_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_/test_artificial_128_RelativeDifference_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_/test_artificial_32_RelativeDifference_PolyTrend_7__0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_/test_artificial_32_RelativeDifference_PolyTrend_7__100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_/test_artificial_32_RelativeDifference_PolyTrend_7__20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_12/test_artificial_1024_RelativeDifference_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_RelativeDifference_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_RelativeDifference_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_12/test_artificial_128_RelativeDifference_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_RelativeDifference_PolyTrend_7_12_0.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_RelativeDifference_PolyTrend_7_12_100.py
src/tstoolbox/pyaf/tests/artificial/transf_RelativeDifference/trend_PolyTrend/cycle_7/ar_12/test_artificial_32_RelativeDifference_PolyTrend_7_12_20.py
src/tstoolbox/pyaf/tests/basic_checks/hierarchy_checks.py
src/tstoolbox/pyaf/tests/basic_checks/hierarchy_checks_bad_horizon.py
src/tstoolbox/pyaf/tests/basic_checks/hierarchy_checks_base_column_bad_storage.py
src/tstoolbox/pyaf/tests/basic_checks/hierarchy_checks_date_column_bad_storage.py
src/tstoolbox/pyaf/tests/basic_checks/hierarchy_checks_non_existant_base_column.py
src/tstoolbox/pyaf/tests/basic_checks/hierarchy_checks_non_existant_date_column.py
src/tstoolbox/pyaf/tests/basic_checks/hierarchy_checks_unkonwn_base_column.py
src/tstoolbox/pyaf/tests/basic_checks/issue_46_min_max_issues.py
src/tstoolbox/pyaf/tests/basic_checks/issue_46_negative_horizon.py
src/tstoolbox/pyaf/tests/basic_checks/issue_46_non_existant_signal_column.py
src/tstoolbox/pyaf/tests/basic_checks/issue_46_non_existant_time_column.py
src/tstoolbox/pyaf/tests/basic_checks/issue_46_one_or_two_rows.py
src/tstoolbox/pyaf/tests/basic_checks/issue_46_wrong_type_date_column.py
src/tstoolbox/pyaf/tests/basic_checks/issue_46_wrong_type_signal_column.py
src/tstoolbox/pyaf/tests/basic_checks/platform_info.py
src/tstoolbox/pyaf/tests/basic_checks/test_pearson.py
src/tstoolbox/pyaf/tests/basic_checks/test_temporal_demo_hourly_D_H_ErrorMessage.py
src/tstoolbox/pyaf/tests/basic_checks/test_temporal_demo_hourly_D_H_ErrorMessage_2.py
src/tstoolbox/pyaf/tests/basic_checks/test_temporal_demo_hourly_D_H_ErrorMessage_3.py
src/tstoolbox/pyaf/tests/bench/define_web_traffic_jobs.py
src/tstoolbox/pyaf/tests/bench/test_M1Comp.py
src/tstoolbox/pyaf/tests/bench/test_M2Comp.py
src/tstoolbox/pyaf/tests/bench/test_M3Comp.py
src/tstoolbox/pyaf/tests/bench/test_M4Comp.py
src/tstoolbox/pyaf/tests/bench/test_M4_C0808_failure.py
src/tstoolbox/pyaf/tests/bench/test_M4_ECON1830_failure.py
src/tstoolbox/pyaf/tests/bench/test_M4_FIN27_failure.py
src/tstoolbox/pyaf/tests/bench/test_M4_FIN28_failure.py
src/tstoolbox/pyaf/tests/bench/test_M4_FIN29_failure.py
src/tstoolbox/pyaf/tests/bench/test_MComp.py
src/tstoolbox/pyaf/tests/bench/test_MWH_datasets.py
src/tstoolbox/pyaf/tests/bench/test_NN3.py
src/tstoolbox/pyaf/tests/bench/test_NN5.py
src/tstoolbox/pyaf/tests/bench/test_artificial_bench_Signal_7500_D_0_linear_468_exp_0_40.py
src/tstoolbox/pyaf/tests/bench/test_artificial_one_dataset.py
src/tstoolbox/pyaf/tests/bench/test_stock_prices.py
src/tstoolbox/pyaf/tests/bench/test_web_traffic.py
src/tstoolbox/pyaf/tests/bench/test_web_traffic_default_pyaf.py
src/tstoolbox/pyaf/tests/bench/test_web_traffic_default_pyaf_clean.py
src/tstoolbox/pyaf/tests/bench/test_web_traffic_hier_pyaf_top_down.py
src/tstoolbox/pyaf/tests/bench/test_web_traffic_zero.py
src/tstoolbox/pyaf/tests/bench/test_yahoo.py
src/tstoolbox/pyaf/tests/bench/test_yahoo_cac40.py
src/tstoolbox/pyaf/tests/bench/test_yahoo_nyse_VRS.py
src/tstoolbox/pyaf/tests/bench/web_traffic_jobs/gen_makefile.py
src/tstoolbox/pyaf/tests/bugs/run_benchmark_M1Comp_MNB71_18.py
src/tstoolbox/pyaf/tests/bugs/run_benchmark_M4Comp_ECONOMICS_ECON1151_18.py
src/tstoolbox/pyaf/tests/bugs/run_benchmark_Yahoo_nysecomp_VRS.py
src/tstoolbox/pyaf/tests/bugs/test_artificial_bug_1.py
src/tstoolbox/pyaf/tests/bugs/test_artificial_bug_2.py
src/tstoolbox/pyaf/tests/bugs/test_random_exogenous.py
src/tstoolbox/pyaf/tests/bugs/issue_106/insurance_exog.py
src/tstoolbox/pyaf/tests/bugs/issue_106/insurance_exog_slow_mode.py
src/tstoolbox/pyaf/tests/bugs/issue_106/insurance_exog_svrx.py
src/tstoolbox/pyaf/tests/bugs/issue_106/insurance_exog_xgbx.py
src/tstoolbox/pyaf/tests/bugs/issue_106/submitted_script.py
src/tstoolbox/pyaf/tests/bugs/issue_179/issue_179_cumprod_overflow.py
src/tstoolbox/pyaf/tests/bugs/issue_19/issue_19_no_interpolation.py
src/tstoolbox/pyaf/tests/bugs/issue_193/test_ozone_exogenous_issue_193_no_exog.py
src/tstoolbox/pyaf/tests/bugs/issue_193/test_ozone_exogenous_issue_193_with_exog_arx_disabled.py
src/tstoolbox/pyaf/tests/bugs/issue_193/test_ozone_exogenous_issue_193_with_exog_arx_enabled.py
src/tstoolbox/pyaf/tests/bugs/issue_21/test_artificial_1024__poly_7__20.py
src/tstoolbox/pyaf/tests/bugs/issue_21/test_ozone_max_autoreg_5.py
src/tstoolbox/pyaf/tests/bugs/issue_216/issue_216_prediction_interval_shaded_area.py
src/tstoolbox/pyaf/tests/bugs/issue_22/test_artificial_1024_cumsum_constant_5__20.py
src/tstoolbox/pyaf/tests/bugs/issue_220/test_ozone_Lag1Trend_bug.py
src/tstoolbox/pyaf/tests/bugs/issue_29/test_mem_1.py
src/tstoolbox/pyaf/tests/bugs/issue_32/bug_test_ozone_heroku_1.py
src/tstoolbox/pyaf/tests/bugs/issue_32/bug_test_ozone_heroku_1_ws.py
src/tstoolbox/pyaf/tests/bugs/issue_34/issue_34.py
src/tstoolbox/pyaf/tests/bugs/issue_34/issue_34_1.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024__poly_7_12_100.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024_diff_poly_0__0.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024_diff_poly_0__100.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024_inv_constant_30__20.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024_inv_linear_7_12_100.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024_log_linear_30_12_20.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024_log_linear_5_12_100.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024_sqr_poly_5_12_20.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024_sqrt_constant_7_12_100.py
src/tstoolbox/pyaf/tests/bugs/issue_34/test_artificial_1024_sqrt_linear_30_12_20.py
src/tstoolbox/pyaf/tests/bugs/issue_36/display_version_info.py
src/tstoolbox/pyaf/tests/bugs/issue_36/issue_36_version_info.py
src/tstoolbox/pyaf/tests/bugs/issue_4/issue_4.py
src/tstoolbox/pyaf/tests/bugs/issue_46/issue_46_one_or_two_rows.py
src/tstoolbox/pyaf/tests/bugs/issue_55/grouping_issue_55_notebook.py
src/tstoolbox/pyaf/tests/bugs/issue_56/issue_56_order1.py
src/tstoolbox/pyaf/tests/bugs/issue_56/issue_56_order2.py
src/tstoolbox/pyaf/tests/bugs/issue_58/issue_58_1_categorical_exogenous.py
src/tstoolbox/pyaf/tests/bugs/issue_69/issue_69_example_1_no_rectifier.py
src/tstoolbox/pyaf/tests/bugs/issue_69/issue_69_example_1_with_rectifier.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_artificial_filter_seasonals_day.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_artificial_filter_seasonals_hour.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_artificial_filter_seasonals_min.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_artificial_filter_seasonals_second.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_artificial_keep_all_seasonals_day.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_artificial_keep_all_seasonals_hour.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_artificial_keep_all_seasonals_minute.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_artificial_keep_all_seasonals_second.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_ozone_filter_seasonals.py
src/tstoolbox/pyaf/tests/bugs/issue_70/test_ozone_keep_all_seasonals.py
src/tstoolbox/pyaf/tests/bugs/issue_72/test_artificial_32_exp_linear_0__100.py
src/tstoolbox/pyaf/tests/bugs/issue_72/test_artificial_32_sqrt_poly_7__20.py
src/tstoolbox/pyaf/tests/bugs/issue_73/issue_73_1_fast_mode.py
src/tstoolbox/pyaf/tests/bugs/issue_73/issue_73_1_fast_mode_2.py
src/tstoolbox/pyaf/tests/bugs/issue_73/issue_73_1_slow_mode.py
src/tstoolbox/pyaf/tests/bugs/issue_73/issue_73_1_slow_mode_more_cycles.py
src/tstoolbox/pyaf/tests/bugs/issue_75/issue_75_plot.py
src/tstoolbox/pyaf/tests/bugs/issue_75/issue_75_residues_Are_empty.py
src/tstoolbox/pyaf/tests/bugs/issue_76/test_ozone_unicode.py
src/tstoolbox/pyaf/tests/bugs/issue_79/test_ozone_missing_signal.py
src/tstoolbox/pyaf/tests/bugs/issue_80/test_ozone_missing_time.py
src/tstoolbox/pyaf/tests/bugs/issue_82/issue_82_long_cycles.py
src/tstoolbox/pyaf/tests/bugs/issue_94/issue_94.py
src/tstoolbox/pyaf/tests/business_days_hours/test_ozone_on_business_days.py
src/tstoolbox/pyaf/tests/business_days_hours/test_ozone_on_business_hours.py
src/tstoolbox/pyaf/tests/codegen/test_air_passengers_code_gen.py
src/tstoolbox/pyaf/tests/codegen/test_air_passengers_code_gen_proto.py
src/tstoolbox/pyaf/tests/codegen/test_cycle_code_gen.py
src/tstoolbox/pyaf/tests/codegen/test_lin_trend_cycle_code_gen.py
src/tstoolbox/pyaf/tests/codegen/test_ozone_code_gen.py
src/tstoolbox/pyaf/tests/codegen/test_ozone_code_gen_2.py
src/tstoolbox/pyaf/tests/codegen/test_ozone_exogenous_code_gen.py
src/tstoolbox/pyaf/tests/codegen/test_ozone_no_seas_code_gen.py
src/tstoolbox/pyaf/tests/codegen/test_random_exogenous_code_gen.py
src/tstoolbox/pyaf/tests/cross_validation/test_air_passengers_cross_valid.py
src/tstoolbox/pyaf/tests/cross_validation/test_air_passengers_slow_mode.py
src/tstoolbox/pyaf/tests/cross_validation/test_ozone_cross_valid.py
src/tstoolbox/pyaf/tests/cross_validation/test_ozone_custom_split.py
src/tstoolbox/pyaf/tests/cross_validation/test_ozone_slow_mode.py
src/tstoolbox/pyaf/tests/croston/__init__.py
src/tstoolbox/pyaf/tests/croston/croston_prototype_1.py
src/tstoolbox/pyaf/tests/croston/croston_prototype_2.py
src/tstoolbox/pyaf/tests/croston/croston_test_1_None.py
src/tstoolbox/pyaf/tests/croston/croston_test_1_SBA.py
src/tstoolbox/pyaf/tests/croston/croston_test_1_SBA_linear_trend.py
src/tstoolbox/pyaf/tests/croston/croston_test_1_SBJ.py
src/tstoolbox/pyaf/tests/croston/croston_test_1_SBJ_linear_trend.py
src/tstoolbox/pyaf/tests/croston/croston_test_1_legacy_linear_trend.py
src/tstoolbox/pyaf/tests/croston/croston_tests.py
src/tstoolbox/pyaf/tests/croston/test_croston_fpp2_counts_example.py
src/tstoolbox/pyaf/tests/croston/test_croston_fpp2_counts_example_optimize.py
src/tstoolbox/pyaf/tests/croston/test_croston_fpp2_counts_example_slow_mode.py
src/tstoolbox/pyaf/tests/demos/demo1.py
src/tstoolbox/pyaf/tests/exog/gen_all.py
src/tstoolbox/pyaf/tests/exog/gen_makefile.py
src/tstoolbox/pyaf/tests/exog/test_ozone_exogenous.py
src/tstoolbox/pyaf/tests/exog/test_ozone_exogenous_ARX.py
src/tstoolbox/pyaf/tests/exog/test_ozone_exogenous_LGBX.py
src/tstoolbox/pyaf/tests/exog/test_ozone_exogenous_LSTMX.py
src/tstoolbox/pyaf/tests/exog/test_ozone_exogenous_MLPX.py
src/tstoolbox/pyaf/tests/exog/test_ozone_exogenous_SVRX.py
src/tstoolbox/pyaf/tests/exog/test_ozone_exogenous_XGBX.py
src/tstoolbox/pyaf/tests/exog/test_ozone_exogenous_profile.py
src/tstoolbox/pyaf/tests/exog/test_ozone_exogenous_with_categorical.py
src/tstoolbox/pyaf/tests/exog/test_random_exogenous.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_150_10.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_150_1280.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_150_160.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_150_20.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_150_2000.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_150_320.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_150_40.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_150_640.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_150_80.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_16_10.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_16_1280.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_16_160.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_16_20.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_16_2000.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_16_320.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_16_40.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_16_640.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_16_80.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_300_10.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_300_1280.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_300_160.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_300_20.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_300_2000.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_300_320.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_300_40.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_300_640.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_300_80.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_32_10.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_32_1280.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_32_160.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_32_20.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_32_2000.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_32_320.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_32_40.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_32_640.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_32_80.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_600_10.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_600_1280.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_600_160.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_600_20.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_600_2000.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_600_320.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_600_40.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_600_640.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_600_80.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_75_10.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_75_1280.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_75_160.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_75_20.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_75_2000.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_75_320.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_75_40.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_75_640.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_75_80.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_8_10.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_8_1280.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_8_160.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_8_20.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_8_2000.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_8_320.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_8_40.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_8_640.py
src/tstoolbox/pyaf/tests/exog/random/random_exog_8_80.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_ausgdp.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_bonds.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_canadagas.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_carparts.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_dji.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_djiclose.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_enplanements.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_fmsales.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_freight.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_frexport.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_gasprice.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_hospital.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_jewelry.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_mcopper.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_msales.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_partx.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_test.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_ukcars.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_unemp.cci.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_usgdp.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_usnetelec.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_utility.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_vehicles.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_visitors.py
src/tstoolbox/pyaf/tests/expsmooth/expsmooth_dataset_xrates.py
src/tstoolbox/pyaf/tests/expsmooth/gen_all.py
src/tstoolbox/pyaf/tests/extrapolation/extraplotation_test_exp.py
src/tstoolbox/pyaf/tests/extrapolation/extraplotation_test_linear.py
src/tstoolbox/pyaf/tests/extrapolation/extraplotation_test_linear_boxcox.py
src/tstoolbox/pyaf/tests/extrapolation/extraplotation_test_square.py
src/tstoolbox/pyaf/tests/extrapolation/extraplotation_test_zero.py
src/tstoolbox/pyaf/tests/extrapolation/extraplotation_test_zero_ar_only.py
src/tstoolbox/pyaf/tests/func/test_air_passengers.py
src/tstoolbox/pyaf/tests/func/test_ar.py
src/tstoolbox/pyaf/tests/func/test_const_signal.py
src/tstoolbox/pyaf/tests/func/test_cycle.py
src/tstoolbox/pyaf/tests/func/test_cycles_full.py
src/tstoolbox/pyaf/tests/func/test_ozone.py
src/tstoolbox/pyaf/tests/func/test_ozone_bench_mode.py
src/tstoolbox/pyaf/tests/func/test_ozone_horizon_one.py
src/tstoolbox/pyaf/tests/func/test_ozone_with_logging.py
src/tstoolbox/pyaf/tests/func/test_version.py
src/tstoolbox/pyaf/tests/heroku/build_generic_heroku_model.py
src/tstoolbox/pyaf/tests/heroku/test_air_passengers_heroku.py
src/tstoolbox/pyaf/tests/heroku/test_ozone_exog_heroku.py
src/tstoolbox/pyaf/tests/heroku/test_ozone_heroku.py
src/tstoolbox/pyaf/tests/heroku/test_seasonal_week_of_year.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped_prototyping_1.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped_signals_AllMethods.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped_signals_AllMethods_2.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped_signals_AllMethods_Exogenous_all_nodes.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped_signals_AllMethods_Exogenous_per_node.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped_signals_BU.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped_signals_MO.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped_signals_OC.py
src/tstoolbox/pyaf/tests/hierarchical/test_grouped_signals_TD.py
src/tstoolbox/pyaf/tests/hierarchical/test_hier_prototyping_1.py
src/tstoolbox/pyaf/tests/hierarchical/test_hier_prototyping_2.py
src/tstoolbox/pyaf/tests/hierarchical/test_hier_prototyping_3.py
src/tstoolbox/pyaf/tests/hierarchical/test_hier_prototyping_4.py
src/tstoolbox/pyaf/tests/hierarchical/test_hier_prototyping_5.py
src/tstoolbox/pyaf/tests/hierarchical/test_hierarchy_AU.py
src/tstoolbox/pyaf/tests/hierarchical/test_hierarchy_AU_AllMethods.py
src/tstoolbox/pyaf/tests/hierarchical/test_hierarchy_AU_AllMethods_Exogenous_all_nodes.py
src/tstoolbox/pyaf/tests/hierarchical/test_hierarchy_AU_AllMethods_Exogenous_per_node.py
src/tstoolbox/pyaf/tests/hierarchical/test_hierarchy_AU_BU.py
src/tstoolbox/pyaf/tests/hierarchical/test_hierarchy_AU_MO.py
src/tstoolbox/pyaf/tests/hierarchical/test_hierarchy_AU_OC.py
src/tstoolbox/pyaf/tests/hierarchical/test_hierarchy_AU_TD.py
src/tstoolbox/pyaf/tests/lgbm/test_air_passengers_lgb.py
src/tstoolbox/pyaf/tests/lgbm/test_air_passengers_lgb_only.py
src/tstoolbox/pyaf/tests/lgbm/test_air_passengers_lgb_only_with_custom_options.py
src/tstoolbox/pyaf/tests/lgbm/test_ozone_lgb.py
src/tstoolbox/pyaf/tests/lgbm/test_ozone_lgb_exogenous.py
src/tstoolbox/pyaf/tests/lgbm/test_ozone_lgb_only.py
src/tstoolbox/pyaf/tests/lgbm/test_ozone_lgbx_exogenous.py
src/tstoolbox/pyaf/tests/long_term_forecasts/test_ozone_long_series_hours.py
src/tstoolbox/pyaf/tests/long_term_forecasts/test_ozone_long_series_minute.py
src/tstoolbox/pyaf/tests/long_term_forecasts/test_ozone_medium_series_minute.py
src/tstoolbox/pyaf/tests/missing_data/gen_air_passengers_tests.py
src/tstoolbox/pyaf/tests/missing_data/gen_ozone_tests.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_DiscardRow_Constant.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_DiscardRow_DiscardRow.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_DiscardRow_Interpolate.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_DiscardRow_Mean.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_DiscardRow_Median.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_DiscardRow_None.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_DiscardRow_PreviousValue.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_Interpolate_Constant.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_Interpolate_DiscardRow.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_Interpolate_Interpolate.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_Interpolate_Mean.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_Interpolate_Median.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_Interpolate_None.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_Interpolate_PreviousValue.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_None_Constant.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_None_DiscardRow.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_None_Interpolate.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_None_Mean.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_None_Median.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_None_None.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_None_PreviousValue.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_air_passengers_generic.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_DiscardRow_Constant.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_DiscardRow_DiscardRow.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_DiscardRow_Interpolate.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_DiscardRow_Mean.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_DiscardRow_Median.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_DiscardRow_None.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_DiscardRow_PreviousValue.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_Interpolate_Constant.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_Interpolate_DiscardRow.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_Interpolate_Interpolate.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_Interpolate_Mean.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_Interpolate_Median.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_Interpolate_None.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_Interpolate_PreviousValue.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_None_Constant.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_None_DiscardRow.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_None_Interpolate.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_None_Mean.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_None_Median.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_None_None.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_None_PreviousValue.py
src/tstoolbox/pyaf/tests/missing_data/test_missing_data_ozone_generic.py
src/tstoolbox/pyaf/tests/model_control/gen_all.py
src/tstoolbox/pyaf/tests/model_control/gen_makefile.py
src/tstoolbox/pyaf/tests/model_control/test_ozone_all_models_enabled.py
src/tstoolbox/pyaf/tests/model_control/test_ozone_custom_models_enabled.py
src/tstoolbox/pyaf/tests/model_control/test_ozone_no_models_enabled.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_ConstantTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_Lag1Trend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_LinearTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingAverage_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_MovingMedian_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Anscombe/model_control_one_enabled_Anscombe_PolyTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_ConstantTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_Lag1Trend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_LinearTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingAverage_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_MovingMedian_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_BoxCox/model_control_one_enabled_BoxCox_PolyTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_ConstantTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_Lag1Trend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_LinearTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingAverage_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_MovingMedian_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Difference/model_control_one_enabled_Difference_PolyTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_ConstantTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_Lag1Trend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_LinearTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingAverage_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_MovingMedian_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Fisher/model_control_one_enabled_Fisher_PolyTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_ConstantTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_Lag1Trend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_LinearTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingAverage_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_MovingMedian_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Integration/model_control_one_enabled_Integration_PolyTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_ConstantTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_Lag1Trend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_LinearTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingAverage_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_MovingMedian_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Logit/model_control_one_enabled_Logit_PolyTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_ConstantTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_Lag1Trend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_LinearTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingAverage_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_MovingMedian_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_None/model_control_one_enabled_None_PolyTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_ConstantTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_Lag1Trend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_LinearTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingAverage_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_MovingMedian_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_Quantization/model_control_one_enabled_Quantization_PolyTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_ConstantTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_Lag1Trend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_LinearTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingAverage_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_MovingMedian_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_BestCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_BestCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_BestCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_BestCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_BestCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_BestCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_NoCycle_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_NoCycle_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_NoCycle_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_NoCycle_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_NoCycle_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_NoCycle_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfMonth_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfMonth_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfMonth_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfMonth_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfMonth_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfMonth_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfWeek_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfWeek_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfWeek_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfWeek_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfWeek_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_DayOfWeek_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Hour_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Hour_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Hour_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Hour_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Hour_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Hour_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Minute_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Minute_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Minute_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Minute_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Minute_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Minute_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_MonthOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_MonthOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_MonthOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_MonthOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_MonthOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_MonthOfYear_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Second_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Second_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Second_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Second_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Second_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_Second_SVR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_WeekOfYear_AR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_WeekOfYear_ARX.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_WeekOfYear_LSTM.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_WeekOfYear_MLP.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_WeekOfYear_NoAR.py
src/tstoolbox/pyaf/tests/model_control/detailed/transf_RelativeDifference/model_control_one_enabled_RelativeDifference_PolyTrend_Seasonal_WeekOfYear_SVR.py
src/tstoolbox/pyaf/tests/multi_dimensional_engine/test_multi_dimensional_air_passengers.py
src/tstoolbox/pyaf/tests/multi_dimensional_engine/test_multi_dimensional_air_passengers_2.py
src/tstoolbox/pyaf/tests/multi_dimensional_engine/test_multi_dimensional_ozone.py
src/tstoolbox/pyaf/tests/multi_dimensional_engine/test_multi_dimensional_ozone_2.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/artificial_model_Constant.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/artificial_model_One.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/artificial_model_T+S+R.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/artificial_model_TS+R.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/artificial_model_TSR.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/artificial_model_Zero.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/test_air_passengers_multiplicative_seasonal_T+S+R.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/test_air_passengers_multiplicative_seasonal_TS+R.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/test_air_passengers_multiplicative_seasonal_TSR.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/test_air_passengers_multiplicative_seasonal_ssslow_mode.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/test_ozone_multiplicative_seasonal_T+S+R.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/test_ozone_multiplicative_seasonal_TS+R.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/test_ozone_multiplicative_seasonal_TSR.py
src/tstoolbox/pyaf/tests/multiplicative_seasonal/test_ozone_multiplicative_seasonal_ssslow_mode.py
src/tstoolbox/pyaf/tests/neuralnet/Keras_LSTM_prototype1_airline_passengers.py
src/tstoolbox/pyaf/tests/neuralnet/Keras_LSTM_prototype1_gen.py
src/tstoolbox/pyaf/tests/neuralnet/Keras_LSTM_prototype1_ozone.py
src/tstoolbox/pyaf/tests/neuralnet/test_air_passengers_CPU_theano.py
src/tstoolbox/pyaf/tests/neuralnet/test_air_passengers_GPU.py
src/tstoolbox/pyaf/tests/neuralnet/test_air_passengers_GPU_tensorflow.py
src/tstoolbox/pyaf/tests/neuralnet/test_air_passengers_GPU_theano.py
src/tstoolbox/pyaf/tests/neuralnet/test_air_passengers_rnn_only.py
src/tstoolbox/pyaf/tests/neuralnet/test_air_passengers_tensorflow.py
src/tstoolbox/pyaf/tests/neuralnet/test_ozone_GPU.py
src/tstoolbox/pyaf/tests/neuralnet/test_ozone__CPU_theano.py
src/tstoolbox/pyaf/tests/neuralnet/test_ozone__GPU_tensorflow.py
src/tstoolbox/pyaf/tests/neuralnet/test_ozone__GPU_theano.py
src/tstoolbox/pyaf/tests/neuralnet/test_ozone_rnn_only.py
src/tstoolbox/pyaf/tests/neuralnet/test_ozone_rnn_only_LSTM.py
src/tstoolbox/pyaf/tests/neuralnet/test_ozone_rnn_only_MLP.py
src/tstoolbox/pyaf/tests/neuralnet/test_ozone_tensorflow.py
src/tstoolbox/pyaf/tests/perf/gen_ar_speed_tests.py
src/tstoolbox/pyaf/tests/perf/gen_long_cycles_tests.py
src/tstoolbox/pyaf/tests/perf/test_cycles_full_long.py
src/tstoolbox/pyaf/tests/perf/test_cycles_full_long_long.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_1000_140.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_1000_20.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_1000_200.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_1000_260.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_1000_320.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_1000_380.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_1000_440.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_1000_80.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_11000_140.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_11000_20.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_11000_200.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_11000_260.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_11000_320.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_11000_380.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_11000_440.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_11000_80.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_21000_140.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_21000_20.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_21000_200.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_21000_260.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_21000_320.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_21000_380.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_21000_440.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_21000_80.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_31000_140.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_31000_20.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_31000_200.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_31000_260.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_31000_320.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_31000_380.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_31000_440.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_31000_80.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_41000_140.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_41000_20.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_41000_200.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_41000_260.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_41000_320.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_41000_380.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_41000_440.py
src/tstoolbox/pyaf/tests/perf/test_long_cycles_nbrows_cycle_length_41000_80.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_many.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_0.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_100.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_150.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_200.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_250.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_300.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_350.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_400.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_450.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_50.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_500.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_550.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_600.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_650.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_700.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_750.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_800.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_850.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_900.py
src/tstoolbox/pyaf/tests/perf/test_ozone_ar_speed_order_950.py
src/tstoolbox/pyaf/tests/perf/test_ozone_debug_perf.py
src/tstoolbox/pyaf/tests/perf/test_ozone_long_series.py
src/tstoolbox/pyaf/tests/perf/test_ozone_long_series_2.py
src/tstoolbox/pyaf/tests/perf/test_parallel.py
src/tstoolbox/pyaf/tests/perf/test_perf1.py
src/tstoolbox/pyaf/tests/perf/test_perf2.py
src/tstoolbox/pyaf/tests/perf/test_web-traffic-time-series-forecasting.py
src/tstoolbox/pyaf/tests/perf/test_web-traffic-time-series-forecasting_all.py
src/tstoolbox/pyaf/tests/perf_LnQ/test_air_passengers_LnQ.py
src/tstoolbox/pyaf/tests/perf_LnQ/test_ozone_LnQ.py
src/tstoolbox/pyaf/tests/perf_MedAE/test_air_passengers_MedAE.py
src/tstoolbox/pyaf/tests/perf_MedAE/test_ozone_MedAE.py
src/tstoolbox/pyaf/tests/perfs/test_ozone_perf_measure.py
src/tstoolbox/pyaf/tests/perfs/test_ozone_perf_measure_L1.py
src/tstoolbox/pyaf/tests/perfs/test_ozone_perf_measure_L2.py
src/tstoolbox/pyaf/tests/perfs/test_ozone_perf_measure_MAPE.py
src/tstoolbox/pyaf/tests/perfs/test_ozone_perf_measure_MASE.py
src/tstoolbox/pyaf/tests/periodicities/gen_all.py
src/tstoolbox/pyaf/tests/periodicities/gen_makefile.py
src/tstoolbox/pyaf/tests/periodicities/period_test.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_100_B_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_100_B_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_100_B_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_100_B_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_100_B_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_100_B_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_100_B_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_100_B_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_100_B_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_1600_B_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_1600_B_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_1600_B_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_1600_B_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_1600_B_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_1600_B_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_1600_B_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_1600_B_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_1600_B_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_200_B_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_200_B_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_200_B_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_200_B_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_200_B_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_200_B_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_200_B_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_200_B_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_200_B_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_25_B_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_25_B_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_25_B_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_25_B_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_25_B_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_25_B_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_25_B_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_25_B_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_25_B_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_3200_B_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_3200_B_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_3200_B_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_3200_B_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_3200_B_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_3200_B_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_3200_B_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_3200_B_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_3200_B_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_400_B_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_400_B_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_400_B_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_400_B_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_400_B_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_400_B_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_400_B_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_400_B_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_400_B_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_50_B_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_50_B_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_50_B_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_50_B_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_50_B_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_50_B_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_50_B_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_50_B_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Day/Cycle_Business_Day_50_B_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_100_BH_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_100_BH_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_100_BH_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_100_BH_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_100_BH_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_100_BH_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_100_BH_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_100_BH_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_100_BH_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_1600_BH_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_1600_BH_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_1600_BH_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_1600_BH_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_1600_BH_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_1600_BH_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_1600_BH_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_1600_BH_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_1600_BH_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_200_BH_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_200_BH_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_200_BH_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_200_BH_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_200_BH_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_200_BH_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_200_BH_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_200_BH_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_200_BH_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_25_BH_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_25_BH_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_25_BH_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_25_BH_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_25_BH_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_25_BH_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_25_BH_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_25_BH_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_25_BH_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_3200_BH_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_3200_BH_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_3200_BH_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_3200_BH_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_3200_BH_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_3200_BH_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_3200_BH_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_3200_BH_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_3200_BH_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_400_BH_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_400_BH_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_400_BH_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_400_BH_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_400_BH_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_400_BH_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_400_BH_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_400_BH_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_400_BH_7.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_50_BH_12.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_50_BH_120.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_50_BH_15.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_50_BH_24.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_50_BH_30.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_50_BH_360.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_50_BH_5.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_50_BH_60.py
src/tstoolbox/pyaf/tests/periodicities/Business_Hour/Cycle_Business_Hour_50_BH_7.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_100_D_12.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_100_D_120.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_100_D_15.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_100_D_24.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_100_D_30.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_100_D_360.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_100_D_5.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_100_D_60.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_100_D_7.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_1600_D_12.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_1600_D_120.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_1600_D_15.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_1600_D_24.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_1600_D_30.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_1600_D_360.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_1600_D_5.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_1600_D_60.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_1600_D_7.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_200_D_12.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_200_D_120.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_200_D_15.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_200_D_24.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_200_D_30.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_200_D_360.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_200_D_5.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_200_D_60.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_200_D_7.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_25_D_12.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_25_D_120.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_25_D_15.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_25_D_24.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_25_D_30.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_25_D_360.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_25_D_5.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_25_D_60.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_25_D_7.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_3200_D_12.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_3200_D_120.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_3200_D_15.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_3200_D_24.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_3200_D_30.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_3200_D_360.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_3200_D_5.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_3200_D_60.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_3200_D_7.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_400_D_12.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_400_D_120.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_400_D_15.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_400_D_24.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_400_D_30.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_400_D_360.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_400_D_5.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_400_D_60.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_400_D_7.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_50_D_12.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_50_D_120.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_50_D_15.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_50_D_24.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_50_D_30.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_50_D_360.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_50_D_5.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_50_D_60.py
src/tstoolbox/pyaf/tests/periodicities/Day/Cycle_Day_50_D_7.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_100_H_12.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_100_H_120.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_100_H_15.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_100_H_24.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_100_H_30.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_100_H_360.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_100_H_5.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_100_H_60.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_100_H_7.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_1600_H_12.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_1600_H_120.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_1600_H_15.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_1600_H_24.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_1600_H_30.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_1600_H_360.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_1600_H_5.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_1600_H_60.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_1600_H_7.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_200_H_12.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_200_H_120.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_200_H_15.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_200_H_24.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_200_H_30.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_200_H_360.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_200_H_5.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_200_H_60.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_200_H_7.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_25_H_12.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_25_H_120.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_25_H_15.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_25_H_24.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_25_H_30.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_25_H_360.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_25_H_5.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_25_H_60.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_25_H_7.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_3200_H_12.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_3200_H_120.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_3200_H_15.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_3200_H_24.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_3200_H_30.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_3200_H_360.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_3200_H_5.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_3200_H_60.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_3200_H_7.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_400_H_12.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_400_H_120.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_400_H_15.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_400_H_24.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_400_H_30.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_400_H_360.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_400_H_5.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_400_H_60.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_400_H_7.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_50_H_12.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_50_H_120.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_50_H_15.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_50_H_24.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_50_H_30.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_50_H_360.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_50_H_5.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_50_H_60.py
src/tstoolbox/pyaf/tests/periodicities/Hour/Cycle_Hour_50_H_7.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_100_T_12.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_100_T_120.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_100_T_15.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_100_T_24.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_100_T_30.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_100_T_360.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_100_T_5.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_100_T_60.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_100_T_7.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_1600_T_12.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_1600_T_120.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_1600_T_15.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_1600_T_24.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_1600_T_30.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_1600_T_360.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_1600_T_5.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_1600_T_60.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_1600_T_7.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_200_T_12.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_200_T_120.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_200_T_15.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_200_T_24.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_200_T_30.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_200_T_360.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_200_T_5.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_200_T_60.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_200_T_7.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_25_T_12.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_25_T_120.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_25_T_15.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_25_T_24.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_25_T_30.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_25_T_360.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_25_T_5.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_25_T_60.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_25_T_7.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_3200_T_12.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_3200_T_120.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_3200_T_15.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_3200_T_24.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_3200_T_30.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_3200_T_360.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_3200_T_5.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_3200_T_60.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_3200_T_7.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_400_T_12.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_400_T_120.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_400_T_15.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_400_T_24.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_400_T_30.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_400_T_360.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_400_T_5.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_400_T_60.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_400_T_7.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_50_T_12.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_50_T_120.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_50_T_15.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_50_T_24.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_50_T_30.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_50_T_360.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_50_T_5.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_50_T_60.py
src/tstoolbox/pyaf/tests/periodicities/Minute/Cycle_Minute_50_T_7.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_100_M_12.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_100_M_120.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_100_M_15.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_100_M_24.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_100_M_30.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_100_M_360.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_100_M_5.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_100_M_60.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_100_M_7.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_200_M_12.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_200_M_120.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_200_M_15.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_200_M_24.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_200_M_30.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_200_M_360.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_200_M_5.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_200_M_60.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_200_M_7.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_25_M_12.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_25_M_120.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_25_M_15.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_25_M_24.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_25_M_30.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_25_M_360.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_25_M_5.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_25_M_60.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_25_M_7.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_400_M_12.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_400_M_120.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_400_M_15.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_400_M_24.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_400_M_30.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_400_M_360.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_400_M_5.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_400_M_60.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_400_M_7.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_50_M_12.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_50_M_120.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_50_M_15.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_50_M_24.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_50_M_30.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_50_M_360.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_50_M_5.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_50_M_60.py
src/tstoolbox/pyaf/tests/periodicities/Month/Cycle_Month_50_M_7.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_100_S_12.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_100_S_120.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_100_S_15.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_100_S_24.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_100_S_30.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_100_S_360.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_100_S_5.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_100_S_60.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_100_S_7.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_1600_S_12.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_1600_S_120.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_1600_S_15.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_1600_S_24.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_1600_S_30.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_1600_S_360.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_1600_S_5.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_1600_S_60.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_1600_S_7.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_200_S_12.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_200_S_120.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_200_S_15.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_200_S_24.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_200_S_30.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_200_S_360.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_200_S_5.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_200_S_60.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_200_S_7.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_25_S_12.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_25_S_120.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_25_S_15.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_25_S_24.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_25_S_30.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_25_S_360.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_25_S_5.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_25_S_60.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_25_S_7.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_3200_S_12.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_3200_S_120.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_3200_S_15.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_3200_S_24.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_3200_S_30.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_3200_S_360.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_3200_S_5.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_3200_S_60.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_3200_S_7.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_400_S_12.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_400_S_120.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_400_S_15.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_400_S_24.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_400_S_30.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_400_S_360.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_400_S_5.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_400_S_60.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_400_S_7.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_50_S_12.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_50_S_120.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_50_S_15.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_50_S_24.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_50_S_30.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_50_S_360.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_50_S_5.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_50_S_60.py
src/tstoolbox/pyaf/tests/periodicities/Second/Cycle_Second_50_S_7.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_100_SM_12.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_100_SM_120.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_100_SM_15.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_100_SM_24.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_100_SM_30.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_100_SM_360.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_100_SM_5.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_100_SM_60.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_100_SM_7.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_200_SM_12.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_200_SM_120.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_200_SM_15.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_200_SM_24.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_200_SM_30.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_200_SM_360.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_200_SM_5.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_200_SM_60.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_200_SM_7.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_25_SM_12.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_25_SM_120.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_25_SM_15.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_25_SM_24.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_25_SM_30.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_25_SM_360.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_25_SM_5.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_25_SM_60.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_25_SM_7.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_400_SM_12.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_400_SM_120.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_400_SM_15.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_400_SM_24.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_400_SM_30.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_400_SM_360.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_400_SM_5.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_400_SM_60.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_400_SM_7.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_50_SM_12.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_50_SM_120.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_50_SM_15.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_50_SM_24.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_50_SM_30.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_50_SM_360.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_50_SM_5.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_50_SM_60.py
src/tstoolbox/pyaf/tests/periodicities/Semi_Month/Cycle_Semi_Month_50_SM_7.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_100_W_12.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_100_W_120.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_100_W_15.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_100_W_24.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_100_W_30.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_100_W_360.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_100_W_5.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_100_W_60.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_100_W_7.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_1600_W_12.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_1600_W_120.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_1600_W_15.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_1600_W_24.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_1600_W_30.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_1600_W_360.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_1600_W_5.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_1600_W_60.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_1600_W_7.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_200_W_12.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_200_W_120.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_200_W_15.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_200_W_24.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_200_W_30.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_200_W_360.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_200_W_5.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_200_W_60.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_200_W_7.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_25_W_12.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_25_W_120.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_25_W_15.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_25_W_24.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_25_W_30.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_25_W_360.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_25_W_5.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_25_W_60.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_25_W_7.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_400_W_12.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_400_W_120.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_400_W_15.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_400_W_24.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_400_W_30.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_400_W_360.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_400_W_5.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_400_W_60.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_400_W_7.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_50_W_12.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_50_W_120.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_50_W_15.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_50_W_24.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_50_W_30.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_50_W_360.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_50_W_5.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_50_W_60.py
src/tstoolbox/pyaf/tests/periodicities/Week/Cycle_Week_50_W_7.py
src/tstoolbox/pyaf/tests/pickling/test_ozone_pickle.py
src/tstoolbox/pyaf/tests/plots/test_air_passengers_plots.py
src/tstoolbox/pyaf/tests/plots/test_hierarchy_AU_all_reconciliations_plots.py
src/tstoolbox/pyaf/tests/plots/test_hierarchy_AU_plots.py
src/tstoolbox/pyaf/tests/plots/test_ozone_plots.py
src/tstoolbox/pyaf/tests/probabilistic_forecasting/test_air_passengers.py
src/tstoolbox/pyaf/tests/probabilistic_forecasting/test_ozone.py
src/tstoolbox/pyaf/tests/pytorch/test_ozone_exogenous_LSTMX_keras.py
src/tstoolbox/pyaf/tests/pytorch/test_ozone_exogenous_LSTMX_pytorch.py
src/tstoolbox/pyaf/tests/pytorch/test_ozone_exogenous_LSTMX_pytorch_or_keras.py
src/tstoolbox/pyaf/tests/pytorch/test_ozone_exogenous_MLPX_keras.py
src/tstoolbox/pyaf/tests/pytorch/test_ozone_exogenous_MLPX_pytorch.py
src/tstoolbox/pyaf/tests/pytorch/test_ozone_exogenous_MLPX_pytorch_or_keras.py
src/tstoolbox/pyaf/tests/pytorch/test_ozone_exogenous_gen.py
src/tstoolbox/pyaf/tests/pytorch/test_ozone_exogenous_keras_256_threads.py
src/tstoolbox/pyaf/tests/pytorch/test_ozone_exogenous_pytorch_256_threads.py
src/tstoolbox/pyaf/tests/real-life/test_sof_example.py
src/tstoolbox/pyaf/tests/real-life/test_sof_example2.py
src/tstoolbox/pyaf/tests/sampling/test_ozone_with_no_sampling.py
src/tstoolbox/pyaf/tests/sampling/test_ozone_with_sampling.py
src/tstoolbox/pyaf/tests/sampling/test_ozone_with_sampling_2.py
src/tstoolbox/pyaf/tests/sampling/test_ozone_with_sampling_3.py
src/tstoolbox/pyaf/tests/svr/test_air_passengers_svr.py
src/tstoolbox/pyaf/tests/svr/test_air_passengers_svr_only.py
src/tstoolbox/pyaf/tests/svr/test_ozone_svr.py
src/tstoolbox/pyaf/tests/svr/test_ozone_svr_only.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_1.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_daily_D_W_2W.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_daily_D_W_2W_Q.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_daily_D_W_M.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_daily_D_W_M_Q.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_daily_D_W_Q.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_hourly_H_6H_12H_D.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_hourly_H_6H_12H_D_W.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_hourly_H_D.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_minutely_T_10T_30T_H.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_minutely_T_H.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_minutely_T_H_12H_D.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_monthly_M_2M_6M.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_monthly_M_2M_6M_12M.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_monthly_M_Q_A.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_weekly_W_2W_M_Q.py
src/tstoolbox/pyaf/tests/temporal_hierarchy/test_temporal_demo_weekly_W_Q_A.py
src/tstoolbox/pyaf/tests/time_res/test_ozone_Daily.py
src/tstoolbox/pyaf/tests/time_res/test_ozone_Hourly.py
src/tstoolbox/pyaf/tests/time_res/test_ozone_Minutely.py
src/tstoolbox/pyaf/tests/time_res/test_ozone_Secondly.py
src/tstoolbox/pyaf/tests/time_res/test_ozone_Weekly.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_anscombe.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_boxcox.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_cumsum.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_difference.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_fisher.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_generic.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_logit.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_none.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_quantization.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_relative_difference.py
src/tstoolbox/pyaf/tests/transformations/test_ozone_transf_relative_difference_1.py
src/tstoolbox/pyaf/tests/xeon-phi-parallel/test_air_passengers_slow_mode_more_cores.py
src/tstoolbox/pyaf/tests/xeon-phi-parallel/test_ozone_too_many_threads.py
src/tstoolbox/pyaf/tests/xgb/test_air_passengers_xgb.py
src/tstoolbox/pyaf/tests/xgb/test_air_passengers_xgb_only.py
src/tstoolbox/pyaf/tests/xgb/test_air_passengers_xgb_only_with_custom_options.py
src/tstoolbox/pyaf/tests/xgb/test_ozone_xgb.py
src/tstoolbox/pyaf/tests/xgb/test_ozone_xgb_exogenous.py
src/tstoolbox/pyaf/tests/xgb/test_ozone_xgb_only.py
src/tstoolbox/pyaf/tests/xgb/test_ozone_xgbx_exogenous.py
src/tstoolbox/skill_metrics/LICENSE_SkillMetrics.txt
src/tstoolbox/skill_metrics/README_SkillMetrics.rst
src/tstoolbox/skill_metrics/__init__.py
src/tstoolbox/skill_metrics/apc_bias.py
src/tstoolbox/skill_metrics/bias.py
src/tstoolbox/skill_metrics/brier_score.py
src/tstoolbox/skill_metrics/centered_rms_dev.py
src/tstoolbox/skill_metrics/check_duplicate_stats.py
src/tstoolbox/skill_metrics/check_on_off.py
src/tstoolbox/skill_metrics/check_taylor_stats.py
src/tstoolbox/skill_metrics/get_target_diagram_axes.py
src/tstoolbox/skill_metrics/get_target_diagram_options.py
src/tstoolbox/skill_metrics/get_taylor_diagram_axes.py
src/tstoolbox/skill_metrics/get_taylor_diagram_options.py
src/tstoolbox/skill_metrics/index_agreement.py
src/tstoolbox/skill_metrics/kge.py
src/tstoolbox/skill_metrics/kge09.py
src/tstoolbox/skill_metrics/kge12.py
src/tstoolbox/skill_metrics/nse.py
src/tstoolbox/skill_metrics/overlay_target_diagram_circles.py
src/tstoolbox/skill_metrics/overlay_taylor_diagram_circles.py
src/tstoolbox/skill_metrics/overlay_taylor_diagram_lines.py
src/tstoolbox/skill_metrics/pc_bias.py
src/tstoolbox/skill_metrics/plot_pattern_diagram_colorbar.py
src/tstoolbox/skill_metrics/plot_pattern_diagram_markers.py
src/tstoolbox/skill_metrics/plot_target_axes.py
src/tstoolbox/skill_metrics/plot_taylor_axes.py
src/tstoolbox/skill_metrics/plot_taylor_obs.py
src/tstoolbox/skill_metrics/report_duplicate_stats.py
src/tstoolbox/skill_metrics/rmsd.py
src/tstoolbox/skill_metrics/skill_score_brier.py
src/tstoolbox/skill_metrics/skill_score_murphy.py
src/tstoolbox/skill_metrics/target_diagram.py
src/tstoolbox/skill_metrics/target_statistics.py
src/tstoolbox/skill_metrics/taylor_diagram.py
src/tstoolbox/skill_metrics/taylor_statistics.py
src/tstoolbox/skill_metrics/utils.py
src/tstoolbox/skill_metrics/write_stats.py
src/tstoolbox/skill_metrics/write_target_stats.py
src/tstoolbox/skill_metrics/write_taylor_stats.py
tests/02234500_65_65.csv
tests/02325000_flow.csv
tests/__init__.py
tests/capture.py
tests/daily.csv
tests/daily_no_header.csv
tests/data.wdm
tests/data_02325000_flow.csv
tests/data_6b_np1.hbn
tests/data_Alachua_FAWN_NldasForcingA_temperature_yearly.csv
tests/data_Crystal_River_NWS_NldasForcingA_temperature_yearly.csv
tests/data_bi_daily.csv
tests/data_daily.csv
tests/data_daily_sample.csv
tests/data_dirty_index.csv
tests/data_empty_cols.csv
tests/data_fill_from.csv
tests/data_filter_fft_lowpass.csv
tests/data_filter_flat.csv
tests/data_filter_hanning.csv
tests/data_flat.csv
tests/data_flat_01.csv
tests/data_flow_stage.ods
tests/data_flow_stage.xlsx
tests/data_gainesville_daily_precip.csv
tests/data_gainesville_daily_precip_index.csv
tests/data_gainesville_hourly_precip.csv
tests/data_missing.csv
tests/data_multiple_cols.csv
tests/data_read_append.csv
tests/data_read_append_header.csv
tests/data_read_append_header_cols.csv
tests/data_read_append_header_duplicate.csv
tests/data_simple.csv
tests/data_simple_extra_rows.csv
tests/data_simple_extra_rows_sparse.csv
tests/data_sine.csv
tests/data_spaces.csv
tests/data_stacked.csv
tests/data_stacked_1.csv
tests/data_sunspot.csv
tests/data_sunspot_EST.csv
tests/data_sunspot_index.csv
tests/data_sunspot_normalized_0_to_1.csv
tests/data_sunspot_normalized_10_to_20.csv
tests/data_sunspot_normalized_pct_rank.csv
tests/data_sunspot_normalized_zscore.csv
tests/data_unstacked.csv
tests/sunspot.py
tests/sunspot_area.txt
tests/sunspot_area_fdc_compare.txt
tests/test.wdm
tests/test_accumulate.py
tests/test_add_trend.py
tests/test_aggregate.py
tests/test_calculate_fdc.py
tests/test_clean.py
tests/test_clip.py
tests/test_convert.py
tests/test_convert_index.py
tests/test_convert_units.py
tests/test_converttz.py
tests/test_createts.py
tests/test_date_offset.py
tests/test_date_slice.py
tests/test_describe.py
tests/test_dropna.py
tests/test_equation.py
tests/test_fdc.py
tests/test_fill.py
tests/test_filters.py
tests/test_gof.py
tests/test_make_list.py
tests/test_normalization.py
tests/test_peak_detect.py
tests/test_pick.py
tests/test_plot_1.py
tests/test_plot_2.py
tests/test_plot_3.py
tests/test_read.py
tests/test_replace.py
tests/test_rolling_window.py
tests/test_round_index.py
tests/test_skiprows.py
tests/test_stack_unstack.py
tests/test_ts_intervals.py
tests/baseline/test_autocorrelation.png
tests/baseline/test_bar.png
tests/baseline/test_bar_stacked.png
tests/baseline/test_barh.png
tests/baseline/test_barh_stacked.png
tests/baseline/test_boxplot.png
tests/baseline/test_double_mass.png
tests/baseline/test_double_mass_marker.png
tests/baseline/test_double_mass_mult.png
tests/baseline/test_heatmap.png
tests/baseline/test_histogram.png
tests/baseline/test_kde_time.png
tests/baseline/test_kde_time_multiple_traces.png
tests/baseline/test_lag_plot.png
tests/baseline/test_lognorm_xaxis.png
tests/baseline/test_lognorm_yaxis.png
tests/baseline/test_norm_xaxis.png
tests/baseline/test_norm_yaxis.png
tests/baseline/test_probability_density.png
tests/baseline/test_scatter_matrix.png
tests/baseline/test_time_markers.png
tests/baseline/test_time_multiple_traces_new_style_plot.png
tests/baseline/test_time_multiple_traces_plot.png
tests/baseline/test_time_multiple_traces_style_plot.png
tests/baseline/test_time_plot.png
tests/baseline/test_weibull_xaxis.png
tests/baseline/test_weibull_yaxis.png
tests/baseline/test_xy.png
tests/baseline/test_xy_multiple_traces.png
tests/baseline/test_xy_multiple_traces_logx.png
tests/baseline/test_xy_multiple_traces_logy.png
tests/baseline/test_xy_multiple_traces_markers.png