msteyvers / matjags

MATJAGS, a Matlab interface for JAGS
16 stars 10 forks source link

adding adapt phase - #6 #7

Closed drbenvincent closed 8 years ago

drbenvincent commented 8 years ago

Added an instruction to JAGS to run a 1000 step (by default) adaptation phase. The length of this adaptation phase is also a parameter that you can specify when calling matjags.

Previously JAGS ran an adaptation phase that was half of the specified burnin time.