For loop and parallel computing
Posted: Tue Sep 01, 2015 7:28 am
Hi everybody,
I have a for loop on variables on which I applyied a kalman filter.The iterations are independent. But because of the specifications of the kalman filter, the program is very long.
Is EViews able to split and distribute the iterations of the for loop on different cores so the process will be faster ?
Thanks a lot !
Loulouviews
I have a for loop on variables on which I applyied a kalman filter.The iterations are independent. But because of the specifications of the kalman filter, the program is very long.
Code: Select all
for %var var1 var2 var3 ...
'kalman filter on %var
Thanks a lot !
Loulouviews