Python Forum
how to fit an exponential function to multiple data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to fit an exponential function to multiple data
#2
Not sure about what you are trying to get, but take a look at RANSAC algorithm. It allows to find the best fit, as if A, B and C in your case were undistinguished. There is a Python implementation of RANSAC. However, it uses a while loop when finding the best combination, so, it would be probably better (more efficient) to rewrite all code using Cython (or C).
Reply


Messages In This Thread
RE: how to fit an exponential function to multiple data - by scidam - Sep-24-2019, 08:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Laplacian Exponential Diffusion Kernel ainisyarifaah 1 1,695 Nov-25-2021, 06:21 PM
Last Post: Gribouillis
  Filter rows by multiple text conditions in another data frame i.e contains strings an Pan 0 2,134 Jun-09-2020, 06:05 AM
Last Post: Pan
  Least-squares fit multiple data sets multiverse22 1 2,227 Jun-06-2020, 01:38 AM
Last Post: Larz60+
  How to extract different data groups from multiple CSV files using python Rafiz 3 3,198 Jun-04-2019, 05:20 PM
Last Post: jefsummers
  Differentiation with exponential functions tyrael69 0 3,976 Feb-09-2018, 02:01 AM
Last Post: tyrael69
  help on exponential smoothing and linear regression hkyeung 1 3,106 Sep-02-2017, 09:31 PM
Last Post: Larz60+
  Panda Data Frame to Existing Multiple Sheets naveedraza 1 5,635 Jul-11-2017, 12:21 PM
Last Post: naveedraza
  Write data into existing Excel (xlsx) file with multiple sheets BNB 1 15,308 Jun-01-2017, 04:22 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020