- Linear Regression
- Polynomial Regression
- Exponential, Others
- Bracketting Methods
- Bisection,
- False-Position
- Open Methods
- Newton-Raphson,
- Secant,
- Fixed-point iteractions
- Trapezoidal Method
- Simpson 1/3rd
- Simpson 3/8th
- Euler Method [https://github.com/mu2x/EA2/blob/main/IntegrationMethods.py]
- Runge-Kutta