Tags: bewantbe/GC_clean
Tags
Important bug fix: GC of fitting order 1 in the fast algorithm can gi… …ve wrong result. Affected functions: nGrangerTfast.m RGrangerTfast.m RGrangerTLevinson.m Fitting order higher than order 1 is not affected. The reasoning behind is that the matlab function sum(A) is summing second dimension when A's first dimension is singleton.