Discussion about least squares method

Click For Summary
SUMMARY

The discussion centers on the least squares method, a prevalent technique for fitting experimental data to models by minimizing the sum of squares of differences between observed and predicted values. The objective function is typically differentiable, allowing the use of gradient methods like Levenberg-Marquardt for parameter estimation. However, there is skepticism regarding whether the global minimum of the objective function corresponds to physically meaningful parameter values, raising questions about the reliability of these estimates in representing real-world phenomena.

PREREQUISITES
  • Understanding of least squares method
  • Familiarity with objective functions in optimization
  • Knowledge of gradient descent algorithms, specifically Levenberg-Marquardt
  • Basic principles of metrology and parameter estimation
NEXT STEPS
  • Research the implications of global minima in optimization problems
  • Study the Levenberg-Marquardt algorithm in detail
  • Explore methods for quantifying confidence in parameter estimates
  • Investigate the relationship between mathematical models and physical interpretations of parameters
USEFUL FOR

Researchers, data scientists, and engineers involved in model fitting and parameter estimation, particularly those interested in the intersection of mathematical optimization and physical data interpretation.

Dario56
Messages
289
Reaction score
48
TL;DR
Discussion about least squares method to find the parameters of the physical model
Common method of fitting the experimental data to the model is using the least squares method.

The goal is to find parameters such that sum of squares of differences between experimental and model values (objective function) are minimized.

Objective function is commonly differentiable with respect to the model parameters. Therefore, gradient methods such as Levenberg-Marquardt can be used to obtain the parameters.

However, as with every numerical method, there is no certanity that parameters obtained are the actual values which correspond to their physical meaning and interpretation. In another words, they might give objective function values close to zero, but can be quite far off from the actual values.

I have a few questions:

1. Does a global minimum of objective function actually give real values of parameters? The thing is, why should real values necessarily minimize sum of squares? It's just the method we're using to obtain them, but I don't see the reason that certain combination of parameters (which minimize objective function) should reflect something physical. It's not completely unreasonable, of course, but I'm pondering whether the meaningful link between math and physical interpretation of parameters can be made such that we can infer that global minimum reflects actual values.

If we pressume that global minimum does reflect real values, we can move towards the second question.

2. If global minimum is the measure of success, we need to pick the parameters with the lowest value of objective function. We want to try finding the global minimum with plethora of initial estimates to increase the chance of finding it. After the algorithm converges towards the minima for every initial estimate, we take the minimum value out of all the minima algorithm converged towards. When we take these parameter values and they look reasonable, is there any way to quantify the confidence in these values (how much are we confident that this minimum is in fact global)?
 
Last edited:
Physics news on Phys.org
Dario56 said:
TL;DR Summary: Discussion about least squares method to find the parameters of the physical model

I have a few questions:
Question 1: No. Question 2: See answer 1.
 
Dario56 said:
TL;DR Summary: Discussion about least squares method to find the parameters of the physical model

1. Does a global minimum of objective function actually give real values of parameters? The thing is, why should real values necessarily minimize sum of squares? It's just the method we're using to obtain them, but I don't see the reason that certain combination of parameters (which minimize objective function) should reflect something physical. It's not completely unreasonable, of course, but I'm pondering whether the meaningful link between math and physical interpretation of parameters can be made such that we can infer that global minimum reflects actual values
What is a real value of a parameter?

This isn’t a dismissive question. This is a question that is at the heart of metrology.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K