You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Least squares and recursive least squares implementation. Determine the resistance R considering Ohm's law V=R*I, by comparing both methods for 2D line fit to noisy data.
Results
Least Squares
Recursive Least Squares
How to run
To run each file, do:
python3 recursive_least_squares_ohm_law.py
About
Least squares and recursive least squares implementation. 2D line fit to noisy data.