- Fourier coefficients and ortonormal system based methods:
- Haar approximation,
- Legendre approximation,
- Trigonometric approximation.
- Other methods
- Chebyshev approximation.
To run our script you must have python3 and install requirements from requirements.txt file. Then you can simply run
pdm run python run.py -h
for any other details.
- Examples of Haar approximation
- Examples of Legendre approximation
- Examples of Trigonometric approximation
- Examples of Chebyshev approximation