Fix call to fprint.

remove-submodule^2
Stéphane Adjemian (Ryuk) 2021-06-15 21:43:00 +02:00
parent 6377f461f4
commit b23bd9bc8d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ for t=1:sample_size
if t>1
fprintf('\nSubsample with %s first observations.\n\n', int2str(t))
else
fprintf('\nSubsample with only the first observation.\n\n', int2str(t))
fprintf('\nSubsample with only the first observation.\n\n')
end
% Moments of parameters particles distribution
m_bar = xparam*(weights');