Borrar filtros
Borrar filtros

Iterations on large matrices

2 visualizaciones (últimos 30 días)
Lui
Lui el 5 de Mzo. de 2018
Comentada: Bob Thompson el 5 de Mzo. de 2018
I have a 52 by 24 matrix that i need to carry out multiple regression. How do i iterate the loop to get the column and row coefficients? The model of the equation is L(i,k)=aL(i, k-1)+b(k) where k is the column, i is the row and a and b are coefficients of regression. The row equation is L(i,k)=cL(i-1,k) + d(i) and c and d are row coefficients. Can one help me with the iteration of this to get the coefficients through the 24 columns and 52 rows.
  3 comentarios
Lui
Lui el 5 de Mzo. de 2018
The initial conditions can be taken to be the first column and first row. Then we iterate through the remaining 23 columns and 51 rows.
Bob Thompson
Bob Thompson el 5 de Mzo. de 2018
There might be a faster way, but why not just use for loops? You have the equations necessary for each row and column, so run either the first row, or first column, and then you have initial values for every column or row, whichever you didn't solve for first.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Linear and Nonlinear Regression en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by