Python Forum
Fit multiple datasets with one function and one parameterset
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fit multiple datasets with one function and one parameterset
#1
Hi,

I would like to fit multiple datasets (they can variate between 3 or 4 sets), with one function and one set of variable parameters.
Can you help me, how to realize that? Should I put all data sets into one array and fit them or is there some better way?

Thanks :)
Reply
#2
What is a dataset and what does it mean to fit a dataset?.
What do you want the function to do and what is the one set of variable parameters?.
How does the data look before and what do you want it to look like afterwards?.
What have you tried so far and what problems have you come across?.
Reply
#3
I have some X-Y data rows. And I want to fit a function to those X-Y-rows.
I want to make to fit the parameters (variables), that the function lays on the rows.
I don't want to manipulate the data, the doesn't change.
After the fit i want to have an output of the best-fit parameters for my datasets.

Thank you
Reply
#4
Still none the wiser Confused
Reply
#5
What is the scale of your data, is it linear or logarithmic?
There are many methods available
Would a least-squares fit do?
How much error corrections do you want? (degree of fit)
see www2.ph.ed.ac.uk/~mim/least_squares_poster.pdf
and http://www.graphpad.com/guides/prism/7/c...linear.htm
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Dogs Vs Cats Clean Datasets and Corruprtion hatflyer 4 698 Nov-13-2023, 08:08 PM
Last Post: hatflyer
  Error doing CV for training and testing datasets Z47 2 1,132 Aug-17-2022, 08:41 PM
Last Post: Z47
Sad Iterate randint() multiple times when calling a function Jake123 2 2,223 Feb-15-2022, 10:56 PM
Last Post: deanhystad
  Function - Return multiple values tester_V 10 4,832 Jun-02-2021, 05:34 AM
Last Post: tester_V
  print function help percentage and slash (multiple variables) leodavinci1990 3 2,624 Aug-10-2020, 02:51 AM
Last Post: bowlofred
  How to pass multiple arguments into function Mekala 4 2,610 Jul-11-2020, 07:03 AM
Last Post: Mekala
  Reading Multiple Lists Using SUM function dgrunwal 6 3,597 Jun-03-2020, 08:23 PM
Last Post: dgrunwal
  How to manage multiple datasets in Python ThePhantom 2 2,025 May-06-2020, 12:17 AM
Last Post: ThePhantom
  Using function *args to multiply multiple arguments allusernametaken 8 6,399 Nov-20-2019, 12:01 AM
Last Post: allusernametaken
  Get multiple values from function and total it. nirlep 5 3,381 Feb-05-2019, 06:54 AM
Last Post: nirlep

Forum Jump:

User Panel Messages

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