LICENSE
README.md
pyproject.toml
graphapproximator/__init__.py
graphapproximator/ai.py
graphapproximator/approximators.py
graphapproximator/dag.py
graphapproximator/outliers.py
graphapproximator/parser.py
graphapproximator/plotters.py
graphapproximator/sampler.py
graphapproximator.egg-info/PKG-INFO
graphapproximator.egg-info/SOURCES.txt
graphapproximator.egg-info/dependency_links.txt
graphapproximator.egg-info/requires.txt
graphapproximator.egg-info/top_level.txt
graphapproximator/api/__init__.py
graphapproximator/api/api.py
graphapproximator/api/check_input.py
graphapproximator/api/utils.py
graphapproximator/paramgens/__init__.py
graphapproximator/paramgens/line.py
graphapproximator/paramgens/zeroes.py
graphapproximator/paramgens/interpolators/__init__.py
graphapproximator/paramgens/interpolators/dct.py
graphapproximator/paramgens/interpolators/dft.py
graphapproximator/paramgens/interpolators/dst.py
graphapproximator/paramgens/interpolators/interpolators.py
graphapproximator/paramgens/interpolators/polynomial_regression.py
graphapproximator/paramgens/interpolators/taylor_series.py
graphapproximator/regressor/__init__.py
graphapproximator/regressor/errors.py
graphapproximator/regressor/predictors.py
graphapproximator/regressor/regressor.py
graphapproximator/regressor/strategies.py
graphapproximator/structgens/__init__.py
graphapproximator/structgens/cosine_series.py
graphapproximator/structgens/fourier_series.py
graphapproximator/structgens/idct.py
graphapproximator/structgens/idst.py
graphapproximator/structgens/polynomial.py
graphapproximator/structgens/sine_series.py