Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Pfeifer
dynare
Commits
51adbd80
Commit
51adbd80
authored
11 years ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
Update error message if SS-Anova Toolbox is missing
parent
3cb16af5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/dynare_sensitivity.m
+6
-4
6 additions, 4 deletions
matlab/dynare_sensitivity.m
with
6 additions
and
4 deletions
matlab/dynare_sensitivity.m
+
6
−
4
View file @
51adbd80
...
...
@@ -281,10 +281,12 @@ if options_gsa.redform && ~isempty(options_gsa.namendo),% ...
% check existence of the SS_ANOVA toolbox
if
isempty
(
options_gsa
.
threshold_redform
)
&&
...
~
(
exist
(
'gsa_sdp'
,
'file'
)
==
6
||
exist
(
'gsa_sdp'
,
'file'
)
==
2
),
disp
(
'Download Mapping routines at:'
)
disp
(
'http://eemc.jrc.ec.europa.eu/softwareDYNARE-Dowload.htm'
)
disp
(
' '
)
error
(
'Mapping routines missing!'
)
fprintf
(
'\nThe "SS-ANOVA-R: MATLAB Toolbox for the estimation of Smoothing Spline ANOVA models with Recursive algorithms" is missing.\n'
)
fprintf
(
'To obtain it, go to:\n\n'
)
fprintf
(
'http://ipsc.jrc.ec.europa.eu/?id=790 \n\n'
)
fprintf
(
'and follow the instructions there.\n'
)
fprintf
(
'After obtaining the files, you need to unpack them and set a Matlab Path to those files.\n'
)
error
(
'SS-ANOVA-R Toolbox missing!'
)
end
redform_map
(
OutputDirectoryName
,
options_gsa
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment