Inaccurate fitting on exponential decay
I am trying to fit an exponential decay on empirical data.
However, it seems pretty inaccurate.
Scipy ODR – Numerical Error while fitting
I am trying to fit our measured data of the viscosity of fluids with the andrade equation:
eta(T)=A*exp(b/T)
`fun` must return at most 1-d array_like. f0.shape: (10000, 10000)
I need to fit a function which is the solution of a differential function. This is the code: