bpfaff / vars

Multivariate Time Series Models: VAR, SVAR and SVEC
40 stars 22 forks source link

Change .fecov to remove multiple unnecessary calls to summary.lm. #12

Open jonlachmann opened 2 years ago

jonlachmann commented 2 years ago

The function summary.lm is rather complex, and there is no need to call it when we just require the degrees of freedom. This change removes that call and saves some computational complexity.