this is part of my program to determine the optimal lag length.
Code: Select all
for !i=1 to l
for !j=1 to m
equation {%retail}_!i_!j.ls d({%retail}) resid_{%retail}(-1) c d(ffo(-1 to -!i)) d({%retail}(-1 to -!j))
nextHow can I use differences in this loop?
Thank you for your help!
