LS Solution vs. Pre-Averaging: Which is More Effective for Noise Reduction?

  • Thread starter Thread starter divB
  • Start date Start date
AI Thread Summary
The discussion centers on comparing the effectiveness of Least Squares (LS) with the pseudo-inverse against a pre-averaging approach for noise reduction in a system of equations. The user seeks to solve for a small vector \mathbf{c} from a large, noisy vector \mathbf{y} and considers averaging consecutive elements in \mathbf{y} to reduce noise before applying LS. There is skepticism about whether pre-averaging improves results compared to directly using LS on the full noisy dataset. The conversation invites analytical proof regarding the properties of the pseudo-inverse to support or refute the effectiveness of the proposed averaging method. Overall, the focus is on determining the most efficient strategy for noise reduction in this context.
divB
Messages
85
Reaction score
0
Hi,

I have a system of equations \mathbf{y} = \mathbf{A}\mathbf{c} where the entries in \mathbf{c} are small (say, K=10 elements) and the number equations (i.e., elements in \mathbf{y}) is huge (say, N=10000 elements).

I want to solve now for \mathbf{c}; this can be done using LS with the Pseudo inverse:

\mathbf{c} = \mathbf{A}^{\dagger} \mathbf{y}

However, the vector \mathbf{y} is now heavily corrupted by noise (just assume iid Gaussian).

I could calculate the mean over M consecutive elements in \mathbf{y} and rows in \mathbf{A} in order to average over the noise. The system would be collapsed to a smaller system with N/M entries which would be solved via LS.

Now I ask the question: Is this better than directly using LS with the full system?

I doubt because that's the sense of LS. However, I was not able to "proof" this analytically.

Any help?
Thanks,
 
Mathematics news on Phys.org
Hey divB.

Can you use the properties of a psuedo-inverse to show that this holds? (Recall that a pseudo-inverse has the property that C*C'*C = C)
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...

Similar threads

Back
Top