Weighted Least Squares for coefficients

Click For Summary
SUMMARY

The discussion centers on the application of Weighted Least Squares (WLS) in the context of emphasizing certain coefficients in a linear model represented by the equation y = Ac, where A is an NxM matrix. The user seeks a method to assign weights to the coefficient vector c, arguing that some coefficients are more significant than others, especially in non-linear systems like Volterra series. The conversation highlights the challenges of incorporating these weights into the least squares framework and the importance of understanding correlations among coefficients to improve model accuracy.

PREREQUISITES
  • Understanding of Ordinary Least Squares (OLS) and Weighted Least Squares (WLS)
  • Familiarity with linear algebra concepts, particularly matrix operations
  • Knowledge of Volterra series and their application in non-linear systems
  • Ability to compute and interpret correlation matrices for model parameters
NEXT STEPS
  • Research methods for incorporating coefficient weights in Weighted Least Squares
  • Learn how to compute and utilize correlation matrices in regression analysis
  • Explore Maximum A Posteriori (MAP) estimation techniques for parameter fitting
  • Investigate the implications of non-linear systems on coefficient significance in modeling
USEFUL FOR

Data scientists, statisticians, and researchers involved in regression analysis, particularly those working with non-linear models and seeking to prioritize certain coefficients in their analyses.

divB
Messages
85
Reaction score
0
Hi,

I have an ordinary least squares setup y = Ac where A is an NxM (N>>M) matrix, c the unknown coefficients and y the measurements.

Now WEIGHTED least squares allows to weight the MEASUREMENTS if, for example, some measurements are more important or contain a lower variance.

However, I am looking for a solution of putting weights on the coefficient vector. Pictorially speaking, some values in my coefficient vector c are more important than others and I would like emphasize some more than others using my limited set of N measurements.

Just adding a diagonal weighting matrix w as follows does not work:

<br /> \min_c \| y - Awc \|_2<br />
 
Physics news on Phys.org
How can some unknown coefficients be "more important than others"? I don't think that is a meaningful concept.
 
But there are cases where it makes sense. Not everything is a linear system. In my case I clearly see that perturbing coefficients with the same noise gives different results, depending on which I perturb. So some are more important than others.

It's difficult to explain but I tried to explain the setup already some time ago in a different context (https://www.physicsforums.com/showpost.php?p=4533702&postcount=7 ff.).
 
divB said:
Not everything is a linear system..
You need to explain why you are asking about the system of linears equations given by y = Ac. I suggest you explain the problem you are trying to solve.
 
Ok, it is a Volterra series. So it is linear in its coefficients but a non-linear system. But I think it does not matter. Anyway, since for a practical system the coefficients decay very fast, lower-order terms dominate the total error. But if you are interested in certain non-linear behavior you want to put more emphasis on those terms.
 
divB said:
In my case I clearly see that perturbing coefficients with the same noise gives different results, depending on which I perturb. So some are more important than others.
So you are talking about correlations?
Sure, calculate the correlation matrix for your parameters.
 
Am I? I am not sure ... at least I do not see how.

Can you provide me with an idea how this relates to the described setup and how to obtain the correlation matrix then?

The one thing I know is that for my application, some coefficients are more important for me - I do not know how they are cross-correlated with themselves! Therefore I only know the structure but generally I do not know their statistics (although it could be useful to leverage this too).

Indenpendently from that, how would I add this information to solve for the coefficients? Does it still work for Least Squares? Are you referring to MAP estimation?
 
It's hard to understand the problem with pieces of information scattered across multiple posts like this.

some coefficients are more important for me
TThe fit does not care (and does not have to care) which parameters are more interesting for you. It gives you a description which parameters work best, and their corresponding uncertainties and correlations.
 
TThe fit does not care (and does not have to care) which parameters are more interesting for you.

And how could I make it care?
 
  • #10
The fit must not and cannot care about that. This is then your interpretation of the fit result.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K