fit_Bliss | R Documentation |
Fit the Bayesian Functional Linear Regression model (with Q functional covariates).
fit_Bliss(
data,
param,
sann = TRUE,
compute_density = TRUE,
support_estimate = TRUE,
sann_trace = FALSE,
verbose = TRUE
)
data |
a list containing:
|
param |
a list containing:
|
sann |
a logical value. If TRUE, the Bliss estimate is computed with a Simulated Annealing Algorithm. (optional) |
compute_density |
a logical value. If TRUE, the posterior density of the coefficient function is computed. (optional) |
support_estimate |
a logical value. If TRUE, the estimate of the coefficient function support is computed. (optional) |
sann_trace |
a logical value. If TRUE, the trace of the Simulated Annealing algorithm is included into the result object. (optional) |
verbose |
write stuff if TRUE (optional). |
return a list containing:
a list of Q numerical vector. Each vector is the function alpha(t) associated to a functional covariate. For each t, alpha(t) is the posterior probabilities of the event "the support covers t".
a list of Q items. Each item contains a list
containing information to plot the posterior density of the
coefficient function with the image
function.
grid_t
a numerical vector: the x-axis.
grid_beta_t
a numerical vector: the y-axis.
density
a matrix: the z values.
new_beta_sample
a matrix: beta sample used to compute the posterior densities.
a list of Q matrices. The qth matrix is a posterior sample of the qth functional covariates.
a list of numerical vectors corresponding to the Bliss estimates of each functional covariates.
a list containing the data.
a list of information about the posterior sample: the trace matrix of the Gibbs sampler, a list of Gibbs sampler parameters and the posterior densities.
a list of support estimates of each functional covariate.
another version of the support estimates.
a list of Q matrices which are the trace of the Simulated Annealing algorithm.
# see the vignette BlissIntro.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.