mvAVMVN
| sigmaSquared : | RealPos (pass by value) |
| The scaling factor (strength) of the proposal. | |
| Default : 1 | |
| epsilon : | RealPos (pass by value) |
| The mixture weight of the post-learning move on a simple identity matrix. | |
| Default : 0.05 | |
| waitBeforeLearning : | Natural (pass by value) |
| The number of move attempts to wait before tracking the covariance of the variables. | |
| Default : 2500 | |
| waitBeforeUsing : | Natural (pass by value) |
| The number of move attempts to wait before using the learned covariance matrix. | |
| Default : 5000 | |
| maxUpdates : | Natural (pass by value) |
| The maximum number of updates to the empirical covariance matrix (matrix is only updated when MCMC tunes). | |
| Default : 10000 | |
| tune : | Bool (pass by value) |
| Should we tune the scaling factor during burnin? | |
| Default : TRUE | |
| weight : | RealPos (pass by value) |
| The weight determines the relative frequency with which this move will be attempted. For details, see the description of the 'moveschedule' parameter on the documentation page for 'mcmc()'. | |
| Default : 1 | |
| tuneTarget : | Probability (pass by value) |
| The acceptance probability targeted by auto-tuning. | |
| Default : 0.44 |