View source: R/basic_functions.R
support_estimation | R Documentation |
Compute the support estimate.
support_estimation(beta_sample, param)
beta_sample |
the result of the function |
param |
a list containing the value |
a list containing:
a numerical vector. The approximated posterior probabilities
that the coefficient function support covers t
for each time
points t
.
a numerical vector, the support estimate.
a numerical vector, another version of the support estimate.
data(data1)
data(param1)
data(res_bliss1)
param1$Q <- length(data1$x)
res_support <- support_estimation(res_bliss1$beta_sample,param1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.