This commit is contained in:
2019-03-20 13:52:00 +01:00
parent 3084fe0510
commit 5db0f78aee
910 changed files with 191152 additions and 322 deletions

View File

@@ -0,0 +1,13 @@
from mathutils import *
x = [0,1,3,7,12,54,32,11,4,2,1,1,0]
#x = [0,1,5,10,16,559,359,20,17,20,25,31,30]
y = range(len(x))
print fit_gaussian(x,y)
print fit_gaussian_offset(x,y)
print fit_gaussian_linear(x,y)
print fit_gaussian_exp_bkg(x,y)