Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
233d0ae0
Commit
233d0ae0
authored
Sep 21, 2012
by
Stéphane Adjemian
Browse files
Added output to get_prior_info (non empty iff info=1).
parent
e552b0c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/get_prior_info.m
View file @
233d0ae0
function
get_prior_info
(
info
,
plt_flag
)
function
results
=
get_prior_info
(
info
,
plt_flag
)
% Computes various prior statistics.
%
% INPUTS
...
...
@@ -37,6 +37,9 @@ if nargin==1
plt_flag
=
1
;
end
% Initialize returned variable.
results
=
[];
changed_qz_criterium_flag
=
0
;
if
isempty
(
options_
.
qz_criterium
)
options_
.
qz_criterium
=
1
+
1e-9
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment