Skip to content
Snippets Groups Projects
Commit d5d3e906 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

calibrate_mh_scale_parameter.m: fix typo in error message

[skip CI]
parent 755c5645
Branches
Tags
No related merge requests found
...@@ -66,7 +66,7 @@ Parameters = Parameters'; ...@@ -66,7 +66,7 @@ Parameters = Parameters';
try try
dd = chol(CovarianceMatrix); dd = chol(CovarianceMatrix);
catch catch
error('The covariance matrix has to be a symetric positive definite matrix!') error('The covariance matrix has to be a symmetric positive definite matrix!')
end end
% Set parameters related to the proposal distribution % Set parameters related to the proposal distribution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment