Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
d5d3e906
Commit
d5d3e906
authored
Sep 30, 2022
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
calibrate_mh_scale_parameter.m: fix typo in error message
[skip CI]
parent
755c5645
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2087
calibrate_mh_scale_parameter.m: fix typo in error message
Pipeline
#7522
skipped
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/calibrate_mh_scale_parameter.m
+1
-1
1 addition, 1 deletion
matlab/calibrate_mh_scale_parameter.m
with
1 addition
and
1 deletion
matlab/calibrate_mh_scale_parameter.m
+
1
−
1
View file @
d5d3e906
...
...
@@ -66,7 +66,7 @@ Parameters = Parameters';
try
dd
=
chol
(
CovarianceMatrix
);
catch
error
(
'The covariance matrix has to be a symetric positive definite matrix!'
)
error
(
'The covariance matrix has to be a sym
m
etric positive definite matrix!'
)
end
% Set parameters related to the proposal distribution
...
...
This diff is collapsed.
Click to expand it.
Johannes Pfeifer
@JohannesPfeifer
mentioned in commit
2d137398
·
Oct 4, 2022
mentioned in commit
2d137398
mentioned in commit 2d13739833c338f18be892100f33cd618fce9789
Toggle commit list
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