Skip to content

Commit

Permalink
#199 updated help comments of new classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Vincent committed Aug 19, 2017
1 parent 1ae6bac commit 8d7c5e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
classdef DF_BetaDelta < DF1
%DF_BetaDelta Deterministic object for the Beta Delta discount function.

properties (Dependent)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
classdef ModelHierarchicalBetaDelta < BetaDelta
%ModelHierarchical A model to estimate the log discount rate, according to the 1-parameter hyperbolic discount function.
%ModelHierarchicalBetaDelta Model class for fully hierarchical estimation of the beta-delta discount function.
% All parameters are estimated hierarchically.

methods (Access = public, Hidden = true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
classdef ModelMixedBetaDelta < BetaDelta
%ModelMixedBetaDelta A model to estimate the log discount rate, according to the 2-parameter hyperboloid discount function.
%ModelMixedBetaDelta Model for BetaDelta discount function, partial pooling
% SOME parameters are estimated hierarchically.

methods (Access = public, Hidden = true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
classdef ModelSeparateBetaDelta < BetaDelta
%ModelHierarchical A model to estimate the magnitide effect
%ModelSeparateBetaDelta Model for BetaDelta discount function, no parameter pooling
% NO parameters are estimated hierarchically.

methods (Access = public, Hidden = true)
Expand Down

0 comments on commit 8d7c5e0

Please sign in to comment.