Guest User

Untitled

a guest
Oct 18th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. def func(x, A, S):
  2. return A*np.exp(-S*(x-440.))
  3.  
  4. curve_fit(func, x, y, p0=[1,0.01])
Add Comment
Please, Sign In to add comment