theta
Object of class ``matrix''. MCMC samples from the joint
approximate posterior distribution of the parameters.
loglike
Object of class ``numeric''. Accepted MCMC samples of the
estimated log-likelihood values.
call
Object of class ``call''. The original code that was used to call
the method.
model
Object of class ``MODEL''.
acceptanceRate
Object of class ``numeric''. The acceptance rate of the
MCMC algorithm.
earlyRejectionRate
Object of class ``numeric''. The early rejection
rate of the algorithm (early rejection may occur when using bounded prior
distributions).
errorRate
Object of class ``numeric''. The error rate. If any infinite
summary statistic or infinite log-likelihood estimate occurs during the
process, it is marked as an error and the proposed parameter will be
rejected.
y
Object of class ``ANY''. The observed data.
n
Object of class ``numeric''. The number of simulations from the model
per MCMC iteration to estimate the synthetic likelihood.
M
Object of class ``numeric''. The number of MCMC iterations.
covRandWalk
Object of class ``matrix''. The covariance matrix used in
multivariate normal random walk proposals.
method
Object of class ``character''. The character argument indicating
the used method.
shrinkage
Object of class ``characterOrNULL''. The character argument
indicating the shrinkage method.
penalty
Object of class ``numericOrNULL''. The penalty value.
GRC
Object of class ``logical''. Whether the Gaussian rank correlation
matrix is used.
logitTransform
Object of class ``logical''. The logical argument
indicating whether a logit transformation is used in the algorithm.
logitTransformBound
Object of class ``matrixOrNULL''. The matrix of
logitTransformBound.
standardise
Object of class ``logical''. The logical argument that
determines whether to standardise the summary statistics.
parallel
Object of class ``logical''. The logical value indicating
whether parallel computing is used in the process.
parallelArgs
Object of class ``listOrNULL''. The list of additional
arguments to pass into the foreach
function.
time
Object of class ``difftime''. The running time.
gamma
Object of class ``numeric''. MCMC samples of gamma parameter
values of the mean adjustment or variance inflation for method
``BSLmisspec''.
misspecType
Object of class ``characterOrNULL''. The character argument
indicating whether mean adjustment ("mean") or variance inflation
("variance") to be used in "BSLmisspec" method.
tau
Object of class ``numeric''. Parameter of the prior distribution
for "BSLmisspec" method. For mean adjustment, tau
is the scale of
the Laplace distribution. For variance inflation, tau
is the mean of
the exponential distribution.
whitening
Object of class ``logicalOrMatrixOrNULL''. A logical argument
determines whether Whitening transformation is used in ``BSL'' method with
Warton's shrinkage, or just the Whitening matrix used.