SSS_hierarchical_prior {SequenceSpikeSlab} | R Documentation |
Compute marginal posterior probabilities (slab probabilities) that data points have non-zero mean for the hierarchical prior.
Description
Compute marginal posterior probabilities (slab probabilities) that data points have non-zero mean for the hierarchical prior.
Usage
SSS_hierarchical_prior(log_phi_psi, logprior, show_progress = TRUE)
Arguments
log_phi_psi |
List {logphi, logpsi} containing two vectors of the same length n
that represent a preprocessed version of the data. logphi and logpsi should contain
the logs of the phi and psi densities of the data points, as produced for instance
by |
logprior |
vector of length n+1 with components logprior[p]=log(pi_n(p)) for
|
show_progress |
Boolean that indicates whether to show a progress bar |
Value
Returns a vector with marginal posterior slab probabilities that x[i]
has
non-zero mean for i=1,...,n
.
[Package SequenceSpikeSlab version 1.0.1 Index]