ScrenPanel6
This commit is contained in:
@@ -12,6 +12,10 @@ def gfitoff(x, y, off=None, amp=None, com=None, sigma=None):
|
||||
ret = call_jep("CPython/gfitoff", "gfitoff", [to_npa(x), to_npa(y), off, amp, com, sigma])
|
||||
return ret if ret is None or is_list(ret) else ret.data
|
||||
|
||||
def linfit(x, y):
|
||||
ret = call_jep("CPython/linfit", "linfit", [to_npa(x),to_npa(y)])
|
||||
return (ret[0].data, ret[1].data, ret[2].data, ret[3])
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user