Differences between revisions 1 and 2
Revision 1 as of 2010-11-15 11:25:28
Size: 593
Comment:
Revision 2 as of 2010-11-15 14:02:20
Size: 600
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
   * prior_shape [speficication of the prior distribution]    * prior_shape [specification of the prior distribution]
Line 14: Line 14:
   *

New Estimation Interface

Suggestions for a simplification of the estimation interface in Dynare and breaking very general commands with lots of options in several commands with more targeted scope.

estimated_params

  • rely on options names rather than argument position in the command line
    • prior_shape [specification of the prior distribution]
    • prior_mean
    • prior_stdev
    • prior_mode
    • prior_interval(lower_bound,higher_bound,percentage)
    • lower_location
    • upper_location
  • this would replace estimated_params_bounds and estimated_params_init

DynareWiki: NewEstimation (last edited 2012-03-26 15:15:22 by HoutanBastani)