1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] How to do exponential and logarithmic curve fitting in Python? I found only...

Discussão em 'Python' iniciado por Stack, Outubro 3, 2024 às 12:12.

  1. Stack

    Stack Membro Participativo

    I have a set of data and I want to compare which line describes it best (polynomials of different orders, exponential or logarithmic).

    I use Python and Numpy and for polynomial fitting there is a function polyfit(). But I found no such functions for exponential and logarithmic fitting.

    Are there any? Or how to solve it otherwise?

    Continue reading...

Compartilhe esta Página