Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
tholden committed May 18, 2020
1 parent 52f2b3d commit 8ecbae2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified ReadMe.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion ReadMe.txt
Expand Up @@ -196,7 +196,7 @@ OPTIONS (NOT CASE SENSITIVE!) include:
The cubature method splits the integration space into INTEGER regions, and then integrates
separately over each region. Setting this to a value greater than 1 automatically turns on
Cubature.
* CubatureClusteringEffort (default: 0)
* CubatureClusteringEffort=INTEGER (default: 0)
Determines how much effort DynareOBC puts into finding "good" clusters. If this is equal to
0, it uses a simple hierarchical method. If it is equal to 1 it uses k-means clustering
without the "online" final step. If it is equal to 2 it uses k-means clustering with the
Expand Down
2 changes: 1 addition & 1 deletion dynareOBC.m
Expand Up @@ -197,7 +197,7 @@ function dynareOBC( InputFileName, varargin )
% The cubature method splits the integration space into INTEGER regions, and then integrates
% separately over each region. Setting this to a value greater than 1 automatically turns on
% Cubature.
% * CubatureClusteringEffort (default: 0)
% * CubatureClusteringEffort=INTEGER (default: 0)
% Determines how much effort DynareOBC puts into finding "good" clusters. If this is equal to
% 0, it uses a simple hierarchical method. If it is equal to 1 it uses k-means clustering
% without the "online" final step. If it is equal to 2 it uses k-means clustering with the
Expand Down

0 comments on commit 8ecbae2

Please sign in to comment.