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
Dóra Kocsis
dynare
Commits
a403d324
Commit
a403d324
authored
Mar 27, 2013
by
Johannes Pfeifer
Browse files
Fix Typo in correlation_mc_analysis
parent
feb0eb8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/correlation_mc_analysis.m
View file @
a403d324
...
...
@@ -116,7 +116,7 @@ else
if
isfield
(
temporary_structure
,
'correlation'
)
oo_
=
fill_output_structure
(
var1
,
var2
,
TYPE
,
oo_
,
'Mean'
,
nar
,
NaN
);
oo_
=
fill_output_structure
(
var1
,
var2
,
TYPE
,
oo_
,
'Median'
,
nar
,
NaN
);
oo_
=
fill_output_structure
(
var1
,
var2
,
TYPE
,
oo_
,
'
N
ariance'
,
nar
,
NaN
);
oo_
=
fill_output_structure
(
var1
,
var2
,
TYPE
,
oo_
,
'
V
ariance'
,
nar
,
NaN
);
oo_
=
fill_output_structure
(
var1
,
var2
,
TYPE
,
oo_
,
'HPDinf'
,
nar
,
NaN
);
oo_
=
fill_output_structure
(
var1
,
var2
,
TYPE
,
oo_
,
'HPDsup'
,
nar
,
NaN
);
oo_
=
fill_output_structure
(
var1
,
var2
,
TYPE
,
oo_
,
'deciles'
,
nar
,
NaN
);
...
...
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