Skip to content

Commit

Permalink
fix doc of horseshoe prior
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Nov 30, 2022
1 parent e82b02f commit 1cf280f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions R/priors.R
Expand Up @@ -1906,12 +1906,12 @@ eval_dirichlet <- function(prior, len = NULL, env = NULL) {
#' is greater \code{1}, the shape of the prior will no longer resemble
#' a horseshoe and it may be more appropriately called an hierarchical
#' shrinkage prior in this case.
#' @param scale_slab Scale of the student-t prior of the regularization
#' parameter. Defaults to \code{2}. The original unregularized horseshoe
#' prior is obtained by setting \code{scale_slab} to infinite, which
#' we can approximate in practice by setting it to a very large real value.
#' @param df_slab Degrees of freedom of the student-t prior of
#' the regularization parameter. Defaults to \code{4}.
#' @param scale_slab Scale of the Student-t slab. Defaults to \code{2}. The
#' original unregularized horseshoe prior is obtained by setting
#' \code{scale_slab} to infinite, which we can approximate in practice by
#' setting it to a very large real value.
#' @param df_slab Degrees of freedom of the student-t slab.
#' Defaults to \code{4}.
#' @param par_ratio Ratio of the expected number of non-zero coefficients
#' to the expected number of zero coefficients. If specified,
#' \code{scale_global} is ignored and internally computed as
Expand Down
12 changes: 6 additions & 6 deletions man/horseshoe.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cf280f

Please sign in to comment.