LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
requirements.yml
requirements_dev.txt
examples/testdata.csv
examples/results/paretoOptimalAggregation.csv
examples/results/preprocessed_wind.csv
examples/results/testperiods_hierarchical.csv
examples/results/testperiods_kmeans.csv
examples/results/testperiods_kmedoids.csv
examples/results/testperiods_predefClusterOrder.csv
examples/results/testperiods_predefClusterOrderAndClusterCenters.csv
examples/results/testperiods_segmentation.csv
src/tsam/__init__.py
src/tsam/hyperparametertuning.py
src/tsam/periodAggregation.py
src/tsam/representations.py
src/tsam/timeseriesaggregation.py
src/tsam.egg-info/PKG-INFO
src/tsam.egg-info/SOURCES.txt
src/tsam.egg-info/dependency_links.txt
src/tsam.egg-info/requires.txt
src/tsam.egg-info/top_level.txt
src/tsam/utils/__init__.py
src/tsam/utils/durationRepresentation.py
src/tsam/utils/k_maxoids.py
src/tsam/utils/k_medoids_contiguity.py
src/tsam/utils/k_medoids_exact.py
src/tsam/utils/segmentation.py
test/test_accuracyIndicators.py
test/test_adjacent_periods.py
test/test_aggregate_hiearchical.py
test/test_assert_raises.py
test/test_averaging.py
test/test_cluster_order.py
test/test_durationCurve.py
test/test_durationRepresentation.py
test/test_extremePeriods.py
test/test_hierarchical.py
test/test_hypertuneAggregation.py
test/test_k_maxoids.py
test/test_k_medoids.py
test/test_k_medoids_contiguity.py
test/test_minmaxRepresentation.py
test/test_preprocess.py
test/test_properties.py
test/test_samemean.py
test/test_segmentation.py
test/test_subhourlyResolution.py
test/test_subhourly_periods.py
test/test_weightingFactors.py