R/special_beta_priors.R

#' @title Function \code{special_beta_priors}
#' @description special priors on the beta_{l, g} parameters (using the xi's as aux variables)
#' @export
#' @return string vector of names of special_beta priors
special_beta_priors = function(){
  c("Laplace", "t", "horseshoe")
}
wlandau/fbseq documentation built on May 4, 2019, 8:43 a.m.