SCAMCMC-class.RdClass definition (slots), constructors, accessors, replacement (when relevant) and common methods.
SCAMCMC(object, ...)
# S4 method for class 'missing'
SCAMCMC(object, ...)
getADMBCallArgs(object, ...)
getN(object, ...)
# S4 method for class 'SCAMCMC'
getN(object, ...)mcmc NRun N MCMC iterations
mcsave NSave every N th MCMC iteration
mcscale NRescale step size for first N iterations
mcmult NRescale the covariance matrix
mcrb NReduce high parameter correlations
mcprobe XUse a fat-tailed proposal distribution
mcdiagUse a diagonal covariance matrix
mcnoscaleDo not scale the algorithm during
mcuUse a uniform distribution as proposal distribution
hybridUse the hybrid method
hynstep NMean number of steps for the leapfrog method
hyeps XThe stepsize for the leapfrog method [X numeric and > 0]
All slots in the class have accessor and replacement methods defined that allow retrieving and substituting individual slots.
The values passed for replacement need to be of the class of that slot. A numeric vector can also be used when replacing FLQuant slots, and the vector will be used to substitute the values in the slot, but not its other attributes.
A construction method exists for this class that can take named arguments for
any of its slots. All slots are then created to match the requirements of the
class validity. If an unnamed FLQuant object is provided, this is used
for sizing, but not for populating any slot.