Skip to content
New issue

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

curve_fitdx #27

Open
Francesco215 opened this issue Aug 18, 2020 · 1 comment
Open

curve_fitdx #27

Francesco215 opened this issue Aug 18, 2020 · 1 comment

Comments

@Francesco215
Copy link
Collaborator

Francesco215 commented Aug 18, 2020

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

@LetteraUnica
Copy link
Owner

Credo che ora il problema sia che non funziona più la differenziazione automatica, per curve_fitdx non so se si può prescindere da questo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants