Added prior mode and hyperparameters in oo_.prior structure..

time-shift
Stéphane Adjemian (Charybdis) 2013-09-12 11:58:25 +02:00
parent fd284003ce
commit 96a46622af
1 changed files with 3 additions and 0 deletions

View File

@ -292,7 +292,10 @@ end
% storing prior parameters in results
oo_.prior.mean = bayestopt_.p1;
oo_.prior.mode = bayestopt_.p5;
oo_.prior.variance = diag(bayestopt_.p2.^2);
oo_.prior.hyperparameters.first = bayestopt_.p6;
oo_.prior.hyperparameters.second = bayestopt_.p7;
% Is there a linear trend in the measurement equation?
if ~isfield(options_,'trend_coeffs') % No!