header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1552 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-10 15:06:35 +00:00
parent ab4bf91b40
commit 5f9026beb7
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
function bounds = prior_bounds(bayestopt)
% function bounds = prior_bounds(bayestopt)
% bounds of the prior density
% computes practical bounds for prior density
%
% INPUTS
% bayestopt: structure characterizing priors (shape, mean, p1..p4)
%
% OUTPUTS
% bounds: matrix specifying bounds (raw= parameter, column=upper&lower bound)
% bounds: matrix specifying bounds (row= parameter, column=upper&lower bound)
%
% SPECIAL REQUIREMENTS
% none