Add fit functions
This commit is contained in:
parent
e75bdddab3
commit
8d09799726
1 changed files with 2 additions and 0 deletions
2
function/fit.py
Normal file
2
function/fit.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
def linear( x , a , b ):
|
||||
return a * x + b
|
Loading…
Reference in a new issue