- beta_sample
a matrix. Each row is a coefficient function computed from the
posterior sample.
- posterior_sample
a list resulting from the Bliss_Gibbs_Sampler
function.
- param
a list containing:
- grids
a list of numerical vectors, the qth vector is the grid of
time points for the qth functional covariate.
- basis
a character (optional). The possible values are "uniform"
(default), "epanechnikov", "gauss" and "triangular" which correspond to
different basis functions to expand the coefficient function and the
functional covariates
- burnin
an integer (optional), the number of iteration to drop from the
posterior sample.
- iter_sann
an integer (optional), the number of iteration of the Simulated
Annealing algorithm.
- k_max
an integer (optional), the maximal number of intervals for the
Simulated Annealing algorithm.
- l_max
an integer (optional), the maximal interval length for the
Simulated Annealing algorithm.
- Temp_init
a nonnegative value (optional), the initial temperature for
the cooling function of the Simulated Annealing algorithm.
- Q
an integer, the number of functional covariates.
- p
a vector of integers, the numbers of time point of each functional
covariate.
- verbose
write stuff if TRUE (optional).