Assigned: 5/8/98 | Due: 5/18/98 |
Please do the following and answer the questions:
N=1; ee1 = ee(1:end-N);ee2 = ee(1+N:end); corrcoef(ee1,ee2)
What happens to the correlation coefficient as N increases? Why?
What happens to the correlation coefficient when N is near the number of samples in the period? Why?