compute_chains_info: compute_chains_info
Description
Compute summaries of Gibbs Sampler chains.
Usage
compute_chains_info(chain, param)
Value
Return a list containing the estimates of mu and sigma_sq, the
Smooth estimate and the chain autocorrelation for mu, sigma_sq and beta.
Arguments
- chain
a list given by the Bliss_Gibbs_Sampler function.
- param
a list containing:
- K
a vector of integers, corresponding to the numbers of intervals for
each covariate.
- grids
a numerical vector, the observation time points.
- basis
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.