compute_chains_info {bliss}R Documentation

compute_chains_info

Description

Compute summaries of Gibbs Sampler chains.

Usage

compute_chains_info(chain, param)

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.

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.

Examples


a=1


[Package bliss version 1.1.1 Index]