header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1556 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-10 15:21:59 +00:00
parent f2af302fd2
commit 9032ffc410
1 changed files with 21 additions and 1 deletions

View File

@ -1,5 +1,25 @@
function [x,f,abscissa,dens,binf,bsup] = draw_prior_density(indx);
% stephane.adjemian@ens.fr [07-15-2004]
% function [x,f,abscissa,dens,binf,bsup] = draw_prior_density(indx)
% plots prior density
%
% INPUTS
% indx: parameter number
%
% OUTPUTS
% x: subset of 'abscissa' such as the density is less than 10
% f: subset of 'dens' such as the density is less than 10
% abscissa: abscissa
% dens: density
% binf: lower bound of the truncated prior
% bsup: upper bound of the truncated prior
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2004-2008)
% Gnu Public License.
global bayestopt_