Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exogenous regressors #4

Merged
merged 12 commits into from
Aug 4, 2017
Prev Previous commit
"eliminated the comment"
  • Loading branch information
jm4474 committed Aug 1, 2017
commit ce88754c0a7ca507b9e311fe0156b4f98a350676
2 changes: 1 addition & 1 deletion functions/StructuralIRF/IRFSVARIV_2inst_karel.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

% This is neccessary because otherwise we get a warning message

SigmaT = chol(SigmaTSigmaTp,'lower'); %I THINK THIS IS A TYPO. SHOULD BE LOWER
SigmaT = chol(SigmaTSigmaTp,'lower');

DT = [b11iSig;b21iSig]*SigmaT;

Expand Down