Compute parameter estimates for the contour model using MCMC output from
fit_cont_pars
Usage
calc_pars(res_r, burn_in, w)
Arguments
res_r
output of MCMC run from function fit_cont_pars for
one region
burn_in
number of iterations to discard as burn-in. This is the number
before thinning. Value will be divided by w.
w
integer specifying the thinning used. Samples from every w-th
iteration are stored.
Value
List of a list of parameters for each region. Each list contains two
elements, muEst and sigmaEst. These which give
estimates for the mu and sigma parameters used to
generate contours.