We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I,dI=np.array([64.42,54.03,56.14]),np.array([0.01,0.07,0.03]) t,dt=np.array([42,14,21]),np.array([1,1,1]) def espo(x,a,b): return a*np.exp(x/b) popt,pcov=mz.curve_fitdx(espo,t,I,dt,dI)
Da errore
The text was updated successfully, but these errors were encountered:
Credo che ora il problema sia che non funziona più la differenziazione automatica, per curve_fitdx non so se si può prescindere da questo
Sorry, something went wrong.
No branches or pull requests
Da errore
The text was updated successfully, but these errors were encountered: