Python Forum
scipy curve_fit for multiple independent variables
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scipy curve_fit for multiple independent variables
#2
I've seen on this optimization problem several times, but couldn't understand what you really want.
You have F = func1, and you try to fit it as follows:

Quote:F(xdata, parameters) = ydata

(xdata, ydata) are known; parameters should be determined (e.g. in least squares sense).

If the problem could be formulated as I just did, you could try least_squares utility function
to solve it.

Reply


Messages In This Thread
RE: scipy curve_fit for multiple independent variables - by scidam - May-08-2019, 02:08 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using scipy.optimize: curve_fit ju21878436312 0 1,006 Sep-24-2022, 01:15 PM
Last Post: ju21878436312
  How to get coefficient of determination R2 after scipy.curve_fit? AlekseyPython 0 1,912 Feb-12-2021, 09:03 AM
Last Post: AlekseyPython
  Time Series forecating with multiple independent variables Krychol88 1 1,950 Oct-23-2020, 08:11 AM
Last Post: DPaul
  curve_fit rizal 3 4,345 Dec-20-2017, 04:53 PM
Last Post: hshivaraj

Forum Jump:

User Panel Messages

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