prior_draw.m: cosmetic fix

time-shift
Johannes Pfeifer 2021-05-27 16:46:40 +02:00
parent 5d1d5b8a85
commit 7541b1b116
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function pdraw = prior_draw(BayesInfo, prior_trunc, uniform) % --*-- Unitary tes
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% none % none
% %
% NOTE 1. Input arguments 1 an 2 are only needed for initialization. % NOTE 1. Input arguments 1 and 2 are only needed for initialization.
% NOTE 2. A given draw from the joint prior distribution does not satisfy BK conditions a priori. % NOTE 2. A given draw from the joint prior distribution does not satisfy BK conditions a priori.
% NOTE 3. This code relies on bayestopt_ as created in the base workspace % NOTE 3. This code relies on bayestopt_ as created in the base workspace
% by the preprocessor (or as updated in subsequent pieces of code and handed to the base workspace) % by the preprocessor (or as updated in subsequent pieces of code and handed to the base workspace)