gwmcmc icon indicating copy to clipboard operation
gwmcmc copied to clipboard

An implementation of the Goodman & Weare MCMC sampler for matlab

Results 1 gwmcmc issues
Sort by recently updated
recently updated
newest added

Hello, I have a question concering the rejection criterium. In the case of non-parallel, in line 213, namely `if logrand(1,wix)proposedlogP(fix)-curlogP(fix,wix) || ~isreal(proposedlogP(fix)) || isnan(proposedlogP(fix))` how did you come up with...