R/package-Mhorseshoe.R

#' @description Mhorseshoe is a package for a high-dimensional Bayesian linear
#' modeling algorithm using a horseshoe prior. This package provides two
#' different algorithm functions : \code{\link{exact_horseshoe}},
#' \code{\link{approx_horseshoe}}. approx_horseshoe is version that can lower
#' the computational cost than the existing horseshoe estimator through the
#' approximate MCMC algorithm in the case of \eqn{p >> N} for \eqn{p}
#' predictors and \eqn{N} observations. You can see examples of the use of the
#' two algorithms through the vignette, `browseVignettes("Mhorseshoe")`.
#'
#' @keywords internal
#' @useDynLib Mhorseshoe, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @import stats
#' @docType package
#' @name Mhorseshoe
"_PACKAGE"

NULL

Try the Mhorseshoe package in your browser

Any scripts or data that you put into this service are public.

Mhorseshoe documentation built on April 12, 2025, 1:33 a.m.