For fitting y = A B log x, just fit y against (log x). >>> x = numpy.array([1, 7, 20, 50, 79]) >>> y = numpy.array([10, 19, 30, 35, 51]) >>> numpy.polyfit(numpy.log(x), ...
DOWNLOAD: https://byltly.com/2fbsnd
DOWNLOAD: https://byltly.com/2fbsnd
python-curve-fitting-exponential
939c2ea5af
Commentaires