0
Q:

numpy exponential curve fit

>>> def func(x, a, b, c):
...     return a * np.exp(-b * x) + c
0
>>> import matplotlib.pyplot as plt
>>> from scipy.optimize import curve_fit
0

New to Communities?

Join the community