You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a question concering the rejection criterium. In the case of non-parallel, in line 213, namely if logrand(1,wix)<(numel(proposedm(:,wix))-1)*log(zz(wix))
and line 216, namely if logrand(fix+1,wix)>proposedlogP(fix)-curlogP(fix,wix) || ~isreal(proposedlogP(fix)) || isnan(proposedlogP(fix))
how did you come up with these lines? I could not find them in the original publication.
This would help me a lot.
The text was updated successfully, but these errors were encountered:
I have pretty much moved away from matlab, so it has been a while since i looked at it. So this answer comes without looking at the code or the paper - here what i think i must have been doing:
thank you very much for the quick answer!
i have one more question, which i hope is not too obvious.
If I understand correctly, the Goodman and Weare algorithm is used to determine random new points, and the criterion for determining whether the new points are accepted or not is based on the the paper you mentioned above, is that correct?
Hello, I have a question concering the rejection criterium. In the case of non-parallel, in line 213, namely
if logrand(1,wix)<(numel(proposedm(:,wix))-1)*log(zz(wix))
and line 216, namely
if logrand(fix+1,wix)>proposedlogP(fix)-curlogP(fix,wix) || ~isreal(proposedlogP(fix)) || isnan(proposedlogP(fix))
how did you come up with these lines? I could not find them in the original publication.
This would help me a lot.
The text was updated successfully, but these errors were encountered: