Skip to content

Commit

Permalink
update read mes
Browse files Browse the repository at this point in the history
  • Loading branch information
tholden committed Jun 20, 2017
1 parent 7c9cf75 commit 05f911c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file modified ReadMe.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ OPTIONS (NOT CASE SENSITIVE!) include:
* NoCubature
Speeds up DynareOBC by assuming that agents are "surprised" by the existence of the bound. At
order=1, this is equivalent to a perfect foresight solution to the model.
* RetrieveConditionalCovariancesParallelizationCutOff (default: 256)
Determines the size of matrix beyond which we parallelize certain loops involved in
calculating the covariance of the random variables over which we perform cubature.

* For controlling accuracy
* FirstOrderAroundRSS
Expand Down
3 changes: 3 additions & 0 deletions dynareOBC.m
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ function dynareOBC( InputFileName, varargin )
% * NoCubature
% Speeds up DynareOBC by assuming that agents are "surprised" by the existence of the bound. At
% order=1, this is equivalent to a perfect foresight solution to the model.
% * RetrieveConditionalCovariancesParallelizationCutOff (default: 256)
% Determines the size of matrix beyond which we parallelize certain loops involved in
% calculating the covariance of the random variables over which we perform cubature.
%
% * For controlling accuracy
% * FirstOrderAroundRSS
Expand Down

0 comments on commit 05f911c

Please sign in to comment.