How o calculate weights in a linear equation?
Context: I have historical data of 4 variable and I want to create an output using these variables. I don't have historical data of the "output".
The idea is to calculate output (y) using a linear combination of the 4 variables (x1, x2, x3, x4):
y = (a1 * x1 ) + (a2 * x2 ) + (a3 * x3 ) + (a4 * x4 )
My question is how to calculate those weights (a1, a2, a3, a4)?
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- unanswered
- 241 views
- Pro Bono
Related Questions
- Find eigenvalues and eigenvectors of $\begin{pmatrix} -3 & 0 & 2 \\ 1 &-1 &0\\ -2 & -1& 0 \end{pmatrix} $
- Consider the matrix, calculate a basis of the null space and column space
- Determinant and Inverse of a predefined matrix. The question and bounty are updated.
- Linear algebra
- Eigenvalues and eigenvectors of $\begin{bmatrix} 3 & 2 & 4 \\ 2 & 0 & 2 \\ 4 & 2 & 3 \end{bmatrix} $
- Linear Algebra Help : Consider Two Planes, P1 and P2
- Algebraic and Graphical Modelling Question
- Determine values of some constant which equate linear operators whose linear transformation is through a different basis of the same vector space.
This question should be offered a bounty.