Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 245 Bytes

Readme.md

File metadata and controls

11 lines (7 loc) · 245 Bytes

Curve fitting in python

  • Python version: 3
  • Implemented from scratch
  • No numpy dependency
  • To execute, run fitting.py and write the following command in the shell:

fitting('quad.txt', '\t' , 2 , plot = True)

@VictorAlulema