From b60ffa9ada093bdec610eacf7445117f1b73dcf9 Mon Sep 17 00:00:00 2001 From: assia Date: Thu, 10 Jan 2008 14:53:41 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1550 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/prior_bounds.m | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/matlab/prior_bounds.m b/matlab/prior_bounds.m index 5e4027ea6..00e2678ed 100644 --- a/matlab/prior_bounds.m +++ b/matlab/prior_bounds.m @@ -1,4 +1,21 @@ function bounds = prior_bounds(bayestopt) + +% function bounds = prior_bounds(bayestopt) +% bounds of the prior density +% +% INPUTS +% bayestopt: structure characterizing priors (shape, mean, p1..p4) +% +% OUTPUTS +% bounds: matrix specifying bounds (raw= parameter, column=upper&lower bound) +% +% SPECIAL REQUIREMENTS +% none +% +% part of DYNARE, copyright Dynare Team (2003-2008) +% Gnu Public License. + + global options_ pshape = bayestopt.pshape;