calibrate_mh_scale_parameter.m: fix typo in error message

[skip CI]
bgp-dev
Johannes Pfeifer 2022-09-30 14:01:34 +02:00
parent 755c5645a6
commit d5d3e9060b
1 changed files with 1 additions and 1 deletions

View File

@ -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