Search found 2 matches
- Sun Jul 26, 2020 5:52 pm
- Forum: Programming
- Topic: Filling a matrix on a loop
- Replies: 5
- Views: 9635
Re: Filling a matrix on a loop
1. You probably don't need, or want, to use matrices to store residuals. You want to use series objects. After every estimation the residuals are stored in the RESID series. If you want to make a more permanent copy, you can just create a new series equal to RESID after estimation. series myresid =...
- Sun Jul 26, 2020 8:53 am
- Forum: Programming
- Topic: Filling a matrix on a loop
- Replies: 5
- Views: 9635
Filling a matrix on a loop
Hello everyone, I am new to the world of eviews and I am trying to make a program that will allow me to do a rolling regression using the residues of one equation as input for the another (main) equation. So I have a ferw questions that I hope will help me: 1. For each loop I need to store the resid...
