Skip to content
Snippets Groups Projects
Commit 233d0ae0 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added output to get_prior_info (non empty iff info=1).

parent e552b0c0
No related branches found
No related tags found
No related merge requests found
function get_prior_info(info,plt_flag) function results = get_prior_info(info,plt_flag)
% Computes various prior statistics. % Computes various prior statistics.
% %
% INPUTS % INPUTS
...@@ -37,6 +37,9 @@ if nargin==1 ...@@ -37,6 +37,9 @@ if nargin==1
plt_flag = 1; plt_flag = 1;
end end
% Initialize returned variable.
results = [];
changed_qz_criterium_flag = 0; changed_qz_criterium_flag = 0;
if isempty(options_.qz_criterium) if isempty(options_.qz_criterium)
options_.qz_criterium = 1+1e-9; options_.qz_criterium = 1+1e-9;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment