View source: R/solocp_single.R
solocp_single | R Documentation |
solocp_single compute the marginal inclusion probabilities for all time instance in the case n_t=1
solocp_single( y, sigma2, q = 1, tau2 = NULL, tau2.spike = NULL, tau2.slab = NULL )
y |
vector of observations |
sigma2 |
sample variance |
q |
sparsity inducing parameters (if not included set to 0.1) |
tau2 |
shrinkage parameter (if not included set to 2/sqrt(n)) |
tau2.spike |
spike variance parameters (if not included set to 1/n) |
tau2.slab |
slab variance parameters (if not included set to n) |
Weight of the spike compenent w.spike
Weight of the slab compenent w.slab
inclusion probability ratio
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.