Tagged Questions
0
votes
1answer
656 views
Scipy optimize.curve_fit sometimes won't converge
I'm trying to use numpy.optimize.curve_fit to estimate the frequency and phase of an on/off sequence.
This is the code I'm using:
from numpy import *
from scipy import optimize
row = array([0.0, ...