An application that illustrates the efficacy of different curve fitting and interpolation models.
- User can make polynomial & Spline & Nearest 1-D interpolation.
- In polynomial interpolation the user can see the equation for every chunk.
- The user can see the error precentage of fitting curve.
- The user can generate error map for the curve choosing the x and y axis.
- python 3.10
Used packege:
PyQt5 pyqtgraph scipy functools numpy pandas matplotlib
to install: pip install [python-library]
Note: problem in :
- Overlap fitting.
- Overlap in Error map.
- Enhance Design - not important.