From 8d7c5e0e891406623cefcf6811909123cb466558 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 19 Aug 2017 13:22:09 +0100 Subject: [PATCH] #199 updated help comments of new classes --- .../models/parametric_models/beta_delta_models/DF_BetaDelta.m | 1 + .../beta_delta_models/ModelHierarchicalBetaDelta.m | 2 +- .../parametric_models/beta_delta_models/ModelMixedBetaDelta.m | 2 +- .../beta_delta_models/ModelSeparateBetaDelta.m | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ddToolbox/models/parametric_models/beta_delta_models/DF_BetaDelta.m b/ddToolbox/models/parametric_models/beta_delta_models/DF_BetaDelta.m index 180ab674..021409fa 100644 --- a/ddToolbox/models/parametric_models/beta_delta_models/DF_BetaDelta.m +++ b/ddToolbox/models/parametric_models/beta_delta_models/DF_BetaDelta.m @@ -1,4 +1,5 @@ classdef DF_BetaDelta < DF1 +%DF_BetaDelta Deterministic object for the Beta Delta discount function. properties (Dependent) diff --git a/ddToolbox/models/parametric_models/beta_delta_models/ModelHierarchicalBetaDelta.m b/ddToolbox/models/parametric_models/beta_delta_models/ModelHierarchicalBetaDelta.m index 4ecbea5b..e4f30cdc 100644 --- a/ddToolbox/models/parametric_models/beta_delta_models/ModelHierarchicalBetaDelta.m +++ b/ddToolbox/models/parametric_models/beta_delta_models/ModelHierarchicalBetaDelta.m @@ -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) diff --git a/ddToolbox/models/parametric_models/beta_delta_models/ModelMixedBetaDelta.m b/ddToolbox/models/parametric_models/beta_delta_models/ModelMixedBetaDelta.m index bbbb89b1..119839e0 100644 --- a/ddToolbox/models/parametric_models/beta_delta_models/ModelMixedBetaDelta.m +++ b/ddToolbox/models/parametric_models/beta_delta_models/ModelMixedBetaDelta.m @@ -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) diff --git a/ddToolbox/models/parametric_models/beta_delta_models/ModelSeparateBetaDelta.m b/ddToolbox/models/parametric_models/beta_delta_models/ModelSeparateBetaDelta.m index 323c8562..ffbee788 100644 --- a/ddToolbox/models/parametric_models/beta_delta_models/ModelSeparateBetaDelta.m +++ b/ddToolbox/models/parametric_models/beta_delta_models/ModelSeparateBetaDelta.m @@ -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)