Fix copy and paste typo in gmhmaxlik.m

time-shift
Johannes Pfeifer 2015-04-06 12:04:11 +02:00
parent d1a80acb44
commit 49d4643481
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function [PostMode, HessianMatrix, Scale, ModeValue] = gmhmaxlik(fun, xinit, Hin
% Set default options
if ~isempty(Hinit);
gmhmaxlikOptionsptions.varinit = 'previous';
gmhmaxlikOptions.varinit = 'previous';
else
gmhmaxlikOptions.varinit = 'prior';
end