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
Mark Song
dynare
Commits
3bf482ae
Commit
3bf482ae
authored
Sep 17, 2011
by
Michel Juillard
Browse files
temporary commenting of a line triggering errors in test suite
parent
d9b48f78
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/utilities/dataset/initialize_dataset.m
View file @
3bf482ae
...
...
@@ -75,11 +75,11 @@ else
end
% Compute the empirical mean of the observed variables..
dataset_
.
descriptive
.
mean
=
nanmean
(
dataset_
.
rawdata
);
%
dataset_.descriptive.mean = nanmean(dataset_.rawdata);
% Prefilter the data if needed.
if
prefilter
==
1
dataset_
.
data
=
transpose
(
bsxfun
(
@
minus
,
dataset_
.
rawdata
,
dataset_
.
descriptive
.
mean
));
else
dataset_
.
data
=
transpose
(
dataset_
.
rawdata
);
end
\ No newline at end of file
end
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