From 5f9026beb78e41c520585568c36db8d6a9ef2e06 Mon Sep 17 00:00:00 2001 From: assia Date: Thu, 10 Jan 2008 15:06:35 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1552 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/prior_bounds.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/prior_bounds.m b/matlab/prior_bounds.m index 00e2678ed..8cb6a78d3 100644 --- a/matlab/prior_bounds.m +++ b/matlab/prior_bounds.m @@ -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