header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1550 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-10 14:53:41 +00:00
parent 165dfd549c
commit b60ffa9ada
1 changed files with 17 additions and 0 deletions

View File

@ -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;