How Do I Find the Best Fit for Parameters in Equations with Experimental Errors?

  • Context: Graduate 
  • Thread starter Thread starter Hepth
  • Start date Start date
  • Tags Tags
    Unknowns
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 3K views
Science Advisor
Gold Member
Messages
458
Reaction score
40
I have 3 equations with two unknowns of the form:

[tex]r_i == f_i (g,\beta)[/tex]

Where g and [itex]\beta[/itex] are the independent unknown variables and [itex]r_i[/itex] are known experimentally, but have some error associated with them, say something like [itex]4.3 \pm 0.3[/itex] and there are other errors associated with constants inside the [itex]f_i[/itex].

My question is how do I solve for the objectively "best" fit to those two parameters. I remember doing something like this back in prob/stats, I believe I do something like a [itex]\chi^2[/itex] fit but I can't find anything online about it that doesn't concern bins of data points, but rather continuous functions. (Or do I have to simulate data, then fit it)

Can anyone lead me in the right direction? I don't have any of my undergrad books with me.

The equations are all something like :
[tex] r_1 =\frac{\left(g^2 x+g^2y-\frac{\beta }{3}\right)^2}{g^2 }[/tex]
with some variations on the form. So nothing with unsolvable functions.

EDIT: Oh and I plan on using Mathematica to do this, but I'd rather understand the mathematics first.
 
on Phys.org
Hepth said:
My question is how do I solve for the objectively "best" fit to those two parameters. I remember doing something like this back in prob/stats,

There is no mathematical definition for "objectively best fit", so you have to supply the details. (You aren't alone. If you browse the posts in this section of the forum you find person after person asking for the "best" solution to problems. Most are not interested enough to supply a definition of "best" and a few seem downright offended to be asked for it.)

If you remember something from statistics, it probably involved data. Do you have the data that was used to supply the "known" parameters in these equations? If you don't have the data, do you know something about its distribution?

I can imagine a solution based on an arbitrary definition for "best fit" and imagining that you have data. You can define the best value of the unknowns as the one gives the best least squares fit of the equations when they are plotted versus the data that was used to estimate the constants in the equations. However, you'll get better advice if you use all the details of the real world problem that you are trying to solve, rather than solving some abstract carciature of it.