Skip to content

Commit

Permalink
Merge pull request #200 from drbenvincent/dev
Browse files Browse the repository at this point in the history
beta-delta discount function
  • Loading branch information
drbenvincent authored Aug 19, 2017
2 parents 81e317c + 8d7c5e0 commit bf133f1
Show file tree
Hide file tree
Showing 15 changed files with 690 additions and 235 deletions.
1 change: 1 addition & 0 deletions ddToolbox/CODA/CODA.m
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ function plotUnivariateSummaries(obj, variables, plotOptions, idNames)
% call plotting function for each variable (subplot)
for n = 1:numel(variables)
subplot( subplot_handles(n) )
hold off

pointEstVals = obj.getStats(plotOptions.pointEstimateType, variables{n});
hdi =[obj.getStats('hdi_low',variables{n}),...
Expand Down
Loading

0 comments on commit bf133f1

Please sign in to comment.