Compute summaries of Gibbs Sampler chains.
compute_chains_info(chain, param)
a list given by the Bliss_Gibbs_Sampler
function.
a list containing:
a vector of integers, corresponding to the numbers of intervals for each covariate.
a numerical vector, the observation time points.
a vector of characters (optional) among : "uniform" (default), "epanechnikov", "gauss" and "triangular" which correspond to different basis functions to expand the coefficient function and the functional covariates.
Return a list containing the estimates of mu
and sigma_sq
, the
Smooth estimate and the chain autocorrelation for mu
, sigma_sq
and beta
.
# \donttest{
a=1
# }